Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -96,4 +96,26 @@ tags:
|
|
| 96 |
- finetranslations
|
| 97 |
size_categories:
|
| 98 |
- 1M<n<10M
|
| 99 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 96 |
- finetranslations
|
| 97 |
size_categories:
|
| 98 |
- 1M<n<10M
|
| 99 |
+
---
|
| 100 |
+
|
| 101 |
+
## Files
|
| 102 |
+
Each file is in this format for languages in ISO 639 2-letter codes:
|
| 103 |
+
- `train/en/en.parquet`
|
| 104 |
+
- `train/es/es.parquet`
|
| 105 |
+
|
| 106 |
+
# From `HuggingFaceFW/finetranslations`
|
| 107 |
+
### Licensing Information
|
| 108 |
+
|
| 109 |
+
The dataset is released under the **Open Data Commons Attribution License (ODC-By) v1.0** [license](https://opendatacommons.org/licenses/by/1-0/). The use of this dataset is also subject to [CommonCrawl's Terms of Use](https://commoncrawl.org/terms-of-use).
|
| 110 |
+
|
| 111 |
+
## Citation Information
|
| 112 |
+
```
|
| 113 |
+
@misc{penedo2026finetranslations,
|
| 114 |
+
title={FineTranslations},
|
| 115 |
+
author={Guilherme Penedo and Hynek Kydl{\'\i}{\v{c}}ek and Amir Hossein Kargaran and Leandro von Werra},
|
| 116 |
+
year={2026},
|
| 117 |
+
publisher = {Hugging Face},
|
| 118 |
+
journal = {Hugging Face repository},
|
| 119 |
+
howpublished = {\url{https://huggingface.co/datasets/HuggingFaceFW/finetranslations}}
|
| 120 |
+
}
|
| 121 |
+
```
|