lhoestq HF Staff commited on
Commit
dc8e3b2
·
verified ·
1 Parent(s): 152771d

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

.gitattributes CHANGED
@@ -14,3 +14,4 @@
14
  *.pb filter=lfs diff=lfs merge=lfs -text
15
  *.pt filter=lfs diff=lfs merge=lfs -text
16
  *.pth filter=lfs diff=lfs merge=lfs -text
 
 
14
  *.pb filter=lfs diff=lfs merge=lfs -text
15
  *.pt filter=lfs diff=lfs merge=lfs -text
16
  *.pth filter=lfs diff=lfs merge=lfs -text
17
+ plain_text/train-00000-of-00001.parquet filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  10K slice of OpenWebText - An open-source replication of the WebText dataset from OpenAI.
2
 
3
  This is a small subset representing the first 10K records from the original dataset - created for testing.
 
1
+ ---
2
+ dataset_info:
3
+ config_name: plain_text
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ splits:
8
+ - name: train
9
+ num_bytes: 49670857
10
+ num_examples: 10000
11
+ download_size: 30247490
12
+ dataset_size: 49670857
13
+ configs:
14
+ - config_name: plain_text
15
+ data_files:
16
+ - split: train
17
+ path: plain_text/train-*
18
+ default: true
19
+ ---
20
  10K slice of OpenWebText - An open-source replication of the WebText dataset from OpenAI.
21
 
22
  This is a small subset representing the first 10K records from the original dataset - created for testing.
dataset_infos.json CHANGED
@@ -1 +1,34 @@
1
- {"plain_text": {"description": "An open-source replication of the WebText dataset from OpenAI.\n\nThis is a small subset representing the first 10K records from the original dataset - created for testing.\n\nThe full 8M-record dataset is at https://huggingface.co/datasets/openwebtext\n", "citation": "@misc{Gokaslan2019OpenWeb,\n title={OpenWebText Corpus},\n author={Aaron Gokaslan*, Vanya Cohen*, Ellie Pavlick, Stefanie Tellex},\n howpublished{\\url{http://Skylion007.github.io/OpenWebTextCorpus}},\n year={2019}\n}\n", "homepage": "https://skylion007.github.io/OpenWebTextCorpus/", "license": "", "features": {"text": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "openwebtext10k", "config_name": "plain_text", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 49670861, "num_examples": 10000, "dataset_name": "openwebtext10k"}}, "download_checksums": {"https://cdn-datasets.huggingface.co/nlp/datasets/openwebtext/openwebtext-10k.tar.xz": {"num_bytes": 14723792, "checksum": "1dd150ffa3361ab32fa9f129d1b5ce20ac48728be16be436558f844d1761c572"}}, "download_size": 14723792, "post_processing_size": null, "dataset_size": 49670861, "size_in_bytes": 64394653}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "plain_text": {
3
+ "description": "An open-source replication of the WebText dataset from OpenAI.\n\nThis is a small subset representing the first 10K records from the original dataset - created for testing.\n\nThe full 8M-record dataset is at https://huggingface.co/datasets/openwebtext\n",
4
+ "citation": "@misc{Gokaslan2019OpenWeb,\n title={OpenWebText Corpus},\n author={Aaron Gokaslan*, Vanya Cohen*, Ellie Pavlick, Stefanie Tellex},\n howpublished{\\url{http://Skylion007.github.io/OpenWebTextCorpus}},\n year={2019}\n}\n",
5
+ "homepage": "https://skylion007.github.io/OpenWebTextCorpus/",
6
+ "license": "",
7
+ "features": {
8
+ "text": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ }
12
+ },
13
+ "builder_name": "parquet",
14
+ "dataset_name": "openwebtext-10k",
15
+ "config_name": "plain_text",
16
+ "version": {
17
+ "version_str": "1.0.0",
18
+ "major": 1,
19
+ "minor": 0,
20
+ "patch": 0
21
+ },
22
+ "splits": {
23
+ "train": {
24
+ "name": "train",
25
+ "num_bytes": 49670857,
26
+ "num_examples": 10000,
27
+ "dataset_name": null
28
+ }
29
+ },
30
+ "download_size": 30247490,
31
+ "dataset_size": 49670857,
32
+ "size_in_bytes": 79918347
33
+ }
34
+ }
plain_text/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60850ebf7ce9893eb8e2f6f79593cce612e934c66b03c5a2e4f7a3baacabfedd
3
+ size 30247490