Datasets:

Languages:
Italian
Multilinguality:
monolingual
Size Categories:
unknown
Language Creators:
machine-generated
Annotations Creators:
machine-generated
Source Datasets:
extended|squad
Tags:
License:
lhoestq HF staff commited on
Commit
a32d5b2
1 Parent(s): db73a2e

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -22,6 +22,29 @@ task_ids:
22
  - extractive-qa
23
  paperswithcode_id: squad-it
24
  pretty_name: SQuAD-it
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
25
  ---
26
 
27
  # Dataset Card for "squad_it"
@@ -189,4 +212,4 @@ The data fields are the same among all splits.
189
 
190
  ### Contributions
191
 
192
- Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
 
22
  - extractive-qa
23
  paperswithcode_id: squad-it
24
  pretty_name: SQuAD-it
25
+ dataset_info:
26
+ features:
27
+ - name: id
28
+ dtype: string
29
+ - name: context
30
+ dtype: string
31
+ - name: question
32
+ dtype: string
33
+ - name: answers
34
+ sequence:
35
+ - name: text
36
+ dtype: string
37
+ - name: answer_start
38
+ dtype: int32
39
+ splits:
40
+ - name: test
41
+ num_bytes: 7858336
42
+ num_examples: 7609
43
+ - name: train
44
+ num_bytes: 50864824
45
+ num_examples: 54159
46
+ download_size: 8776531
47
+ dataset_size: 58723160
48
  ---
49
 
50
  # Dataset Card for "squad_it"
 
212
 
213
  ### Contributions
214
 
215
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun), [@albertvillanova](https://github.com/albertvillanova), [@mariamabarham](https://github.com/mariamabarham), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.