|
--- |
|
license: cc |
|
task_categories: |
|
- conversational |
|
language: |
|
- ml |
|
size_categories: |
|
- 1K<n<10K |
|
--- |
|
### Description |
|
|
|
This dataset is derived from the already existing dataset made by AI4Bharat. We have used the [IndicSentiment](https://huggingface.co/datasets/ai4bharat/IndicSentiment) dataset of AI4Bharat to create an instruction style dataset. |
|
|
|
IndicSentiment is a multilingual parallel dataset for sentiment analysis. It encompasses product reviews, translations into Indic languages, sentiment labels, and more. |
|
The original dataset(IndicSentiment) was made available under the cc-0 license. |
|
|
|
This dataset comprises a singular split (train) and encompasses over 1150+ rows. |
|
|
|
### Template |
|
|
|
The following template was used for converting the original dataset: |
|
|
|
``` |
|
prompt: |
|
Translate from English to {target_language}: |
|
{ENGLISH_REVIW} |
|
|
|
completion: |
|
{INDIC_REVIEW} |
|
``` |
|
``` |
|
prompt: |
|
Translate this sentence to {target_language}: |
|
{ENGLISH_REVIW} |
|
|
|
completion: |
|
{INDIC_REVIEW} |
|
``` |
|
``` |
|
prompt: |
|
What's the {target_language} translation of this language: |
|
{ENGLISH_REVIW} |
|
|
|
completion: |
|
{INDIC_REVIEW} |
|
``` |
|
``` |
|
prompt: |
|
Can you translate this text to {target_language}: |
|
{ENGLISH_REVIW} |
|
|
|
completion: |
|
{INDIC_REVIEW} |
|
``` |