jessica-ecosia
commited on
Commit
•
147e93e
1
Parent(s):
b83fc52
End of training
Browse files- README.md +9 -9
- pytorch_model.bin +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -23,10 +23,10 @@ model-index:
|
|
23 |
metrics:
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
-
value: 0.
|
27 |
- name: Accuracy
|
28 |
type: accuracy
|
29 |
-
value: 0.
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -36,9 +36,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
36 |
|
37 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the financial_phrasebank dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
-
- Loss: 0.
|
40 |
-
- F1: 0.
|
41 |
-
- Accuracy: 0.
|
42 |
|
43 |
## Model description
|
44 |
|
@@ -69,10 +69,10 @@ The following hyperparameters were used during training:
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
72 |
-
| 0.
|
73 |
-
| 0.
|
74 |
-
| 0.
|
75 |
-
| 0.
|
76 |
|
77 |
|
78 |
### Framework versions
|
|
|
23 |
metrics:
|
24 |
- name: F1
|
25 |
type: f1
|
26 |
+
value: 0.8330949180475766
|
27 |
- name: Accuracy
|
28 |
type: accuracy
|
29 |
+
value: 0.8493810178817056
|
30 |
---
|
31 |
|
32 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
36 |
|
37 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the financial_phrasebank dataset.
|
38 |
It achieves the following results on the evaluation set:
|
39 |
+
- Loss: 0.5427
|
40 |
+
- F1: 0.8331
|
41 |
+
- Accuracy: 0.8494
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
72 |
+
| 0.6137 | 0.94 | 100 | 0.5180 | 0.7614 | 0.8061 |
|
73 |
+
| 0.297 | 1.89 | 200 | 0.4018 | 0.8201 | 0.8425 |
|
74 |
+
| 0.1648 | 2.83 | 300 | 0.4641 | 0.8327 | 0.8521 |
|
75 |
+
| 0.0736 | 3.77 | 400 | 0.5427 | 0.8331 | 0.8494 |
|
76 |
|
77 |
|
78 |
### Framework versions
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438004206
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:573b04bac576380842e366ee8dcc002fdd27815f51624a807b6099648f0d79fd
|
3 |
size 438004206
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4536
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e2626cd88ee281f0871bd2703bd39cd75dda33a36f36daeb621ac67e9a1101f
|
3 |
size 4536
|