el2e10 commited on
Commit
ae09a8c
1 Parent(s): d788cc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md CHANGED
@@ -1,3 +1,46 @@
1
  ---
2
  license: cc
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - mr
7
+ size_categories:
8
+ - n<1K
9
+ pretty_name: Aya Paraphrase Marathi
10
+ source_datasets:
11
+ - extended|ai4bharat/IndicXParaphrase
12
+
13
  ---
14
+
15
+ ### Description
16
+
17
+ This dataset is derived from the already existing dataset made by AI4Bharat. We have used the [IndicXParaphrase](https://huggingface.co/datasets/ai4bharat/IndicXParaphrase) dataset of AI4Bharat to create this instruction style dataset.
18
+ We have used the malayalam split of the above mentioned dataset to create this one. This was created as part of [Aya Open Science Initiative](https://sites.google.com/cohere.com/aya-en/home) from Cohere For AI.
19
+
20
+ IndicXParaphrase is multilingual, and n-way parallel dataset for paraphrase detection in 10 Indic languages. The original dataset(IndicXParaphrase) was made available under the cc-0 license.
21
+
22
+
23
+ ### Template
24
+
25
+ The following templates(Marathi) where used for converting the original dataset:
26
+ ```
27
+ prompt:
28
+ खालील वाक्य दुसरे-भिन्न शब्द वापरून लिहा: "{original_sentence}"
29
+
30
+ completion:
31
+ {paraphrased_sentence}
32
+ ```
33
+ ```
34
+ prompt:
35
+ खालील वाक्य वेगळ्या प्रकारे पुन्हा लिहा: "{original_sentence}"
36
+
37
+ completion:
38
+ {paraphrased_sentence}
39
+ ```
40
+ ```
41
+ prompt:
42
+ खालील वाक्य दुसरे शब्द वापरून रूपांतरित-अनुवादित करा: "{original_sentence}"
43
+
44
+ completion:
45
+ {paraphrased_sentence}
46
+ ```