system HF staff commited on
Commit
6ddcdbf
1 Parent(s): c41b5d3

Update files from the datasets library (from 1.4.0)

Browse files

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

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [https://github.com/google-research-datasets/gap-coreference](https://github.com/google-research-datasets/gap-coreference)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,26 +37,26 @@
37
  - **Size of the generated dataset:** 2.32 MB
38
  - **Total amount of disk used:** 4.61 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  GAP is a gender-balanced dataset containing 8,908 coreference-labeled pairs of
43
  (ambiguous pronoun, antecedent name), sampled from Wikipedia and released by
44
  Google AI Language for the evaluation of coreference resolution in practical
45
  applications.
46
 
47
- ### [Supported Tasks](#supported-tasks)
48
 
49
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
 
51
- ### [Languages](#languages)
52
 
53
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
 
55
- ## [Dataset Structure](#dataset-structure)
56
 
57
  We show detailed information for up to 5 configurations of the dataset.
58
 
59
- ### [Data Instances](#data-instances)
60
 
61
  #### default
62
 
@@ -81,7 +81,7 @@ An example of 'validation' looks as follows.
81
  }
82
  ```
83
 
84
- ### [Data Fields](#data-fields)
85
 
86
  The data fields are the same among all splits.
87
 
@@ -98,55 +98,55 @@ The data fields are the same among all splits.
98
  - `B-coref`: a `bool` feature.
99
  - `URL`: a `string` feature.
100
 
101
- ### [Data Splits Sample Size](#data-splits-sample-size)
102
 
103
  | name |train|validation|test|
104
  |-------|----:|---------:|---:|
105
  |default| 2000| 454|2000|
106
 
107
- ## [Dataset Creation](#dataset-creation)
108
 
109
- ### [Curation Rationale](#curation-rationale)
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
- ### [Source Data](#source-data)
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
- ### [Annotations](#annotations)
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
122
 
123
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
 
125
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
126
 
127
- ### [Social Impact of Dataset](#social-impact-of-dataset)
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
- ### [Discussion of Biases](#discussion-of-biases)
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
- ### [Other Known Limitations](#other-known-limitations)
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
- ## [Additional Information](#additional-information)
140
 
141
- ### [Dataset Curators](#dataset-curators)
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
- ### [Licensing Information](#licensing-information)
146
 
147
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
 
149
- ### [Citation Information](#citation-information)
150
 
151
  ```
152
 
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/google-research-datasets/gap-coreference](https://github.com/google-research-datasets/gap-coreference)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
37
  - **Size of the generated dataset:** 2.32 MB
38
  - **Total amount of disk used:** 4.61 MB
39
 
40
+ ### Dataset Summary
41
 
42
  GAP is a gender-balanced dataset containing 8,908 coreference-labeled pairs of
43
  (ambiguous pronoun, antecedent name), sampled from Wikipedia and released by
44
  Google AI Language for the evaluation of coreference resolution in practical
45
  applications.
46
 
47
+ ### Supported Tasks
48
 
49
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
 
51
+ ### Languages
52
 
53
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
 
55
+ ## Dataset Structure
56
 
57
  We show detailed information for up to 5 configurations of the dataset.
58
 
59
+ ### Data Instances
60
 
61
  #### default
62
 
 
81
  }
82
  ```
83
 
84
+ ### Data Fields
85
 
86
  The data fields are the same among all splits.
87
 
 
98
  - `B-coref`: a `bool` feature.
99
  - `URL`: a `string` feature.
100
 
101
+ ### Data Splits Sample Size
102
 
103
  | name |train|validation|test|
104
  |-------|----:|---------:|---:|
105
  |default| 2000| 454|2000|
106
 
107
+ ## Dataset Creation
108
 
109
+ ### Curation Rationale
110
 
111
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
112
 
113
+ ### Source Data
114
 
115
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
116
 
117
+ ### Annotations
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
+ ### Personal and Sensitive Information
122
 
123
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
 
125
+ ## Considerations for Using the Data
126
 
127
+ ### Social Impact of Dataset
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
+ ### Discussion of Biases
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
+ ### Other Known Limitations
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
+ ## Additional Information
140
 
141
+ ### Dataset Curators
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
+ ### Licensing Information
146
 
147
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
 
149
+ ### Citation Information
150
 
151
  ```
152