system HF staff commited on
Commit
4b705db
1 Parent(s): 9c6920d

Update files from the datasets library (from 1.3.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.3.0

Files changed (1) hide show
  1. README.md +161 -0
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "squad_v1_pt"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://github.com/nunorc/squad-v1.1-pt](https://github.com/nunorc/squad-v1.1-pt)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 37.70 MB
37
+ - **Size of the generated dataset:** 92.24 MB
38
+ - **Total amount of disk used:** 129.94 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ Portuguese translation of the SQuAD dataset. The translation was performed automatically using the Google Cloud API.
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### default
59
+
60
+ - **Size of downloaded dataset files:** 37.70 MB
61
+ - **Size of the generated dataset:** 92.24 MB
62
+ - **Total amount of disk used:** 129.94 MB
63
+
64
+ An example of 'train' looks as follows.
65
+ ```
66
+ This example was too long and was cropped:
67
+
68
+ {
69
+ "answers": {
70
+ "answer_start": [0],
71
+ "text": ["Saint Bernadette Soubirous"]
72
+ },
73
+ "context": "\"Arquitetonicamente, a escola tem um caráter católico. No topo da cúpula de ouro do edifício principal é uma estátua de ouro da ...",
74
+ "id": "5733be284776f41900661182",
75
+ "question": "A quem a Virgem Maria supostamente apareceu em 1858 em Lourdes, na França?",
76
+ "title": "University_of_Notre_Dame"
77
+ }
78
+ ```
79
+
80
+ ### [Data Fields](#data-fields)
81
+
82
+ The data fields are the same among all splits.
83
+
84
+ #### default
85
+ - `id`: a `string` feature.
86
+ - `title`: a `string` feature.
87
+ - `context`: a `string` feature.
88
+ - `question`: a `string` feature.
89
+ - `answers`: a dictionary feature containing:
90
+ - `text`: a `string` feature.
91
+ - `answer_start`: a `int32` feature.
92
+
93
+ ### [Data Splits Sample Size](#data-splits-sample-size)
94
+
95
+ | name |train|validation|
96
+ |-------|----:|---------:|
97
+ |default|87599| 10570|
98
+
99
+ ## [Dataset Creation](#dataset-creation)
100
+
101
+ ### [Curation Rationale](#curation-rationale)
102
+
103
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
+
105
+ ### [Source Data](#source-data)
106
+
107
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
+
109
+ ### [Annotations](#annotations)
110
+
111
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
+
113
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
114
+
115
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
+
117
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
118
+
119
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
120
+
121
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
+
123
+ ### [Discussion of Biases](#discussion-of-biases)
124
+
125
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
+
127
+ ### [Other Known Limitations](#other-known-limitations)
128
+
129
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
+
131
+ ## [Additional Information](#additional-information)
132
+
133
+ ### [Dataset Curators](#dataset-curators)
134
+
135
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
136
+
137
+ ### [Licensing Information](#licensing-information)
138
+
139
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
+
141
+ ### [Citation Information](#citation-information)
142
+
143
+ ```
144
+ @article{2016arXiv160605250R,
145
+ author = {{Rajpurkar}, Pranav and {Zhang}, Jian and {Lopyrev},
146
+ Konstantin and {Liang}, Percy},
147
+ title = "{SQuAD: 100,000+ Questions for Machine Comprehension of Text}",
148
+ journal = {arXiv e-prints},
149
+ year = 2016,
150
+ eid = {arXiv:1606.05250},
151
+ pages = {arXiv:1606.05250},
152
+ archivePrefix = {arXiv},
153
+ eprint = {1606.05250},
154
+ }
155
+
156
+ ```
157
+
158
+
159
+ ### Contributions
160
+
161
+ Thanks to [@thomwolf](https://github.com/thomwolf), [@albertvillanova](https://github.com/albertvillanova), [@lewtun](https://github.com/lewtun), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.