Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,7 @@ IndicXParaphrase is multilingual, and n-way parallel dataset for paraphrase dete
|
|
44 |
|
45 |
The following templates(Malayalam) where used for converting the original dataset:
|
46 |
```
|
|
|
47 |
prompt:
|
48 |
ഇനിപ്പറയുന്ന വാചകം വ്യത്യസ്ത വാക്കുകളിൽ എഴുതുക: "{original_sentence}"
|
49 |
|
@@ -51,6 +52,7 @@ completion:
|
|
51 |
{paraphrased_sentence}
|
52 |
```
|
53 |
```
|
|
|
54 |
prompt:
|
55 |
ഇനിപ്പറയുന്ന വാചകം മറ്റൊരു രീതിയിൽ എഴുതുക: "{original_sentence}"
|
56 |
|
@@ -58,6 +60,7 @@ completion:
|
|
58 |
{paraphrased_sentence}
|
59 |
```
|
60 |
```
|
|
|
61 |
prompt:
|
62 |
താഴെപ്പറയുന്ന വാചകം പരാവർത്തനം ചെയ്യുക: "{original_sentence}"
|
63 |
|
|
|
44 |
|
45 |
The following templates(Malayalam) where used for converting the original dataset:
|
46 |
```
|
47 |
+
#Template 1
|
48 |
prompt:
|
49 |
ഇനിപ്പറയുന്ന വാചകം വ്യത്യസ്ത വാക്കുകളിൽ എഴുതുക: "{original_sentence}"
|
50 |
|
|
|
52 |
{paraphrased_sentence}
|
53 |
```
|
54 |
```
|
55 |
+
#Template 2
|
56 |
prompt:
|
57 |
ഇനിപ്പറയുന്ന വാചകം മറ്റൊരു രീതിയിൽ എഴുതുക: "{original_sentence}"
|
58 |
|
|
|
60 |
{paraphrased_sentence}
|
61 |
```
|
62 |
```
|
63 |
+
#Template 3
|
64 |
prompt:
|
65 |
താഴെപ്പറയുന്ന വാചകം പരാവർത്തനം ചെയ്യുക: "{original_sentence}"
|
66 |
|