DerivedFunction commited on
Commit
b8506d2
·
2 Parent(s): 36e0edf5437f5d

Merge remote-tracking branch 'refs/remotes/origin/main'

Browse files
Files changed (1) hide show
  1. README.md +121 -3
README.md CHANGED
@@ -1,3 +1,121 @@
1
- ---
2
- license: cc-by-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-3.0
3
+ language:
4
+ - af
5
+ - am
6
+ - as
7
+ - ba
8
+ - be
9
+ - bg
10
+ - bn
11
+ - bo
12
+ - bs
13
+ - ca
14
+ - ce
15
+ - ckb
16
+ - cs
17
+ - cy
18
+ - da
19
+ - de
20
+ - dv
21
+ - el
22
+ - en
23
+ - eo
24
+ - es
25
+ - eu
26
+ - fa
27
+ - fi
28
+ - fr
29
+ - ga
30
+ - gd
31
+ - gl
32
+ - grc
33
+ - gu
34
+ - hbo
35
+ - he
36
+ - hi
37
+ - hr
38
+ - hu
39
+ - hy
40
+ - id
41
+ - is
42
+ - it
43
+ - ja
44
+ - jv
45
+ - ka
46
+ - kk
47
+ - km
48
+ - kn
49
+ - ko
50
+ - ky
51
+ - la
52
+ - lb
53
+ - lo
54
+ - lt
55
+ - mk
56
+ - ml
57
+ - mr
58
+ - mt
59
+ - my
60
+ - nl
61
+ - 'no'
62
+ - ny
63
+ - oc
64
+ - pa
65
+ - pl
66
+ - pt
67
+ - rm
68
+ - ro
69
+ - ru
70
+ - sd
71
+ - si
72
+ - sk
73
+ - sl
74
+ - so
75
+ - sr
76
+ - su
77
+ - sv
78
+ - ta
79
+ - te
80
+ - tg
81
+ - th
82
+ - ti
83
+ - tr
84
+ - tt
85
+ - ug
86
+ - uk
87
+ - ur
88
+ - vi
89
+ - yo
90
+ - zh
91
+ - zu
92
+ - multilingual
93
+ task_categories:
94
+ - text-classification
95
+ tags:
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
+ ```