system HF staff commited on
Commit
96315b7
1 Parent(s): 45b2ed1

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.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html](http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html)
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:** 18.64 MB
38
  - **Total amount of disk used:** 28.10 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  This corpus contains a large metadata-rich collection of fictional conversations extracted from raw movie scripts:
43
  - 220,579 conversational exchanges between 10,292 pairs of movie characters
@@ -53,19 +53,19 @@ This corpus contains a large metadata-rich collection of fictional conversations
53
  - gender (for 3,774 characters)
54
  - position on movie credits (3,321 characters)
55
 
56
- ### [Supported Tasks](#supported-tasks)
57
 
58
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
59
 
60
- ### [Languages](#languages)
61
 
62
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
63
 
64
- ## [Dataset Structure](#dataset-structure)
65
 
66
  We show detailed information for up to 5 configurations of the dataset.
67
 
68
- ### [Data Instances](#data-instances)
69
 
70
  #### default
71
 
@@ -93,7 +93,7 @@ An example of 'train' looks as follows.
93
  }
94
  ```
95
 
96
- ### [Data Fields](#data-fields)
97
 
98
  The data fields are the same among all splits.
99
 
@@ -112,55 +112,55 @@ The data fields are the same among all splits.
112
  - `text`: a `string` feature.
113
  - `LineID`: a `string` feature.
114
 
115
- ### [Data Splits Sample Size](#data-splits-sample-size)
116
 
117
  | name |train|
118
  |-------|----:|
119
  |default|83097|
120
 
121
- ## [Dataset Creation](#dataset-creation)
122
 
123
- ### [Curation Rationale](#curation-rationale)
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
- ### [Source Data](#source-data)
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
- ### [Annotations](#annotations)
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
140
 
141
- ### [Social Impact of Dataset](#social-impact-of-dataset)
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
- ### [Discussion of Biases](#discussion-of-biases)
146
 
147
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
 
149
- ### [Other Known Limitations](#other-known-limitations)
150
 
151
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
152
 
153
- ## [Additional Information](#additional-information)
154
 
155
- ### [Dataset Curators](#dataset-curators)
156
 
157
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
 
159
- ### [Licensing Information](#licensing-information)
160
 
161
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
162
 
163
- ### [Citation Information](#citation-information)
164
 
165
  ```
166
  @InProceedings{Danescu-Niculescu-Mizil+Lee:11a,
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html](http://www.cs.cornell.edu/~cristian/Cornell_Movie-Dialogs_Corpus.html)
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:** 18.64 MB
38
  - **Total amount of disk used:** 28.10 MB
39
 
40
+ ### Dataset Summary
41
 
42
  This corpus contains a large metadata-rich collection of fictional conversations extracted from raw movie scripts:
43
  - 220,579 conversational exchanges between 10,292 pairs of movie characters
53
  - gender (for 3,774 characters)
54
  - position on movie credits (3,321 characters)
55
 
56
+ ### Supported Tasks
57
 
58
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
59
 
60
+ ### Languages
61
 
62
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
63
 
64
+ ## Dataset Structure
65
 
66
  We show detailed information for up to 5 configurations of the dataset.
67
 
68
+ ### Data Instances
69
 
70
  #### default
71
 
93
  }
94
  ```
95
 
96
+ ### Data Fields
97
 
98
  The data fields are the same among all splits.
99
 
112
  - `text`: a `string` feature.
113
  - `LineID`: a `string` feature.
114
 
115
+ ### Data Splits Sample Size
116
 
117
  | name |train|
118
  |-------|----:|
119
  |default|83097|
120
 
121
+ ## Dataset Creation
122
 
123
+ ### Curation Rationale
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
+ ### Source Data
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
+ ### Annotations
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
+ ### Personal and Sensitive Information
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
+ ## Considerations for Using the Data
140
 
141
+ ### Social Impact of Dataset
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
+ ### Discussion of Biases
146
 
147
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
 
149
+ ### Other Known Limitations
150
 
151
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
152
 
153
+ ## Additional Information
154
 
155
+ ### Dataset Curators
156
 
157
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
 
159
+ ### Licensing Information
160
 
161
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
162
 
163
+ ### Citation Information
164
 
165
  ```
166
  @InProceedings{Danescu-Niculescu-Mizil+Lee:11a,