Datasets:
weezygeezer
commited on
Update README.md to include French
Browse filesSource
Hugging Face: https://huggingface.co/languages
- Update ISO code
- Include tag set
README.md
CHANGED
@@ -2,9 +2,13 @@
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- nnd
|
|
|
5 |
task_categories:
|
6 |
- translation
|
7 |
size_categories:
|
8 |
- 10K<n<100K
|
|
|
|
|
|
|
9 |
---
|
10 |
This <span style="color:teal;">parallel corpus </span> contains <span style="color:teal;">14,478</span> aligned sentence pairs <span style="color:teal;">Nande-French</span> in a <span style="color:teal;">90:10</span> split for the train and the test sets. It has been mainly used to fine-tune the <span style="color:teal;"> t5-base </span> pretrained model for the development of <a href="https://huggingface.co/SalomonMetre13/nnd_fr_mt" style="color:green;">this translation model </a>
|
|
|
2 |
license: mit
|
3 |
language:
|
4 |
- nnd
|
5 |
+
- fr
|
6 |
task_categories:
|
7 |
- translation
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
10 |
+
tags:
|
11 |
+
- machine-translation
|
12 |
+
- parallel-corpus
|
13 |
---
|
14 |
This <span style="color:teal;">parallel corpus </span> contains <span style="color:teal;">14,478</span> aligned sentence pairs <span style="color:teal;">Nande-French</span> in a <span style="color:teal;">90:10</span> split for the train and the test sets. It has been mainly used to fine-tune the <span style="color:teal;"> t5-base </span> pretrained model for the development of <a href="https://huggingface.co/SalomonMetre13/nnd_fr_mt" style="color:green;">this translation model </a>
|