el2e10 commited on
Commit
eab6a4a
1 Parent(s): de50273

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -0
README.md CHANGED
@@ -1,3 +1,54 @@
1
  ---
2
  license: cc
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc
3
+ task_categories:
4
+ - conversational
5
+ language:
6
+ - ml
7
+ size_categories:
8
+ - 10K<n<100K
9
  ---
10
+ ### Description
11
+
12
+ 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.
13
+
14
+ IndicSentiment is a multilingual parallel dataset for sentiment analysis. It encompasses product reviews, translations into Indic languages, sentiment labels, and more.
15
+ The original dataset(IndicSentiment) was made available under the cc-0 license.
16
+
17
+ This dataset comprises a singular split (train) and encompasses over 11,500 rows. It features sentences in 10 different languages, with each language contributing 1,100+ samples.
18
+
19
+ ### Template
20
+
21
+ The following template was used for converting the original dataset:
22
+
23
+ ```
24
+ prompt:
25
+ Translate from English to {target_language}:
26
+ {ENGLISH_REVIW}
27
+
28
+ completion:
29
+ {INDIC_REVIEW}
30
+ ```
31
+ ```
32
+ prompt:
33
+ Translate this sentence to {target_language}:
34
+ {ENGLISH_REVIW}
35
+
36
+ completion:
37
+ {INDIC_REVIEW}
38
+ ```
39
+ ```
40
+ prompt:
41
+ What's the {target_language} translation of this language:
42
+ {ENGLISH_REVIW}
43
+
44
+ completion:
45
+ {INDIC_REVIEW}
46
+ ```
47
+ ```
48
+ prompt:
49
+ Can you translate this text to {target_language}:
50
+ {ENGLISH_REVIW}
51
+
52
+ completion:
53
+ {INDIC_REVIEW}
54
+ ```