albertvillanova HF staff commited on
Commit
682702e
1 Parent(s): ea771eb

Fix typo in train split name (#3751)

Browse files

* Fix typo in README guide

* Fix split naming and table alignment in README guide

* Fix split naming and table alignment in all datasets

* Fix previously malformed dataset cards

* Fix previously malformed dataset cards

Commit from https://github.com/huggingface/datasets/commit/af6e54febe3b822118dfed28ddb797d8350e5d27

Files changed (1) hide show
  1. README.md +13 -5
README.md CHANGED
@@ -56,6 +56,10 @@ pretty_name: Interpress Turkish News Category Dataset (270K - Lite Version)
56
 
57
  Turkish News Category Dataset (270K - Lite Version) is a Turkish news data set consisting of 273601 news in 10 categories ("kültürsanat", "ekonomi", "siyaset", "eğitim", "dünya", "spor", "teknoloji", "magazin", "sağlık", "gündem"), compiled from printed media and news websites between 2010 and 2017 by the Interpress (https://www.interpress.com/) media monitoring company. **It has been rearranged as easily separable and with fewer classes.**
58
 
 
 
 
 
59
  ### Languages
60
 
61
  The dataset is based on Turkish.
@@ -85,9 +89,9 @@ Here is an example from the dataset:
85
 
86
  The data is split into a training and testing. The split is organized as the following
87
 
88
- | | Tain | Test |
89
- |---------- | ------- | ----- |
90
- |data split | 218,880 | 54,721|
91
 
92
  ## Dataset Creation
93
 
@@ -126,7 +130,11 @@ The dataset does not contain any additional annotations.
126
 
127
  ## Considerations for Using the Data
128
 
129
- ### Discussion of Social Impact and Biases
 
 
 
 
130
 
131
  [More Information Needed]
132
 
@@ -146,7 +154,7 @@ The dataset does not contain any additional annotations.
146
 
147
  ### Citation Information
148
 
149
- [More Information Needed]
150
 
151
  ### Contributions
152
 
 
56
 
57
  Turkish News Category Dataset (270K - Lite Version) is a Turkish news data set consisting of 273601 news in 10 categories ("kültürsanat", "ekonomi", "siyaset", "eğitim", "dünya", "spor", "teknoloji", "magazin", "sağlık", "gündem"), compiled from printed media and news websites between 2010 and 2017 by the Interpress (https://www.interpress.com/) media monitoring company. **It has been rearranged as easily separable and with fewer classes.**
58
 
59
+ ### Supported Tasks and Leaderboards
60
+
61
+ [More Information Needed]
62
+
63
  ### Languages
64
 
65
  The dataset is based on Turkish.
 
89
 
90
  The data is split into a training and testing. The split is organized as the following
91
 
92
+ | | train | test |
93
+ |------------|--------:|-------:|
94
+ | data split | 218,880 | 54,721 |
95
 
96
  ## Dataset Creation
97
 
 
130
 
131
  ## Considerations for Using the Data
132
 
133
+ ### Social Impact of Dataset
134
+
135
+ [More Information Needed]
136
+
137
+ ### Discussion of Biases
138
 
139
  [More Information Needed]
140
 
 
154
 
155
  ### Citation Information
156
 
157
+ https://www.interpress.com/
158
 
159
  ### Contributions
160