el2e10 commited on
Commit
fa9dbf6
1 Parent(s): b52fc15

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -43,6 +43,7 @@ IndicXParaphrase is multilingual, and n-way parallel dataset for paraphrase dete
43
  ### Template
44
  The following templates(Punjabi) where used for converting the original dataset:
45
  ```
 
46
  prompt:
47
  ਵੱਖ-ਵੱਖ ਸ਼ਬਦਾਂ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਹੇਠਾਂ ਦਿੱਤੇ ਵਾਕ ਨੂੰ ਲਿਖੋ: "{original_sentence}"
48
 
@@ -50,6 +51,7 @@ completion:
50
  {paraphrased_sentence}
51
  ```
52
  ```
 
53
  prompt:
54
  ਨਿਮਨਲਿਖਤ ਵਾਕ ਨੂੰ ਵੱਖਰੇ ਤਰੀਕੇ ਨਾਲ ਦੁਬਾਰਾ ਲਿਖੋ: "{original_sentence}"
55
 
@@ -57,6 +59,7 @@ completion:
57
  {paraphrased_sentence}
58
  ```
59
  ```
 
60
  prompt:
61
  ਹੇਠਾਂ ਦਿੱਤੇ ਵਾਕ ਨੂੰ ਸਮਝਾਓ: "{original_sentence}"
62
 
 
43
  ### Template
44
  The following templates(Punjabi) where used for converting the original dataset:
45
  ```
46
+ #Template 1
47
  prompt:
48
  ਵੱਖ-ਵੱਖ ਸ਼ਬਦਾਂ ਦੀ ਵਰਤੋਂ ਕਰਕੇ ਹੇਠਾਂ ਦਿੱਤੇ ਵਾਕ ਨੂੰ ਲਿਖੋ: "{original_sentence}"
49
 
 
51
  {paraphrased_sentence}
52
  ```
53
  ```
54
+ #Template 2
55
  prompt:
56
  ਨਿਮਨਲਿਖਤ ਵਾਕ ਨੂੰ ਵੱਖਰੇ ਤਰੀਕੇ ਨਾਲ ਦੁਬਾਰਾ ਲਿਖੋ: "{original_sentence}"
57
 
 
59
  {paraphrased_sentence}
60
  ```
61
  ```
62
+ #Template 3
63
  prompt:
64
  ਹੇਠਾਂ ਦਿੱਤੇ ਵਾਕ ਨੂੰ ਸਮਝਾਓ: "{original_sentence}"
65