End of training
Browse files
README.md
CHANGED
@@ -4,9 +4,24 @@ tags:
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- banking77
|
|
|
|
|
7 |
model-index:
|
8 |
- name: bert-base-banking77-pt2
|
9 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -15,6 +30,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
# bert-base-banking77-pt2
|
16 |
|
17 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on the banking77 dataset.
|
|
|
|
|
|
|
18 |
|
19 |
## Model description
|
20 |
|
@@ -39,7 +57,16 @@ The following hyperparameters were used during training:
|
|
39 |
- seed: 42
|
40 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
41 |
- lr_scheduler_type: linear
|
42 |
-
- num_epochs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
|
44 |
### Framework versions
|
45 |
|
|
|
4 |
- generated_from_trainer
|
5 |
datasets:
|
6 |
- banking77
|
7 |
+
metrics:
|
8 |
+
- f1
|
9 |
model-index:
|
10 |
- name: bert-base-banking77-pt2
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Text Classification
|
14 |
+
type: text-classification
|
15 |
+
dataset:
|
16 |
+
name: banking77
|
17 |
+
type: banking77
|
18 |
+
config: default
|
19 |
+
split: test
|
20 |
+
args: default
|
21 |
+
metrics:
|
22 |
+
- name: F1
|
23 |
+
type: f1
|
24 |
+
value: 0.9243045108923302
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
30 |
# bert-base-banking77-pt2
|
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.3330
|
35 |
+
- F1: 0.9243
|
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: 2
|
61 |
+
- mixed_precision_training: Native AMP
|
62 |
+
|
63 |
+
### Training results
|
64 |
+
|
65 |
+
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
66 |
+
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
67 |
+
| 0.6195 | 1.0 | 626 | 0.4803 | 0.9055 |
|
68 |
+
| 0.2692 | 2.0 | 1252 | 0.3330 | 0.9243 |
|
69 |
+
|
70 |
|
71 |
### Framework versions
|
72 |
|
logs/events.out.tfevents.1696949131.c170a5a8a25e.1388.14
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:64b035ebe6eac6802304fde96f0abf384a0ce7d93ad7f7c0c440754ce38d3393
|
3 |
+
size 11278
|