Datasets:
init
Browse files- .gitattributes +1 -0
- README.md +59 -3
- dolly_15k_turkmen.jsonl +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
dolly_15k_turkmen.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,59 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
dolly_15k_turkmen.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d647cf3a8cf8dbb92684b1f8c1f8749b1e46af7ad522777dc955a680748f052
|
3 |
+
size 30670533
|