Update README.md
Browse files
README.md
CHANGED
|
@@ -5,3 +5,15 @@ tags: []
|
|
| 5 |
|
| 6 |
This is a fine-tuned RoBERTa-base model trained to identify whether historical MPs in the British Parliament were empirical scientists or came from a background of empirical science.
|
| 7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
|
| 6 |
This is a fine-tuned RoBERTa-base model trained to identify whether historical MPs in the British Parliament were empirical scientists or came from a background of empirical science.
|
| 7 |
|
| 8 |
+
Test-set evals:
|
| 9 |
+
```
|
| 10 |
+
{'eval_loss': 0.28504136204719543,
|
| 11 |
+
'eval_accuracy': 0.92,
|
| 12 |
+
'eval_precision': 0.9198241758241759,
|
| 13 |
+
'eval_recall': 0.92,
|
| 14 |
+
'eval_f1': 0.9195138888888889,
|
| 15 |
+
'eval_runtime': 0.425,
|
| 16 |
+
'eval_samples_per_second': 235.291,
|
| 17 |
+
'eval_steps_per_second': 2.353,
|
| 18 |
+
'epoch': 8.0}
|
| 19 |
+
```
|