Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
Annotations Creators:
found
Source Datasets:
original
Tags:
License:
system HF staff commited on
Commit
aed7cd4
1 Parent(s): ce7724a

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
@@ -45,7 +45,7 @@ task_ids:
45
  - [Citation Information](#citation-information)
46
  - [Contributions](#contributions)
47
 
48
- ## [Dataset Description](#dataset-description)
49
 
50
  - **Homepage:** [http://groups.di.unipi.it/~gulli/AG_corpus_of_news_articles.html](http://groups.di.unipi.it/~gulli/AG_corpus_of_news_articles.html)
51
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -55,7 +55,7 @@ task_ids:
55
  - **Size of the generated dataset:** 30.23 MB
56
  - **Total amount of disk used:** 60.10 MB
57
 
58
- ### [Dataset Summary](#dataset-summary)
59
 
60
  AG is a collection of more than 1 million news articles. News articles have been
61
  gathered from more than 2000 news sources by ComeToMyHead in more than 1 year of
@@ -72,19 +72,19 @@ classification benchmark in the following paper: Xiang Zhang, Junbo Zhao, Yann
72
  LeCun. Character-level Convolutional Networks for Text Classification. Advances
73
  in Neural Information Processing Systems 28 (NIPS 2015).
74
 
75
- ### [Supported Tasks](#supported-tasks)
76
 
77
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
78
 
79
- ### [Languages](#languages)
80
 
81
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
82
 
83
- ## [Dataset Structure](#dataset-structure)
84
 
85
  We show detailed information for up to 5 configurations of the dataset.
86
 
87
- ### [Data Instances](#data-instances)
88
 
89
  #### default
90
 
@@ -100,7 +100,7 @@ An example of 'train' looks as follows.
100
  }
101
  ```
102
 
103
- ### [Data Fields](#data-fields)
104
 
105
  The data fields are the same among all splits.
106
 
@@ -108,55 +108,55 @@ The data fields are the same among all splits.
108
  - `text`: a `string` feature.
109
  - `label`: a classification label, with possible values including `World` (0), `Sports` (1), `Business` (2), `Sci/Tech` (3).
110
 
111
- ### [Data Splits Sample Size](#data-splits-sample-size)
112
 
113
  | name |train |test|
114
  |-------|-----:|---:|
115
  |default|120000|7600|
116
 
117
- ## [Dataset Creation](#dataset-creation)
118
 
119
- ### [Curation Rationale](#curation-rationale)
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
- ### [Source Data](#source-data)
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
- ### [Annotations](#annotations)
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
136
 
137
- ### [Social Impact of Dataset](#social-impact-of-dataset)
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
- ### [Discussion of Biases](#discussion-of-biases)
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
- ### [Other Known Limitations](#other-known-limitations)
146
 
147
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
 
149
- ## [Additional Information](#additional-information)
150
 
151
- ### [Dataset Curators](#dataset-curators)
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
- ### [Licensing Information](#licensing-information)
156
 
157
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
 
159
- ### [Citation Information](#citation-information)
160
 
161
  ```
162
  @inproceedings{Zhang2015CharacterlevelCN,
 
45
  - [Citation Information](#citation-information)
46
  - [Contributions](#contributions)
47
 
48
+ ## Dataset Description
49
 
50
  - **Homepage:** [http://groups.di.unipi.it/~gulli/AG_corpus_of_news_articles.html](http://groups.di.unipi.it/~gulli/AG_corpus_of_news_articles.html)
51
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
55
  - **Size of the generated dataset:** 30.23 MB
56
  - **Total amount of disk used:** 60.10 MB
57
 
58
+ ### Dataset Summary
59
 
60
  AG is a collection of more than 1 million news articles. News articles have been
61
  gathered from more than 2000 news sources by ComeToMyHead in more than 1 year of
 
72
  LeCun. Character-level Convolutional Networks for Text Classification. Advances
73
  in Neural Information Processing Systems 28 (NIPS 2015).
74
 
75
+ ### Supported Tasks
76
 
77
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
78
 
79
+ ### Languages
80
 
81
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
82
 
83
+ ## Dataset Structure
84
 
85
  We show detailed information for up to 5 configurations of the dataset.
86
 
87
+ ### Data Instances
88
 
89
  #### default
90
 
 
100
  }
101
  ```
102
 
103
+ ### Data Fields
104
 
105
  The data fields are the same among all splits.
106
 
 
108
  - `text`: a `string` feature.
109
  - `label`: a classification label, with possible values including `World` (0), `Sports` (1), `Business` (2), `Sci/Tech` (3).
110
 
111
+ ### Data Splits Sample Size
112
 
113
  | name |train |test|
114
  |-------|-----:|---:|
115
  |default|120000|7600|
116
 
117
+ ## Dataset Creation
118
 
119
+ ### Curation Rationale
120
 
121
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
 
123
+ ### Source Data
124
 
125
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
126
 
127
+ ### Annotations
128
 
129
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
130
 
131
+ ### Personal and Sensitive Information
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
+ ## Considerations for Using the Data
136
 
137
+ ### Social Impact of Dataset
138
 
139
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
140
 
141
+ ### Discussion of Biases
142
 
143
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
144
 
145
+ ### Other Known Limitations
146
 
147
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
148
 
149
+ ## Additional Information
150
 
151
+ ### Dataset Curators
152
 
153
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
154
 
155
+ ### Licensing Information
156
 
157
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
158
 
159
+ ### Citation Information
160
 
161
  ```
162
  @inproceedings{Zhang2015CharacterlevelCN,