lhoestq HF staff commited on
Commit
8de6c30
1 Parent(s): b40e090

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +27 -1
README.md CHANGED
@@ -36,6 +36,32 @@ train-eval-index:
36
  metrics:
37
  - type: squad_v2
38
  name: SQuAD v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
  ---
40
 
41
  # Dataset Card for "squad_v2"
@@ -215,4 +241,4 @@ archivePrefix = {arXiv},
215
 
216
  ### Contributions
217
 
218
- Thanks to [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
36
  metrics:
37
  - type: squad_v2
38
  name: SQuAD v2
39
+ dataset_info:
40
+ features:
41
+ - name: id
42
+ dtype: string
43
+ - name: title
44
+ dtype: string
45
+ - name: context
46
+ dtype: string
47
+ - name: question
48
+ dtype: string
49
+ - name: answers
50
+ sequence:
51
+ - name: text
52
+ dtype: string
53
+ - name: answer_start
54
+ dtype: int32
55
+ config_name: squad_v2
56
+ splits:
57
+ - name: train
58
+ num_bytes: 116699950
59
+ num_examples: 130319
60
+ - name: validation
61
+ num_bytes: 11660302
62
+ num_examples: 11873
63
+ download_size: 46494161
64
+ dataset_size: 128360252
65
  ---
66
 
67
  # Dataset Card for "squad_v2"
241
 
242
  ### Contributions
243
 
244
+ Thanks to [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf) for adding this dataset.