Datasets:

Modalities:
Text
Formats:
csv
Languages:
Thai
Libraries:
Datasets
Dask
License:
titipata commited on
Commit
3b0baf1
·
verified ·
1 Parent(s): 1d2cffc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -43,15 +43,16 @@ Given the following question and choices, provide:
43
  Question: {q["question"]}
44
 
45
  Choices:
46
- ก. {q['']}
47
- ข. {q['']}
48
- ค. {q['']}
49
- ง. {q['']}
50
 
51
  Please structure your response in Thai language in JSON format as follows
52
  คำตอบ: [correct choice]
53
  คำอธิบาย: [explanation]
54
  """
 
55
  ```
56
 
57
 
 
43
  Question: {q["question"]}
44
 
45
  Choices:
46
+ ก. {q['a']}
47
+ ข. {q['b']}
48
+ ค. {q['c']}
49
+ ง. {q['d']}
50
 
51
  Please structure your response in Thai language in JSON format as follows
52
  คำตอบ: [correct choice]
53
  คำอธิบาย: [explanation]
54
  """
55
+ # check and evaluate the answer ...
56
  ```
57
 
58