lhoestq HF staff commited on
Commit
586ad80
1 Parent(s): b119c47

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -3,6 +3,28 @@ language:
3
  - en
4
  paperswithcode_id: null
5
  pretty_name: jeopardy
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "jeopardy"
@@ -170,4 +192,4 @@ The data fields are the same among all splits.
170
 
171
  ### Contributions
172
 
173
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
 
3
  - en
4
  paperswithcode_id: null
5
  pretty_name: jeopardy
6
+ dataset_info:
7
+ features:
8
+ - name: category
9
+ dtype: string
10
+ - name: air_date
11
+ dtype: string
12
+ - name: question
13
+ dtype: string
14
+ - name: value
15
+ dtype: int32
16
+ - name: answer
17
+ dtype: string
18
+ - name: round
19
+ dtype: string
20
+ - name: show_number
21
+ dtype: int32
22
+ splits:
23
+ - name: train
24
+ num_bytes: 35916080
25
+ num_examples: 216930
26
+ download_size: 55554625
27
+ dataset_size: 35916080
28
  ---
29
 
30
  # Dataset Card for "jeopardy"
 
192
 
193
  ### Contributions
194
 
195
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.