el2e10 commited on
Commit
9a6d0cb
·
1 Parent(s): b5ba377

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +79 -11
README.md CHANGED
@@ -4,20 +4,23 @@ task_categories:
4
  - text-generation
5
  language:
6
  - ml
 
 
 
7
  size_categories:
8
  - n<1K
9
- pretty_name: Malayalam Paraphrase
10
  source_datasets:
11
  - extended|ai4bharat/IndicXParaphrase
12
  configs:
13
- - config_name: marathi
14
- data_files: "data/mr.csv"
15
- - config_name: gujarati
16
- data_files: "data/gu.csv"
17
- - config_name: malayalam
18
- data_files: "data/ml.csv"
19
- - config_name: panjabi
20
- data_files: "data/pa.csv"
21
  ---
22
 
23
  ### Description
@@ -30,8 +33,7 @@ IndicXParaphrase is multilingual, and n-way parallel dataset for paraphrase dete
30
 
31
  ### Template
32
 
33
- The following templates where used for converting the original dataset:
34
-
35
  ```
36
  prompt:
37
  ഇനിപ്പറയുന്ന വാചകം വ്യത്യസ്ത വാക്കുകളിൽ എഴുതുക: "{original_sentence}"
@@ -50,6 +52,72 @@ completion:
50
  prompt:
51
  താഴെപ്പറയുന്ന വാചകം പരാവർത്തനം ചെയ്യുക: "{original_sentence}"
52
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
53
  completion:
54
  {paraphrased_sentence}
55
  ```
 
4
  - text-generation
5
  language:
6
  - ml
7
+ - pa
8
+ - mr
9
+ - gu
10
  size_categories:
11
  - n<1K
12
+ pretty_name: Aya Paraphrase
13
  source_datasets:
14
  - extended|ai4bharat/IndicXParaphrase
15
  configs:
16
+ - config_name: marathi
17
+ data_files: data/mr.csv
18
+ - config_name: gujarati
19
+ data_files: data/gu.csv
20
+ - config_name: malayalam
21
+ data_files: data/ml.csv
22
+ - config_name: panjabi
23
+ data_files: data/pa.csv
24
  ---
25
 
26
  ### Description
 
33
 
34
  ### Template
35
 
36
+ The following templates(Malayalam) where used for converting the original dataset:
 
37
  ```
38
  prompt:
39
  ഇനിപ്പറയുന്ന വാചകം വ്യത്യസ്ത വാക്കുകളിൽ എഴുതുക: "{original_sentence}"
 
52
  prompt:
53
  താഴെപ്പറയുന്ന വാചകം പരാവർത്തനം ചെയ്യുക: "{original_sentence}"
54
 
55
+ completion:
56
+ {paraphrased_sentence}
57
+ ```
58
+ The following templates(Gujarati) where used for converting the original dataset:
59
+ ```
60
+ prompt:
61
+ નીચેના વાક્યને અલગ શબ્દોનો ઉપયોગ કરીને લખો: "{original_sentence}"
62
+
63
+ completion:
64
+ {paraphrased_sentence}
65
+ ```
66
+ ```
67
+ prompt:
68
+ નીચેના વાક્યને અલગ રીતે ફરીથી લખો: "{original_sentence}"
69
+
70
+ completion:
71
+ {paraphrased_sentence}
72
+ ```
73
+ ```
74
+ prompt:
75
+ નીચેના વાક્યનો અર્થ ટૂંકમાં સમજાવો: "{original_sentence}"
76
+
77
+ completion:
78
+ {paraphrased_sentence}
79
+ ```
80
+ The following templates(Punjabi) where used for converting the original dataset:
81
+ ```
82
+ prompt:
83
+ ਵੱਖ-ਵੱਖ ਸ਼ਬਦਾਂ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਹੇਠਾਂ ਦਿੱਤੇ ਵਾਕ ਨੂੰ ਲਿਖੋ: "{original_sentence}"
84
+
85
+ completion:
86
+ {paraphrased_sentence}
87
+ ```
88
+ ```
89
+ prompt:
90
+ ਨਿਮਨਲਿਖਤ ਵਾਕ ਨੂੰ ਵੱਖਰੇ ਤਰੀਕੇ ਨਾਲ ਦੁਬਾਰਾ ਲਿਖੋ: "{original_sentence}"
91
+
92
+ completion:
93
+ {paraphrased_sentence}
94
+ ```
95
+ ```
96
+ prompt:
97
+ ਹੇਠਾਂ ਦਿੱਤੇ ਵਾਕ ਨੂੰ ਸਮਝਾਓ: "{original_sentence}"
98
+
99
+ completion:
100
+ {paraphrased_sentence}
101
+ ```
102
+ The following templates(Marathi) where used for converting the original dataset:
103
+ ```
104
+ prompt:
105
+ खालील वाक्य दुसरे-भिन्न शब्द वापरून लिहा: "{original_sentence}"
106
+
107
+ completion:
108
+ {paraphrased_sentence}
109
+ ```
110
+ ```
111
+ prompt:
112
+ खालील वाक्य वेगळ्या प्रकारे पुन्हा लिहा: "{original_sentence}"
113
+
114
+ completion:
115
+ {paraphrased_sentence}
116
+ ```
117
+ ```
118
+ prompt:
119
+ खालील वाक्य दुसरे शब्द वापरून रूपांतरित-अनुवादित करा: "{original_sentence}"
120
+
121
  completion:
122
  {paraphrased_sentence}
123
  ```