Update README.md
Browse files
README.md
CHANGED
@@ -37,9 +37,9 @@ tags:
|
|
37 |
| **Average Score** | 23.83% | 37.27% | 38.40% | 40.33% | 55.87% | 18.06% | 33.56% | N/A | 27.44% | 23.75% | 37.28% | 43.07% | 60.68% | 52.30% | 52.89% | 50.65% | 56.81% | 68.32% |
|
38 |
|
39 |
### Benchmark Configuration
|
40 |
-
- Clearly instruct model to answer by select
|
41 |
- Zero shot only
|
42 |
-
- Tested on
|
43 |
- Detect a multi-choice answer on (A),(B),(C),(D),(E) at the beginning of the answer (First priority) and at the end of the answer (Second priority)
|
44 |
|
45 |
## Licenses
|
@@ -86,7 +86,12 @@ You are a question answering assistant. Answer the question as truthful and help
|
|
86 |
|
87 |
### Multi Turn Conversation Example
|
88 |
```
|
89 |
-
<s>[INST] <<SYS>\nYou are a question answering assistant. Answer the question as truthful and helpful as possible คุณคือผู้ช่วยตอบคำถาม จงตอบคำถามอย่างถูกต้องและมีประโยชน์ที่สุด\n<</SYS>>\n\n
|
|
|
|
|
|
|
|
|
|
|
90 |
```
|
91 |
|
92 |
## How to use
|
|
|
37 |
| **Average Score** | 23.83% | 37.27% | 38.40% | 40.33% | 55.87% | 18.06% | 33.56% | N/A | 27.44% | 23.75% | 37.28% | 43.07% | 60.68% | 52.30% | 52.89% | 50.65% | 56.81% | 68.32% |
|
38 |
|
39 |
### Benchmark Configuration
|
40 |
+
- Clearly instruct model to answer by select from possible choices and followed by an explanation.
|
41 |
- Zero shot only
|
42 |
+
- Tested on Unseen test set only
|
43 |
- Detect a multi-choice answer on (A),(B),(C),(D),(E) at the beginning of the answer (First priority) and at the end of the answer (Second priority)
|
44 |
|
45 |
## Licenses
|
|
|
86 |
|
87 |
### Multi Turn Conversation Example
|
88 |
```
|
89 |
+
<s>[INST] <<SYS>\nYou are a question answering assistant. Answer the question as truthful and helpful as possible คุณคือผู้ช่วยตอบคำถาม จงตอบคำถามอย่างถูกต้องและมีประโยชน์ที่สุด\n<</SYS>>\n\nกินอะไรดี [/INST]กรุงเทพมหานครมีพื้นที่ทั้งหมด 1,568.737 ตร.กม.</s><s>และประชากรล่ะ [/INST]
|
90 |
+
```
|
91 |
+
|
92 |
+
### Multi Turn Conversation with Context (RAG) Example
|
93 |
+
```
|
94 |
+
<s>[INST] <<SYS>\nYou are a question answering assistant. Answer the question as truthful and helpful as possible คุณคือผู้ช่วยตอบคำถาม จงตอบคำถามอย่างถูกต้องและมีประโยชน์ที่สุด\n<</SYS>>\n\nกรุงเทพมีพื้นที่เท่าไร่###กรุงเทพมหานคร เป็นเมืองหลวง นครและมหานครที่มีประชากรมากที่สุดของประเทศไทย กรุงเทพมหานครมีพื้นที่ทั้งหมด 1,568.737 ตร.กม. มีประชากรตามทะเบียนราษฎรกว่า 8 ล้านคน [/INST]กรุงเทพมหานครมีพื้นที่ทั้งหมด 1,568.737 ตร.กม.</s><s>และประชากรล่ะ [/INST]
|
95 |
```
|
96 |
|
97 |
## How to use
|