parquet-converter commited on
Commit
bad51b3
·
1 Parent(s): 131d18a

Update parquet files

Browse files
README.md DELETED
@@ -1,47 +0,0 @@
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
- - text-generation
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
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
data/train-00000-of-00002-b9fb51d084cb8fa2.parquet → codeparrot--github-jupyter-parsed/parquet-train-00000-of-00002.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2139f50784599ad05d5b4486cba618f4ca5215459e939d704a8d197ad4391dd5
3
- size 147554992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7147b59a4956ed3b8dfc2cd89e4a68b26e4c61d9e2b335b429f9daa02b8cd7b2
3
+ size 248211961
data/train-00001-of-00002-c53685cc07ac2aa8.parquet → codeparrot--github-jupyter-parsed/parquet-train-00001-of-00002.parquet RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b989402c8d0ae1ec643ac9d97dd9dc37088c1ff9c19db80422209b443fb25650
3
- size 147749322
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65535599803ecf677a822ab795edd229bb72a03bb3594ed9972d4f574982d7c5
3
+ size 47586494
dataset_infos.json DELETED
@@ -1,62 +0,0 @@
1
- {"codeparrot--github-jupyter-parsed": {
2
- "description": "",
3
- "citation": "",
4
- "homepage": "",
5
- "license": "",
6
- "features": {
7
- "repo_name": {
8
- "dtype": "string",
9
- "id": null,
10
- "_type": "Value"
11
- },
12
- "path": {
13
- "dtype": "string",
14
- "id": null,
15
- "_type": "Value"
16
- },
17
- "license": {
18
- "dtype": "string",
19
- "id": null,
20
- "_type": "Value"
21
- },
22
- "cells": {
23
- "feature": {
24
- "dtype": "string",
25
- "id": null,
26
- "_type": "Value"
27
- },
28
- "length": -1,
29
- "id": null,
30
- "_type": "Sequence"
31
- },
32
- "types": {
33
- "feature": {
34
- "dtype": "string",
35
- "id": null,
36
- "_type": "Value"
37
- },
38
- "length": -1,
39
- "id": null,
40
- "_type": "Sequence"
41
- }
42
- },
43
- "post_processed": null,
44
- "supervised_keys": null,
45
- "task_templates": null,
46
- "builder_name": null,
47
- "config_name": null,
48
- "version": null,
49
- "splits": {
50
- "train": {
51
- "name": "train",
52
- "num_bytes": 573340175.8019832,
53
- "num_examples": 59316,
54
- "dataset_name": "github-jupyter-parsed"
55
- }
56
- },
57
- "download_checksums": null,
58
- "download_size": 295304314,
59
- "post_processing_size": null,
60
- "dataset_size": 573340175.8019832,
61
- "size_in_bytes": 868644489.8019832
62
- }}