lhoestq HF Staff commited on
Commit
73e11ae
·
verified ·
1 Parent(s): 9f49e25

Delete legacy dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +0 -34
dataset_infos.json DELETED
@@ -1,34 +0,0 @@
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
- }