1024m commited on
Commit
361f925
·
verified ·
1 Parent(s): a13f1eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -18
README.md CHANGED
@@ -146,17 +146,17 @@ Target audiences who may benefit from our model:
146
 
147
  | Task | Input Format |
148
  |--------------------------------|---------------------------------------------------------|
149
- | Natural Language Inference | "Text1 ### Text2 ### NLI ###" |
150
- | Multiple Choice Questions | "Question ### A) a, B) b,... ### MCQ ###" |
151
- | Numeric Questions | "Question ### NUMERIC ###" |
152
- | Boolean Questions | "Question ### BOOLEAN ###" |
153
- | Questions seeking Long responses | "Question ### LONG RESPONSE ###" |
154
- | Short responses (few words) | "Input ### DIRECT RESPONSE ###" |
155
  | Coding | "`Input ### CODE ###`" |
156
- | Text Summarization | "Input ### SUMMARIZE ###" |
157
- | Paraphrasing/Rephrasing | "Input ### PARAPHRASE ###" |
158
- | Translation to specified language | "Input ### TRANSLATION [lang] ###" |
159
- | Text Simplification/ELI5 | "Input ### SIMPLIFY ###" |
160
 
161
  The following prompt formats were used during training and are better suited for usage, however the model works well even without such formatting
162
 
@@ -279,14 +279,14 @@ This resulted in less bias towards the earlier choices among MCQs as compared to
279
 
280
  ### Team
281
 
282
- - Ram Mohan Rao Kadiyala
283
- - Siddartha Pullakhandam
284
- - Siddhant Gupta
285
- - Drishti Sharma
286
- - Jebish Purbey
287
- - Kanwal Mehreen
288
- - Muhammad Arham
289
- - Hamza Farooq
290
 
291
  ### Correspondence
292
 
 
146
 
147
  | Task | Input Format |
148
  |--------------------------------|---------------------------------------------------------|
149
+ | Natural Language Inference | "`Text1 ### Text2 ### NLI ###`" |
150
+ | Multiple Choice Questions | "`Question ### A) a, B) b,... ### MCQ ###`" |
151
+ | Numeric Questions | "`Question ### NUMERIC ###`" |
152
+ | Boolean Questions | "`Question ### BOOLEAN ###`" |
153
+ | Questions seeking Long responses | "`Question ### LONG RESPONSE ###`" |
154
+ | Short responses (few words) | "`Input ### DIRECT RESPONSE ###`" |
155
  | Coding | "`Input ### CODE ###`" |
156
+ | Text Summarization | "`Input ### SUMMARIZE ###`" |
157
+ | Paraphrasing/Rephrasing | "`Input ### PARAPHRASE ###`" |
158
+ | Translation to specified language | "`Input ### TRANSLATION [lang] ###`" |
159
+ | Text Simplification/ELI5 | "`Input ### SIMPLIFY ###`" |
160
 
161
  The following prompt formats were used during training and are better suited for usage, however the model works well even without such formatting
162
 
 
279
 
280
  ### Team
281
 
282
+ - `Ram Mohan Rao Kadiyala`
283
+ - `Siddartha Pullakhandam`
284
+ - `Siddhant Gupta`
285
+ - `Drishti Sharma`
286
+ - `Jebish Purbey`
287
+ - `Kanwal Mehreen`
288
+ - `Muhammad Arham`
289
+ - `Hamza Farooq`
290
 
291
  ### Correspondence
292