ortofasfat commited on
Commit
dd07466
1 Parent(s): 6982ac1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
2
  license: cc
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
+ task_categories:
4
+ - question-answering
5
+ - text-generation
6
+ language:
7
+ - sw
8
+ - en
9
+ pretty_name: Dolly_Swahili
10
+ size_categories:
11
+ - 10K<n<100K
12
  ---
13
+ # README for Swahili Translated Dataset from Toloka
14
+
15
+ ## Dataset Description
16
+
17
+ This dataset is a Dolly 15k translated from English to Swahili, filtered and processed using the Toloka platform. It includes various contexts, responses, and instructions from diverse domains, providing a rich resource for natural language processing tasks, particularly for those focusing on the Swahili language.
18
+
19
+ ### Data Fields
20
+
21
+ - **task_id**: A unique identifier for each task in the dataset.
22
+ - **INPUT:context_tr**: The context of the task translated into Swahili.
23
+ - **INPUT:context_src**: The original context of the task in English.
24
+ - **INPUT:response_tr**: The response or answer to the task, translated into Swahili.
25
+ - **INPUT:response_src**: The original response or answer to the task in English.
26
+ - **INPUT:instruction_tr**: The instruction for the task, translated into Swahili.
27
+ - **INPUT:instruction_src**: The original instruction for the task in English.
28
+ - **toloka probabilities**: Probabilities indicating the confidence or quality score associated with each task, as evaluated on the Toloka platform.
29
+
30
+ ### Data Format
31
+
32
+ The dataset is provided in CSV format.
33
+
34
+ ## Dataset Creation
35
+
36
+ ### Curation Rationale
37
+
38
+ This dataset was curated to enhance the resources available for Swahili natural language processing. It aims to provide a robust set of data for translation tasks, question-answering systems, and other language modeling tasks in Swahili.
39
+
40
+ ### Source Data
41
+
42
+ #### Initial Data Collection and Normalization
43
+
44
+ The initial data collection was taken from Dolly-15K
45
+
46
+ ### Dataset Curators
47
+
48
+ This dataset was curated by Nazar Beknazarov, leveraging the Toloka platform for translation and filtering.
49
+
50
+
51
+ ### Citation Information
52
+
53
+ Please include citation information here, if available.