richardlastrucci
commited on
Commit
•
9b69dea
1
Parent(s):
6cd6198
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -39,6 +39,12 @@ configs:
|
|
39 |
path: nbl-nso/train-*
|
40 |
- split: test
|
41 |
path: nbl-nso/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
dataset_info:
|
43 |
- config_name: afr-xho
|
44 |
features:
|
@@ -97,6 +103,25 @@ dataset_info:
|
|
97 |
num_examples: 79
|
98 |
download_size: 113394
|
99 |
dataset_size: 159957
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
---
|
101 |
|
102 |
# The Vuk'uzenzele South African Multilingual Corpus
|
|
|
39 |
path: nbl-nso/train-*
|
40 |
- split: test
|
41 |
path: nbl-nso/test-*
|
42 |
+
- config_name: tso-ven
|
43 |
+
data_files:
|
44 |
+
- split: train
|
45 |
+
path: tso-ven/train-*
|
46 |
+
- split: test
|
47 |
+
path: tso-ven/test-*
|
48 |
dataset_info:
|
49 |
- config_name: afr-xho
|
50 |
features:
|
|
|
103 |
num_examples: 79
|
104 |
download_size: 113394
|
105 |
dataset_size: 159957
|
106 |
+
- config_name: tso-ven
|
107 |
+
features:
|
108 |
+
- name: tso
|
109 |
+
dtype: string
|
110 |
+
- name: ven
|
111 |
+
dtype: string
|
112 |
+
- name: score
|
113 |
+
dtype: float64
|
114 |
+
- name: __index_level_0__
|
115 |
+
dtype: int64
|
116 |
+
splits:
|
117 |
+
- name: train
|
118 |
+
num_bytes: 197128
|
119 |
+
num_examples: 428
|
120 |
+
- name: test
|
121 |
+
num_bytes: 45408
|
122 |
+
num_examples: 108
|
123 |
+
download_size: 158793
|
124 |
+
dataset_size: 242536
|
125 |
---
|
126 |
|
127 |
# The Vuk'uzenzele South African Multilingual Corpus
|