evie-8 commited on
Commit
cbde5ec
·
verified ·
1 Parent(s): 985cde3

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -1,6 +1,5 @@
1
-
2
  ---
3
- language:
4
  - ind
5
  - ara
6
  - spa
@@ -16,10 +15,46 @@ language:
16
  - tgl
17
  - tam
18
  pretty_name: Tico 19
19
- task_categories:
20
  - machine-translation
21
- tags:
22
  - machine-translation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  TICO-19 (Translation Initiative for COVID-19) is sampled from a variety of public sources containing
 
 
1
  ---
2
+ language:
3
  - ind
4
  - ara
5
  - spa
 
15
  - tgl
16
  - tam
17
  pretty_name: Tico 19
18
+ task_categories:
19
  - machine-translation
20
+ tags:
21
  - machine-translation
22
+ configs:
23
+ - config_name: tico_19_source
24
+ data_files:
25
+ - split: test
26
+ path: tico_19_source/test-*
27
+ - split: validation
28
+ path: tico_19_source/validation-*
29
+ default: true
30
+ dataset_info:
31
+ config_name: tico_19_source
32
+ features:
33
+ - name: sourceLang
34
+ dtype: string
35
+ - name: targetLang
36
+ dtype: string
37
+ - name: sourceString
38
+ dtype: string
39
+ - name: targetString
40
+ dtype: string
41
+ - name: stringID
42
+ dtype: string
43
+ - name: url
44
+ dtype: string
45
+ - name: license
46
+ dtype: string
47
+ - name: translatorId
48
+ dtype: string
49
+ splits:
50
+ - name: test
51
+ num_bytes: 916100
52
+ num_examples: 2100
53
+ - name: validation
54
+ num_bytes: 407687
55
+ num_examples: 971
56
+ download_size: 558571
57
+ dataset_size: 1323787
58
  ---
59
 
60
  TICO-19 (Translation Initiative for COVID-19) is sampled from a variety of public sources containing
tico_19_source/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2a792dce7a64fb63c61d988267264bd74a325922402d31ce3e8b2a59d421242
3
+ size 392826
tico_19_source/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17e9a6fba53d589bda095f116f2ebc15d294e78b55ca98edcd57a60dc1218169
3
+ size 165745