isaaclee commited on
Commit
8882bb7
1 Parent(s): 1d2c3eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -51,8 +51,8 @@ Map the `answer` as
51
  | second | second-hand |
52
  | all else | average |
53
 
54
- Since the model is fundamentally a LLM, it might generate texts that are not in the defined set of values `['a', 'question', 're', 'second'].
55
- In those cases, default to `average, as indicated by the "all else" in the table above.
56
 
57
  ## Training and evaluation data
58
 
 
51
  | second | second-hand |
52
  | all else | average |
53
 
54
+ Since the model is fundamentally a LLM, it might generate texts that are not in the defined set of values `['a', 'question', 're', 'second']`.
55
+ In those cases, default to `average`, as indicated by the "all else" in the table above.
56
 
57
  ## Training and evaluation data
58