MLDataScientist
commited on
Commit
•
79268d8
1
Parent(s):
cb58632
Update README.md
Browse files
README.md
CHANGED
@@ -1,22 +1,44 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
dataset_info:
|
4 |
-
features:
|
5 |
-
- name: id
|
6 |
-
dtype: int64
|
7 |
-
- name: English
|
8 |
-
dtype: string
|
9 |
-
- name: Uzbek
|
10 |
-
dtype: string
|
11 |
-
splits:
|
12 |
-
- name: train
|
13 |
-
num_bytes: 450765
|
14 |
-
num_examples: 1428
|
15 |
-
download_size: 298131
|
16 |
-
dataset_size: 450765
|
17 |
-
configs:
|
18 |
-
- config_name: default
|
19 |
-
data_files:
|
20 |
-
- split: train
|
21 |
-
path: data/train-*
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: int64
|
7 |
+
- name: English
|
8 |
+
dtype: string
|
9 |
+
- name: Uzbek
|
10 |
+
dtype: string
|
11 |
+
splits:
|
12 |
+
- name: train
|
13 |
+
num_bytes: 450765
|
14 |
+
num_examples: 1428
|
15 |
+
download_size: 298131
|
16 |
+
dataset_size: 450765
|
17 |
+
configs:
|
18 |
+
- config_name: default
|
19 |
+
data_files:
|
20 |
+
- split: train
|
21 |
+
path: data/train-*
|
22 |
+
task_categories:
|
23 |
+
- translation
|
24 |
+
- question-answering
|
25 |
+
- text2text-generation
|
26 |
+
language:
|
27 |
+
- uz
|
28 |
+
- en
|
29 |
+
pretty_name: Fleurs Uzbek
|
30 |
+
size_categories:
|
31 |
+
- 1K<n<10K
|
32 |
+
---
|
33 |
+
|
34 |
+
This is a clean copy of [google/fleurs](https://huggingface.co/datasets/google/fleurs) dataset that has translation of text data in 100s of languages with speech.
|
35 |
+
|
36 |
+
The primary goal of this dataset is to use it in fine-tuning phase of an LLM so that it could better translate English to Uzbek.
|
37 |
+
|
38 |
+
You should add one more column called 'system instruction' and add some command like below:
|
39 |
+
|
40 |
+
"Ushbu matnni ingliz tilidan o'zbek tiliga tarjima qiling."
|
41 |
+
|
42 |
+
Prompt: English text
|
43 |
+
|
44 |
+
Response: Uzbek text
|