readme: add language tags
Browse filesHi,
as part of the #Hacktoberfest [2023](https://github.com/huggingface/hub-docs/issues/986) this MR extends the dataset metadata and adds a language tag.
Happy merging!
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# WMT14 English-German Translation Data w/ further preprocessing
|
2 |
|
3 |
The original pre-processing script is [here](https://github.com/pytorch/fairseq/blob/master/examples/translation/prepare-wmt14en2de.sh).
|
@@ -13,4 +18,4 @@ cd examples/translation/
|
|
13 |
|
14 |
It was originally used by `transformers` [`finetune_trainer.py`](https://github.com/huggingface/transformers/blob/641f418e102218c4bf16fcd3124bfebed6217ef6/examples/seq2seq/finetune_trainer.py)
|
15 |
|
16 |
-
The data itself resides at https://cdn-datasets.huggingface.co/translation/wmt_en_de.tgz
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- de
|
5 |
+
---
|
6 |
# WMT14 English-German Translation Data w/ further preprocessing
|
7 |
|
8 |
The original pre-processing script is [here](https://github.com/pytorch/fairseq/blob/master/examples/translation/prepare-wmt14en2de.sh).
|
|
|
18 |
|
19 |
It was originally used by `transformers` [`finetune_trainer.py`](https://github.com/huggingface/transformers/blob/641f418e102218c4bf16fcd3124bfebed6217ef6/examples/seq2seq/finetune_trainer.py)
|
20 |
|
21 |
+
The data itself resides at https://cdn-datasets.huggingface.co/translation/wmt_en_de.tgz
|