TheNewPing
commited on
Commit
•
d13ef1f
1
Parent(s):
c95ee6c
End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
|
|
|
|
|
|
|
|
|
|
4 |
model-index:
|
5 |
- name: roberta-base
|
6 |
results: []
|
@@ -11,7 +16,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
11 |
|
12 |
# roberta-base
|
13 |
|
14 |
-
This model was trained from scratch on
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
## Model description
|
17 |
|
@@ -38,6 +49,15 @@ The following hyperparameters were used during training:
|
|
38 |
- lr_scheduler_type: linear
|
39 |
- num_epochs: 3
|
40 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
### Framework versions
|
42 |
|
43 |
- Transformers 4.36.2
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- generated_from_trainer
|
4 |
+
metrics:
|
5 |
+
- accuracy
|
6 |
+
- precision
|
7 |
+
- recall
|
8 |
+
- f1
|
9 |
model-index:
|
10 |
- name: roberta-base
|
11 |
results: []
|
|
|
16 |
|
17 |
# roberta-base
|
18 |
|
19 |
+
This model was trained from scratch on the None dataset.
|
20 |
+
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3752
|
22 |
+
- Accuracy: 0.8436
|
23 |
+
- Precision: 0.8472
|
24 |
+
- Recall: 0.8383
|
25 |
+
- F1: 0.8427
|
26 |
|
27 |
## Model description
|
28 |
|
|
|
49 |
- lr_scheduler_type: linear
|
50 |
- num_epochs: 3
|
51 |
|
52 |
+
### Training results
|
53 |
+
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
56 |
+
| 0.5737 | 1.0 | 1074 | 0.4409 | 0.8018 | 0.8208 | 0.7723 | 0.7958 |
|
57 |
+
| 0.3689 | 2.0 | 2148 | 0.3821 | 0.8304 | 0.8398 | 0.8165 | 0.8280 |
|
58 |
+
| 0.3038 | 3.0 | 3222 | 0.3752 | 0.8436 | 0.8472 | 0.8383 | 0.8427 |
|
59 |
+
|
60 |
+
|
61 |
### Framework versions
|
62 |
|
63 |
- Transformers 4.36.2
|