AnanthZeke
commited on
Commit
·
177f4b6
1
Parent(s):
f4da8f1
added README
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-generation
|
5 |
+
language:
|
6 |
+
- as
|
7 |
+
- bn
|
8 |
+
- gu
|
9 |
+
- en
|
10 |
+
- hi
|
11 |
+
- kn
|
12 |
+
- ks
|
13 |
+
- ml
|
14 |
+
- mr
|
15 |
+
- ne
|
16 |
+
- or
|
17 |
+
- pa
|
18 |
+
- sa
|
19 |
+
- sd
|
20 |
+
- ta
|
21 |
+
- te
|
22 |
+
- ur
|
23 |
+
tags:
|
24 |
+
- language-modeling
|
25 |
+
- casual-lm
|
26 |
+
- llm
|
27 |
+
pretty_name: wiki-translate
|
28 |
+
dataset_info:
|
29 |
+
- config_name: train
|
30 |
+
features:
|
31 |
+
- name: doc_id
|
32 |
+
dtype: string
|
33 |
+
- name: title
|
34 |
+
dtype: string
|
35 |
+
- name: url
|
36 |
+
dtype: string
|
37 |
+
- name: eng_Latn
|
38 |
+
dtype: string
|
39 |
+
- name: asm_Beng
|
40 |
+
dtype: string
|
41 |
+
- name: ben_Beng
|
42 |
+
dtype: string
|
43 |
+
- name: guj_Gujr
|
44 |
+
dtype: string
|
45 |
+
- name: hin_Deva
|
46 |
+
dtype: string
|
47 |
+
- name: kan_Knda
|
48 |
+
dtype: string
|
49 |
+
- name: mar_Deva
|
50 |
+
dtype: string
|
51 |
+
- name: npi_Deva
|
52 |
+
dtype: string
|
53 |
+
- name: ory_Orya
|
54 |
+
dtype: string
|
55 |
+
- name: pan_Guru
|
56 |
+
dtype: string
|
57 |
+
- name: san_Deva
|
58 |
+
dtype: string
|
59 |
+
- name: tam_Taml
|
60 |
+
dtype: string
|
61 |
+
- name: tel_Telu
|
62 |
+
dtype: string
|
63 |
+
- name: urd_Arab
|
64 |
+
dtype: string
|
65 |
+
configs:
|
66 |
+
- config_name: train
|
67 |
+
data_files:
|
68 |
+
path: train/*.parquet
|
69 |
+
size_categories:
|
70 |
+
- 100B<n<1T
|
71 |
+
---
|