Chu0113 commited on
Commit
8cc775d
·
1 Parent(s): 5071045

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -15
README.md CHANGED
@@ -1,25 +1,30 @@
1
  ---
2
  dataset_info:
3
  features:
4
- - name: text
5
  dtype: string
6
- - name: label
7
- dtype:
8
- class_label:
9
- names:
10
- '0': World
11
- '1': Sports
12
- '2': Business
13
- '3': Sci/Tech
 
 
14
  splits:
15
  - name: train
16
- num_bytes: 34595728
17
- num_examples: 120000
 
 
 
18
  - name: test
19
- num_bytes: 2164791
20
- num_examples: 7600
21
- download_size: 22017070
22
- dataset_size: 36760519
23
  ---
24
  # Dataset Card for "test"
25
 
 
1
  ---
2
  dataset_info:
3
  features:
4
+ - name: id
5
  dtype: string
6
+ - name: background
7
+ dtype: string
8
+ - name: situation
9
+ dtype: string
10
+ - name: question
11
+ dtype: string
12
+ - name: answers
13
+ sequence:
14
+ - name: text
15
+ dtype: string
16
  splits:
17
  - name: train
18
+ num_bytes: 13714877
19
+ num_examples: 10924
20
+ - name: validation
21
+ num_bytes: 1881184
22
+ num_examples: 1688
23
  - name: test
24
+ num_bytes: 2175183
25
+ num_examples: 1710
26
+ download_size: 1553625
27
+ dataset_size: 17771244
28
  ---
29
  # Dataset Card for "test"
30