el2e10 commited on
Commit
231c174
1 Parent(s): 6444fc7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -44,6 +44,7 @@ IndicXParaphrase is multilingual, and n-way parallel dataset for paraphrase dete
44
 
45
  The following templates(Marathi) where used for converting the original dataset:
46
  ```
 
47
  prompt:
48
  खालील वाक्य दुसरे-भिन्न शब्द वापरून लिहा: "{original_sentence}"
49
 
@@ -51,6 +52,7 @@ completion:
51
  {paraphrased_sentence}
52
  ```
53
  ```
 
54
  prompt:
55
  खालील वाक्य वेगळ्या प्रकारे पुन्हा लिहा: "{original_sentence}"
56
 
@@ -58,6 +60,7 @@ completion:
58
  {paraphrased_sentence}
59
  ```
60
  ```
 
61
  prompt:
62
  खालील वाक्य दुसरे शब्द वापरून रूपांतरित-अनुवादित करा: "{original_sentence}"
63
 
 
44
 
45
  The following templates(Marathi) where used for converting the original dataset:
46
  ```
47
+ #Template 1
48
  prompt:
49
  खालील वाक्य दुसरे-भिन्न शब्द वापरून लिहा: "{original_sentence}"
50
 
 
52
  {paraphrased_sentence}
53
  ```
54
  ```
55
+ #Template 2
56
  prompt:
57
  खालील वाक्य वेगळ्या प्रकारे पुन्हा लिहा: "{original_sentence}"
58
 
 
60
  {paraphrased_sentence}
61
  ```
62
  ```
63
+ #Template 3
64
  prompt:
65
  खालील वाक्य दुसरे शब्द वापरून रूपांतरित-अनुवादित करा: "{original_sentence}"
66