el2e10 commited on
Commit
09995e8
1 Parent(s): f8c16dc

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
+ - pa
7
+ size_categories:
8
+ - n<1K
9
+ pretty_name: Aya Paraphrase Punjabi
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(Punjabi) 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
+ ```