mamed0v commited on
Commit
771521b
1 Parent(s): 940a0e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +72 -58
README.md CHANGED
@@ -1,59 +1,73 @@
1
- # Turkmen Dolly 15k Dataset
2
-
3
- ## Overview
4
-
5
- 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.
6
-
7
- ## Dataset Details
8
-
9
- - **Original Dataset**: Dolly 15k
10
- - **Language**: Turkmen
11
- - **Number of Samples**: 15,000
12
- - **Types of Tasks**: Various, including open-ended generation, classification, extraction, and more
13
- - **Translation Method**: Google Translate
14
-
15
- ## File Format
16
-
17
- The dataset is provided in JSONL (JSON Lines) format. Each line in the file represents a single JSON object with the following structure:
18
-
19
- ```json
20
- {
21
- "instruction": "Original instruction in English",
22
- "context": "Original context in English (if applicable)",
23
- "response": "Original response in English",
24
- "category": "Category of the task",
25
- "instruction_tk": "Instruction translated to Turkmen",
26
- "context_tk": "Context translated to Turkmen (if applicable)",
27
- "response_tk": "Response translated to Turkmen"
28
- }
29
- ```
30
-
31
- Example:
32
- ```json
33
- {
34
- "instruction": "In the series A Song of Ice and Fire, who is the founder of House Casterly?",
35
- "context": "",
36
- "response": "Corlos, son of Caster",
37
- "category": "open_qa",
38
- "instruction_tk": "\"Buz we ot aýdymy\" seriýasynda \"House Casterly\" -ny esaslandyryjy kim?",
39
- "context_tk": "",
40
- "response_tk": "Karlos, Kasteriň ogly"
41
- }
42
- ```
43
-
44
- ## Acknowledgments
45
-
46
- - Original Dolly 15k dataset creators: Databricks
47
- - Translation: Google Translate
48
-
49
- ## Contact
50
-
51
- For questions or issues regarding this dataset, please contact:
52
-
53
- - Telegram: @gargamelix
54
- - Email: 31mb41@gmail.com
55
- - GitHub: github.com/mamed0v
56
-
57
- ## Disclaimer
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.