Update README.md
Browse files
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)
|
| 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',
|