Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Sub-tasks:
language-modeling
Languages:
code
Size:
10K - 100K
License:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators: []
|
3 |
+
language_creators:
|
4 |
+
- crowdsourced
|
5 |
+
- expert-generated
|
6 |
+
language:
|
7 |
+
- code
|
8 |
+
license:
|
9 |
+
- other
|
10 |
+
multilinguality:
|
11 |
+
- muonolingual
|
12 |
+
size_categories:
|
13 |
+
- unknown
|
14 |
+
source_datasets: []
|
15 |
+
task_categories:
|
16 |
+
- sequence-modeling
|
17 |
+
task_ids:
|
18 |
+
- language-modeling
|
19 |
+
---
|
20 |
+
|
21 |
+
# GitHub Jupyter Dataset
|
22 |
+
|
23 |
+
## Dataset Description
|
24 |
+
This is a parsed and preprocessed version of [GitHub-Jupyter Dataset](https://huggingface.co/datasets/codeparrot/github-jupyter), a dataset extracted from Jupyter Notebooks on BigQuery. We only keep markdown and python cells and convert the markdown to text. Some heuristics are also applied to filter notebooks with little data and very long or very short cells.
|
25 |
+
|
26 |
+
|
27 |
+
## Licenses
|
28 |
+
Each example has the license of its associated repository. There are in total 15 licenses:
|
29 |
+
```python
|
30 |
+
[
|
31 |
+
'mit',
|
32 |
+
'apache-2.0',
|
33 |
+
'gpl-3.0',
|
34 |
+
'gpl-2.0',
|
35 |
+
'bsd-3-clause',
|
36 |
+
'agpl-3.0',
|
37 |
+
'lgpl-3.0',
|
38 |
+
'lgpl-2.1',
|
39 |
+
'bsd-2-clause',
|
40 |
+
'cc0-1.0',
|
41 |
+
'epl-1.0',
|
42 |
+
'mpl-2.0',
|
43 |
+
'unlicense',
|
44 |
+
'isc',
|
45 |
+
'artistic-2.0'
|
46 |
+
]
|
47 |
+
```
|