el2e10 commited on
Commit
1dcf30b
1 Parent(s): 035b8dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -42,6 +42,7 @@ This dataset comprises a singular split (train) and encompasses over 1150+ rows.
42
  The following template was used for converting the original dataset:
43
 
44
  ```
 
45
  prompt:
46
  Translate from English to {target_language}:
47
  {ENGLISH_REVIW}
@@ -50,6 +51,7 @@ completion:
50
  {INDIC_REVIEW}
51
  ```
52
  ```
 
53
  prompt:
54
  Translate this sentence to {target_language}:
55
  {ENGLISH_REVIW}
@@ -58,6 +60,7 @@ completion:
58
  {INDIC_REVIEW}
59
  ```
60
  ```
 
61
  prompt:
62
  What's the {target_language} translation of this language:
63
  {ENGLISH_REVIW}
@@ -66,6 +69,7 @@ completion:
66
  {INDIC_REVIEW}
67
  ```
68
  ```
 
69
  prompt:
70
  Can you translate this text to {target_language}:
71
  {ENGLISH_REVIW}
 
42
  The following template was used for converting the original dataset:
43
 
44
  ```
45
+ #Template 1
46
  prompt:
47
  Translate from English to {target_language}:
48
  {ENGLISH_REVIW}
 
51
  {INDIC_REVIEW}
52
  ```
53
  ```
54
+ #Template 2
55
  prompt:
56
  Translate this sentence to {target_language}:
57
  {ENGLISH_REVIW}
 
60
  {INDIC_REVIEW}
61
  ```
62
  ```
63
+ #Template 3
64
  prompt:
65
  What's the {target_language} translation of this language:
66
  {ENGLISH_REVIW}
 
69
  {INDIC_REVIEW}
70
  ```
71
  ```
72
+ #Template 4
73
  prompt:
74
  Can you translate this text to {target_language}:
75
  {ENGLISH_REVIW}