Ekgren commited on
Commit
0079145
·
verified ·
1 Parent(s): c361d03

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -51,7 +51,7 @@ ds = load_dataset("Ekgren/swedish_skolprov", "all")
51
  | option_d | answer alternative to question |
52
  | option_e | answer alternative to question |
53
  | system_prompt | system prompt for answering questions |
54
- | prompt | pre-formatted prompt witg background, question_resource, question and answer alternatives |
55
  | answer | the correct answer to the question in the format of `a,b,c,d,e` or `A,B,C,D,E` |
56
  | question_points | the points assigned to a question |
57
  | uid | a unique id constructed from some combination of test_id, section, subsection and question_id |
 
51
  | option_d | answer alternative to question |
52
  | option_e | answer alternative to question |
53
  | system_prompt | system prompt for answering questions |
54
+ | prompt | pre-formatted prompt with background, question_resource, question and answer alternatives |
55
  | answer | the correct answer to the question in the format of `a,b,c,d,e` or `A,B,C,D,E` |
56
  | question_points | the points assigned to a question |
57
  | uid | a unique id constructed from some combination of test_id, section, subsection and question_id |