Upload dataset (part 00001-of-00002)
Browse files
README.md
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: bn_raw
|
5 |
+
dtype: string
|
6 |
+
- name: en_raw
|
7 |
+
dtype: string
|
8 |
+
splits:
|
9 |
+
- name: alt
|
10 |
+
num_bytes: 10242909
|
11 |
+
num_examples: 20106
|
12 |
+
- name: amadercat
|
13 |
+
num_bytes: 331783
|
14 |
+
num_examples: 1781
|
15 |
+
- name: anuvaad
|
16 |
+
num_bytes: 318844740
|
17 |
+
num_examples: 1001740
|
18 |
+
- name: banglanmt
|
19 |
+
num_bytes: 680601914
|
20 |
+
num_examples: 2659723
|
21 |
+
- name: ptb
|
22 |
+
num_bytes: 659453
|
23 |
+
num_examples: 1313
|
24 |
+
- name: ilmpc
|
25 |
+
num_bytes: 39492292
|
26 |
+
num_examples: 324366
|
27 |
+
- name: xlent
|
28 |
+
num_bytes: 111488860
|
29 |
+
num_examples: 1616537
|
30 |
+
- name: nllb
|
31 |
+
num_bytes: 11409482018
|
32 |
+
num_examples: 62006746
|
33 |
+
- name: google
|
34 |
+
num_bytes: 37571933
|
35 |
+
num_examples: 191426
|
36 |
+
- name: bpcc_daily
|
37 |
+
num_bytes: 1462271
|
38 |
+
num_examples: 8458
|
39 |
+
- name: bpcc_icli
|
40 |
+
num_bytes: 43821553
|
41 |
+
num_examples: 123766
|
42 |
+
- name: bpcc_massive
|
43 |
+
num_bytes: 2233668
|
44 |
+
num_examples: 16492
|
45 |
+
- name: bpcc_nllb
|
46 |
+
num_bytes: 2572847096
|
47 |
+
num_examples: 13580532
|
48 |
+
- name: bpcc_samantar_v1
|
49 |
+
num_bytes: 889529481
|
50 |
+
num_examples: 2946291
|
51 |
+
- name: bpcc_samantar_v2
|
52 |
+
num_bytes: 2549472317
|
53 |
+
num_examples: 16055075
|
54 |
+
- name: bpcc_wiki
|
55 |
+
num_bytes: 18726914
|
56 |
+
num_examples: 47994
|
57 |
+
download_size: 9530806631
|
58 |
+
dataset_size: 18686809202
|
59 |
+
configs:
|
60 |
+
- config_name: default
|
61 |
+
data_files:
|
62 |
+
- split: alt
|
63 |
+
path: data/alt-*
|
64 |
+
- split: amadercat
|
65 |
+
path: data/amadercat-*
|
66 |
+
- split: anuvaad
|
67 |
+
path: data/anuvaad-*
|
68 |
+
- split: banglanmt
|
69 |
+
path: data/banglanmt-*
|
70 |
+
- split: ptb
|
71 |
+
path: data/ptb-*
|
72 |
+
- split: ilmpc
|
73 |
+
path: data/ilmpc-*
|
74 |
+
- split: xlent
|
75 |
+
path: data/xlent-*
|
76 |
+
- split: nllb
|
77 |
+
path: data/nllb-*
|
78 |
+
- split: google
|
79 |
+
path: data/google-*
|
80 |
+
- split: bpcc_daily
|
81 |
+
path: data/bpcc_daily-*
|
82 |
+
- split: bpcc_icli
|
83 |
+
path: data/bpcc_icli-*
|
84 |
+
- split: bpcc_massive
|
85 |
+
path: data/bpcc_massive-*
|
86 |
+
- split: bpcc_nllb
|
87 |
+
path: data/bpcc_nllb-*
|
88 |
+
- split: bpcc_samantar_v1
|
89 |
+
path: data/bpcc_samantar_v1-*
|
90 |
+
- split: bpcc_samantar_v2
|
91 |
+
path: data/bpcc_samantar_v2-*
|
92 |
+
- split: bpcc_wiki
|
93 |
+
path: data/bpcc_wiki-*
|
94 |
+
---
|