lhoestq HF staff commited on
Commit
2b75aac
1 Parent(s): b06604a

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +19 -1
README.md CHANGED
@@ -20,6 +20,24 @@ task_ids:
20
  - slot-filling
21
  paperswithcode_id: numersense
22
  pretty_name: NumerSense
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for [Dataset Name]
@@ -189,4 +207,4 @@ The data is hosted in a GitHub repositor with the
189
 
190
  ### Contributions
191
 
192
- Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.
 
20
  - slot-filling
21
  paperswithcode_id: numersense
22
  pretty_name: NumerSense
23
+ dataset_info:
24
+ features:
25
+ - name: sentence
26
+ dtype: string
27
+ - name: target
28
+ dtype: string
29
+ splits:
30
+ - name: test_all
31
+ num_bytes: 184180
32
+ num_examples: 3146
33
+ - name: test_core
34
+ num_bytes: 62652
35
+ num_examples: 1132
36
+ - name: train
37
+ num_bytes: 825865
38
+ num_examples: 10444
39
+ download_size: 985463
40
+ dataset_size: 1072697
41
  ---
42
 
43
  # Dataset Card for [Dataset Name]
 
207
 
208
  ### Contributions
209
 
210
+ Thanks to [@joeddav](https://github.com/joeddav) for adding this dataset.