End of training
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ model-index:
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
-
value: 0.
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -31,8 +31,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
31 |
|
32 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the banking77 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
-
- Loss: 0.
|
35 |
-
- F1: 0.
|
36 |
|
37 |
## Model description
|
38 |
|
@@ -57,15 +57,17 @@ The following hyperparameters were used during training:
|
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
-
- num_epochs:
|
61 |
- mixed_precision_training: Native AMP
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
-
| 1.
|
68 |
-
| 0.
|
|
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
21 |
metrics:
|
22 |
- name: F1
|
23 |
type: f1
|
24 |
+
value: 0.9320386087983313
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
31 |
|
32 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the banking77 dataset.
|
33 |
It achieves the following results on the evaluation set:
|
34 |
+
- Loss: 0.2716
|
35 |
+
- F1: 0.9320
|
36 |
|
37 |
## Model description
|
38 |
|
|
|
57 |
- seed: 42
|
58 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
59 |
- lr_scheduler_type: linear
|
60 |
+
- num_epochs: 4
|
61 |
- mixed_precision_training: Native AMP
|
62 |
|
63 |
### Training results
|
64 |
|
65 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
+
| 1.2659 | 1.0 | 626 | 0.8686 | 0.8289 |
|
68 |
+
| 0.4119 | 2.0 | 1252 | 0.3670 | 0.9209 |
|
69 |
+
| 0.1904 | 3.0 | 1878 | 0.2885 | 0.9308 |
|
70 |
+
| 0.0963 | 4.0 | 2504 | 0.2716 | 0.9320 |
|
71 |
|
72 |
|
73 |
### Framework versions
|
logs/events.out.tfevents.1697113161.88cd01a8ae16.813.2
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c94e7ca77cd25e9eeadc12bfbb8d2a0928fdbf96a59d7a8d5e5f739b7a505889
|
3 |
+
size 12805
|