albertvillanova HF Staff commited on
Commit
59b0088
·
1 Parent(s): 2e22bf3

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 +17 -6
README.md CHANGED
@@ -95,11 +95,12 @@ One example of the translation is as below:
95
  ### Data Splits
96
 
97
  The dataset is divided into two splits. All the headlines are scraped from news websites on the internet.
98
- | | Tain | Valid | Test |
99
- | ----- | ------ | ----- | ----- |
100
- | ru-pl | 20001 | 3001 | 2969 |
101
- | pl-ru | 20001 | 3001 | 2969 |
102
- | en-pl | 129255 | 1000 | 9845 |
 
103
 
104
  ## Dataset Creation
105
 
@@ -162,7 +163,17 @@ The organization details of PolEval is present in this [link](http://2019.poleva
162
 
163
  ### Citation Information
164
 
165
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
166
 
167
  ### Contributions
168
 
 
95
  ### Data Splits
96
 
97
  The dataset is divided into two splits. All the headlines are scraped from news websites on the internet.
98
+
99
+ | | train | validation | test |
100
+ |-------|-------:|-----------:|-----:|
101
+ | ru-pl | 20001 | 3001 | 2969 |
102
+ | pl-ru | 20001 | 3001 | 2969 |
103
+ | en-pl | 129255 | 1000 | 9845 |
104
 
105
  ## Dataset Creation
106
 
 
163
 
164
  ### Citation Information
165
 
166
+ ```
167
+ @proceedings{ogr:kob:19:poleval,
168
+ editor = {Maciej Ogrodniczuk and Łukasz Kobyliński},
169
+ title = {{Proceedings of the PolEval 2019 Workshop}},
170
+ year = {2019},
171
+ address = {Warsaw, Poland},
172
+ publisher = {Institute of Computer Science, Polish Academy of Sciences},
173
+ url = {http://2019.poleval.pl/files/poleval2019.pdf},
174
+ isbn = "978-83-63159-28-3"}
175
+ }
176
+ ```
177
 
178
  ### Contributions
179