system HF staff commited on
Commit
d8378b9
1 Parent(s): 4526117

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/people/pabo/movie-review-data/](http://www.cs.cornell.edu/people/pabo/movie-review-data/)
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:** 1.28 MB
38
  - **Total amount of disk used:** 1.75 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  Movie Review Dataset.
43
  This is a dataset of containing 5,331 positive and 5,331 negative processed
@@ -46,19 +46,19 @@ Pang and Lillian Lee, ``Seeing stars: Exploiting class relationships for
46
  sentiment categorization with respect to rating scales.'', Proceedings of the
47
  ACL, 2005.
48
 
49
- ### [Supported Tasks](#supported-tasks)
50
 
51
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
53
- ### [Languages](#languages)
54
 
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
 
57
- ## [Dataset Structure](#dataset-structure)
58
 
59
  We show detailed information for up to 5 configurations of the dataset.
60
 
61
- ### [Data Instances](#data-instances)
62
 
63
  #### default
64
 
@@ -74,7 +74,7 @@ An example of 'validation' looks as follows.
74
  }
75
  ```
76
 
77
- ### [Data Fields](#data-fields)
78
 
79
  The data fields are the same among all splits.
80
 
@@ -82,55 +82,55 @@ The data fields are the same among all splits.
82
  - `text`: a `string` feature.
83
  - `label`: a classification label, with possible values including `neg` (0), `pos` (1).
84
 
85
- ### [Data Splits Sample Size](#data-splits-sample-size)
86
 
87
  | name |train|validation|test|
88
  |-------|----:|---------:|---:|
89
  |default| 8530| 1066|1066|
90
 
91
- ## [Dataset Creation](#dataset-creation)
92
 
93
- ### [Curation Rationale](#curation-rationale)
94
 
95
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
96
 
97
- ### [Source Data](#source-data)
98
 
99
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
 
101
- ### [Annotations](#annotations)
102
 
103
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
 
105
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
110
 
111
- ### [Social Impact of Dataset](#social-impact-of-dataset)
112
 
113
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
 
115
- ### [Discussion of Biases](#discussion-of-biases)
116
 
117
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
 
119
- ### [Other Known Limitations](#other-known-limitations)
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
- ## [Additional Information](#additional-information)
124
 
125
- ### [Dataset Curators](#dataset-curators)
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
- ### [Licensing Information](#licensing-information)
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
- ### [Citation Information](#citation-information)
134
 
135
  ```
136
  @InProceedings{Pang+Lee:05a,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [http://www.cs.cornell.edu/people/pabo/movie-review-data/](http://www.cs.cornell.edu/people/pabo/movie-review-data/)
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:** 1.28 MB
38
  - **Total amount of disk used:** 1.75 MB
39
 
40
+ ### Dataset Summary
41
 
42
  Movie Review Dataset.
43
  This is a dataset of containing 5,331 positive and 5,331 negative processed
 
46
  sentiment categorization with respect to rating scales.'', Proceedings of the
47
  ACL, 2005.
48
 
49
+ ### Supported Tasks
50
 
51
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
52
 
53
+ ### Languages
54
 
55
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
56
 
57
+ ## Dataset Structure
58
 
59
  We show detailed information for up to 5 configurations of the dataset.
60
 
61
+ ### Data Instances
62
 
63
  #### default
64
 
 
74
  }
75
  ```
76
 
77
+ ### Data Fields
78
 
79
  The data fields are the same among all splits.
80
 
 
82
  - `text`: a `string` feature.
83
  - `label`: a classification label, with possible values including `neg` (0), `pos` (1).
84
 
85
+ ### Data Splits Sample Size
86
 
87
  | name |train|validation|test|
88
  |-------|----:|---------:|---:|
89
  |default| 8530| 1066|1066|
90
 
91
+ ## Dataset Creation
92
 
93
+ ### Curation Rationale
94
 
95
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
96
 
97
+ ### Source Data
98
 
99
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
 
101
+ ### Annotations
102
 
103
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
 
105
+ ### Personal and Sensitive Information
106
 
107
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
 
109
+ ## Considerations for Using the Data
110
 
111
+ ### Social Impact of Dataset
112
 
113
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
 
115
+ ### Discussion of Biases
116
 
117
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
 
119
+ ### Other Known Limitations
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
+ ## Additional Information
124
 
125
+ ### Dataset Curators
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
+ ### Licensing Information
130
 
131
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
 
133
+ ### Citation Information
134
 
135
  ```
136
  @InProceedings{Pang+Lee:05a,