File size: 653 Bytes
56a643d
 
 
 
 
39aa21b
56a643d
e6f66e1
 
9b2d0dd
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
library_name: transformers
tags: []
---

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.

The training data were drawn from Wikipedia biographies of 19th century MPs. A batch size of 128 was used, and the learning rate was 8e-5.

Test-set evals:
```
{'eval_loss': 0.28504136204719543,
 'eval_accuracy': 0.92,
 'eval_precision': 0.9198241758241759,
 'eval_recall': 0.92,
 'eval_f1': 0.9195138888888889,
 'eval_runtime': 0.425,
 'eval_samples_per_second': 235.291,
 'eval_steps_per_second': 2.353,
 'epoch': 8.0}
```