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.8369540630005199
|
27 |
- name: Accuracy
|
28 |
type: accuracy
|
29 |
+
value: 0.8514442916093535
|
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.5738
|
40 |
+
- F1: 0.8370
|
41 |
+
- Accuracy: 0.8514
|
42 |
|
43 |
## Model description
|
44 |
|
|
|
69 |
|
70 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy |
|
71 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:--------:|
|
72 |
+
| 0.6737 | 0.94 | 100 | 0.4361 | 0.7936 | 0.8287 |
|
73 |
+
| 0.3148 | 1.89 | 200 | 0.3941 | 0.8269 | 0.8494 |
|
74 |
+
| 0.1572 | 2.83 | 300 | 0.5384 | 0.8289 | 0.8494 |
|
75 |
+
| 0.0615 | 3.77 | 400 | 0.5738 | 0.8370 | 0.8514 |
|
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 438007022
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e10a6b443e50df90cb8258dac5b888042ecfba1ee4d07d7c0815b1b113121a77
|
3 |
size 438007022
|
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:894c2e5f26dc71a3646dfb17507bcf7b3453792b75728767668da9133fc0a827
|
3 |
size 4536
|