ptran74 commited on
Commit
36511d4
1 Parent(s): d008c8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -12,7 +12,7 @@ model-index:
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
  # Important Note:
15
- I created the `combined` metric (55% F1 score + 45% exact match score) to retrieve the best result. Here is the setting in the `TrainingArguments`:
16
  ```
17
  load_best_model_at_end=True,
18
  metric_for_best_model='combined',
 
12
  should probably proofread and complete it, then remove this comment. -->
13
 
14
  # Important Note:
15
+ I created the `combined` metric (55% F1 score + 45% exact match score) and load the state with the best result at the end. Here is the setting in the `TrainingArguments`:
16
  ```
17
  load_best_model_at_end=True,
18
  metric_for_best_model='combined',