Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,59 +1,73 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
-
|
11 |
-
|
12 |
-
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
The translations in this dataset were performed using Google Translate. While this approach allows for rapid translation of a large dataset, users should be aware that there might be inaccuracies, mistranslations, or loss of nuance, especially for complex or domain-specific content. Exercise caution when using this dataset for tasks requiring high precision in language understanding or generation.
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- question-answering
|
4 |
+
- summarization
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
size_categories:
|
8 |
+
- 10K<n<100K
|
9 |
+
configs:
|
10 |
+
- config_name: default
|
11 |
+
data_files:
|
12 |
+
- split: train
|
13 |
+
path: "dolly_15k_turkmen.jsonl"
|
14 |
+
---
|
15 |
+
# Turkmen Dolly 15k Dataset
|
16 |
+
|
17 |
+
## Overview
|
18 |
+
|
19 |
+
This dataset is a Turkmen translation of the original Dolly 15k dataset. The Dolly dataset is a publicly available instruction-following dataset created by Databricks, containing 15,000 high-quality human-generated prompt-response pairs. This Turkmen version aims to extend the accessibility of instruction-following datasets to the Turkmen language community.
|
20 |
+
|
21 |
+
## Dataset Details
|
22 |
+
|
23 |
+
- **Original Dataset**: Dolly 15k
|
24 |
+
- **Language**: Turkmen
|
25 |
+
- **Number of Samples**: 15,000
|
26 |
+
- **Types of Tasks**: Various, including open-ended generation, classification, extraction, and more
|
27 |
+
- **Translation Method**: Google Translate
|
28 |
+
|
29 |
+
## File Format
|
30 |
+
|
31 |
+
The dataset is provided in JSONL (JSON Lines) format. Each line in the file represents a single JSON object with the following structure:
|
32 |
+
|
33 |
+
```json
|
34 |
+
{
|
35 |
+
"instruction": "Original instruction in English",
|
36 |
+
"context": "Original context in English (if applicable)",
|
37 |
+
"response": "Original response in English",
|
38 |
+
"category": "Category of the task",
|
39 |
+
"instruction_tk": "Instruction translated to Turkmen",
|
40 |
+
"context_tk": "Context translated to Turkmen (if applicable)",
|
41 |
+
"response_tk": "Response translated to Turkmen"
|
42 |
+
}
|
43 |
+
```
|
44 |
+
|
45 |
+
Example:
|
46 |
+
```json
|
47 |
+
{
|
48 |
+
"instruction": "In the series A Song of Ice and Fire, who is the founder of House Casterly?",
|
49 |
+
"context": "",
|
50 |
+
"response": "Corlos, son of Caster",
|
51 |
+
"category": "open_qa",
|
52 |
+
"instruction_tk": "\"Buz we ot aýdymy\" seriýasynda \"House Casterly\" -ny esaslandyryjy kim?",
|
53 |
+
"context_tk": "",
|
54 |
+
"response_tk": "Karlos, Kasteriň ogly"
|
55 |
+
}
|
56 |
+
```
|
57 |
+
|
58 |
+
## Acknowledgments
|
59 |
+
|
60 |
+
- Original Dolly 15k dataset creators: Databricks
|
61 |
+
- Translation: Google Translate
|
62 |
+
|
63 |
+
## Contact
|
64 |
+
|
65 |
+
For questions or issues regarding this dataset, please contact:
|
66 |
+
|
67 |
+
- Telegram: @gargamelix
|
68 |
+
- Email: 31mb41@gmail.com
|
69 |
+
- GitHub: github.com/mamed0v
|
70 |
+
|
71 |
+
## Disclaimer
|
72 |
+
|
73 |
The translations in this dataset were performed using Google Translate. While this approach allows for rapid translation of a large dataset, users should be aware that there might be inaccuracies, mistranslations, or loss of nuance, especially for complex or domain-specific content. Exercise caution when using this dataset for tasks requiring high precision in language understanding or generation.
|