Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,15 @@ configs:
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
data_files:
|
| 17 |
- split: train
|
| 18 |
path: data/train-*
|
| 19 |
+
task_categories:
|
| 20 |
+
- text-generation
|
| 21 |
+
language:
|
| 22 |
+
- en
|
| 23 |
---
|
| 24 |
+
This data is a processed version of the english version of Wikitionary.
|
| 25 |
+
|
| 26 |
+
Original source dumps: https://dumps.wikimedia.org/enwiktionary/latest/
|
| 27 |
+
|
| 28 |
+
This data is made available under the same licenses as Wiktionary - both CC-BY-SA and GFDL.
|
| 29 |
+
|
| 30 |
+
Wiktionary copyright page for more information: https://en.wiktionary.org/wiki/Wiktionary:Copyrights
|