el2e10's picture
Update README.md
1c18609
|
raw
history blame
1.42 kB
---
license: cc
task_categories:
- text-generation
language:
- ml
size_categories:
- n<1K
---
### Description
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.
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.
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.
### Template
The following templates where used for converting the original dataset:
```
prompt:
ഇനിപ്പറയുന്ന വാചകം വ്യത്യസ്ത വാക്കുകളിൽ എഴുതുക: "{original_sentence}"
completion:
{paraphrased_sentence}
```
```
prompt:
ഇനിപ്പറയുന്ന വാചകം മറ്റൊരു രീതിയിൽ എഴുതുക: "{original_sentence}"
completion:
{paraphrased_sentence}
```
```
prompt:
താഴെപ്പറയുന്ന വാചകം പരാവർത്തനം ചെയ്യുക: "{original_sentence}"
completion:
{paraphrased_sentence}
```