el2e10 commited on
Commit
bdb5b97
1 Parent(s): 4c3075c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
1
  ---
2
  license: cc
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
+ task_categories:
4
+ - text-generation
5
+ language:
6
+ - hi
7
+ size_categories:
8
+ - n<1K
9
+ pretty_name: Aya Paraphrase Hindi
10
+ source_datasets:
11
+ - extended|ai4bharat/IndicXParaphrase
12
  ---
13
+
14
+ ### Description
15
+
16
+ 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.
17
+ 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.
18
+
19
+ 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.
20
+
21
+
22
+ ### Template
23
+ The following templates(Hindi) where used for converting the original dataset:
24
+ ```
25
+ prompt:
26
+ दुसरे शब्दों का प्रयोग करके इस वाक्य को लिखिए: "{original_sentence}"
27
+
28
+ completion:
29
+ {paraphrased_sentence}
30
+ ```
31
+ ```
32
+ prompt:
33
+ इस वाक्य को अन्य तरीके से फिर से लिखिए: "{original_sentence}"
34
+
35
+ completion:
36
+ {paraphrased_sentence}
37
+ ```
38
+ ```
39
+ prompt:
40
+ निम्नलिखित वाक्य का अर्थ बदले बिना उसे दोबारा लिखिए: "{original_sentence}"
41
+
42
+ completion:
43
+ {paraphrased_sentence}
44
+ ```