system HF staff commited on
Commit
c99afa2
1 Parent(s): eb7c2ab

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:** [http://www.hlt.utdallas.edu/~vince/data/emnlp12/](http://www.hlt.utdallas.edu/~vince/data/emnlp12/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,7 +37,7 @@
37
  - **Size of the generated dataset:** 0.23 MB
38
  - **Total amount of disk used:** 0.45 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Composed by 30 students from one of the author's undergraduate classes. These
43
  sentence pairs cover topics ranging from real events (e.g., Iran's plan to
@@ -49,19 +49,19 @@ the target pronoun, the third line contains the two candidate antecedents, and
49
  the fourth line contains the correct antecedent. If the target pronoun appears
50
  more than once in the sentence, its first occurrence is the one to be resolved.
51
 
52
- ### [Supported Tasks](#supported-tasks)
53
 
54
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
 
56
- ### [Languages](#languages)
57
 
58
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
59
 
60
- ## [Dataset Structure](#dataset-structure)
61
 
62
  We show detailed information for up to 5 configurations of the dataset.
63
 
64
- ### [Data Instances](#data-instances)
65
 
66
  #### plain_text
67
 
@@ -79,7 +79,7 @@ An example of 'train' looks as follows.
79
  }
80
  ```
81
 
82
- ### [Data Fields](#data-fields)
83
 
84
  The data fields are the same among all splits.
85
 
@@ -89,55 +89,55 @@ The data fields are the same among all splits.
89
  - `candidates`: a `list` of `string` features.
90
  - `label`: a classification label, with possible values including `0` (0), `1` (1).
91
 
92
- ### [Data Splits Sample Size](#data-splits-sample-size)
93
 
94
  | name |train|test|
95
  |----------|----:|---:|
96
  |plain_text| 1322| 564|
97
 
98
- ## [Dataset Creation](#dataset-creation)
99
 
100
- ### [Curation Rationale](#curation-rationale)
101
 
102
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
 
104
- ### [Source Data](#source-data)
105
 
106
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
 
108
- ### [Annotations](#annotations)
109
 
110
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
 
112
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
113
 
114
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
 
116
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
117
 
118
- ### [Social Impact of Dataset](#social-impact-of-dataset)
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
- ### [Discussion of Biases](#discussion-of-biases)
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
- ### [Other Known Limitations](#other-known-limitations)
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
- ## [Additional Information](#additional-information)
131
 
132
- ### [Dataset Curators](#dataset-curators)
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
- ### [Licensing Information](#licensing-information)
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
- ### [Citation Information](#citation-information)
141
 
142
  ```
143
  @inproceedings{rahman2012resolving,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [http://www.hlt.utdallas.edu/~vince/data/emnlp12/](http://www.hlt.utdallas.edu/~vince/data/emnlp12/)
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:** 0.23 MB
38
  - **Total amount of disk used:** 0.45 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Composed by 30 students from one of the author's undergraduate classes. These
43
  sentence pairs cover topics ranging from real events (e.g., Iran's plan to
 
49
  the fourth line contains the correct antecedent. If the target pronoun appears
50
  more than once in the sentence, its first occurrence is the one to be resolved.
51
 
52
+ ### Supported Tasks
53
 
54
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
 
56
+ ### Languages
57
 
58
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
59
 
60
+ ## Dataset Structure
61
 
62
  We show detailed information for up to 5 configurations of the dataset.
63
 
64
+ ### Data Instances
65
 
66
  #### plain_text
67
 
 
79
  }
80
  ```
81
 
82
+ ### Data Fields
83
 
84
  The data fields are the same among all splits.
85
 
 
89
  - `candidates`: a `list` of `string` features.
90
  - `label`: a classification label, with possible values including `0` (0), `1` (1).
91
 
92
+ ### Data Splits Sample Size
93
 
94
  | name |train|test|
95
  |----------|----:|---:|
96
  |plain_text| 1322| 564|
97
 
98
+ ## Dataset Creation
99
 
100
+ ### Curation Rationale
101
 
102
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
103
 
104
+ ### Source Data
105
 
106
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
107
 
108
+ ### Annotations
109
 
110
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
111
 
112
+ ### Personal and Sensitive Information
113
 
114
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
 
116
+ ## Considerations for Using the Data
117
 
118
+ ### Social Impact of Dataset
119
 
120
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
 
122
+ ### Discussion of Biases
123
 
124
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
 
126
+ ### Other Known Limitations
127
 
128
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
129
 
130
+ ## Additional Information
131
 
132
+ ### Dataset Curators
133
 
134
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
135
 
136
+ ### Licensing Information
137
 
138
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
 
140
+ ### Citation Information
141
 
142
  ```
143
  @inproceedings{rahman2012resolving,