File size: 1,204 Bytes
366b6f1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
---
license: cc
task_categories:
- conversational
language:
- hi
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}
```h |