WillHeld commited on
Commit
b9c3555
·
verified ·
1 Parent(s): 584f30b

Upload dataset

Browse files
03_worldnews/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d3ed11bb67cdeaca319e1c7f2ce1cdefc78673b68336563409b857f4c70f2e5
3
+ size 510374
README.md CHANGED
@@ -72,6 +72,30 @@ dataset_info:
72
  num_examples: 998
73
  download_size: 598999
74
  dataset_size: 1004296
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  configs:
76
  - config_name: 00_AskReddit
77
  data_files:
@@ -85,4 +109,8 @@ configs:
85
  data_files:
86
  - split: train
87
  path: 02_AmItheAsshole/train-*
 
 
 
 
88
  ---
 
72
  num_examples: 998
73
  download_size: 598999
74
  dataset_size: 1004296
75
+ - config_name: 03_worldnews
76
+ features:
77
+ - name: text
78
+ dtype: string
79
+ - name: id
80
+ dtype: string
81
+ - name: added
82
+ dtype: string
83
+ - name: created
84
+ dtype: string
85
+ - name: source
86
+ dtype: string
87
+ - name: metadata
88
+ dtype: string
89
+ - name: type
90
+ dtype: string
91
+ - name: __index_level_0__
92
+ dtype: int64
93
+ splits:
94
+ - name: train
95
+ num_bytes: 824506
96
+ num_examples: 814
97
+ download_size: 510374
98
+ dataset_size: 824506
99
  configs:
100
  - config_name: 00_AskReddit
101
  data_files:
 
109
  data_files:
110
  - split: train
111
  path: 02_AmItheAsshole/train-*
112
+ - config_name: 03_worldnews
113
+ data_files:
114
+ - split: train
115
+ path: 03_worldnews/train-*
116
  ---