End of training
Browse files- README.md +6 -4
- logs/events.out.tfevents.1734165614.desktop-s2.7640.0 +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- F1: 0.
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -44,13 +44,15 @@ The following hyperparameters were used during training:
|
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
-
- num_epochs:
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
-
| 3.
|
|
|
|
|
54 |
|
55 |
|
56 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.4089
|
22 |
+
- F1: 0.9206
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
44 |
- seed: 42
|
45 |
- optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
46 |
- lr_scheduler_type: linear
|
47 |
+
- num_epochs: 3
|
48 |
|
49 |
### Training results
|
50 |
|
51 |
| Training Loss | Epoch | Step | Validation Loss | F1 |
|
52 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
53 |
+
| 3.265 | 1.0 | 313 | 1.2043 | 0.7871 |
|
54 |
+
| 0.6877 | 2.0 | 626 | 0.5369 | 0.9008 |
|
55 |
+
| 0.4121 | 3.0 | 939 | 0.4089 | 0.9206 |
|
56 |
|
57 |
|
58 |
### Framework versions
|
logs/events.out.tfevents.1734165614.desktop-s2.7640.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0161e5c7f796867f461fd660c1c60467291b2dab9e848e92029140b3f38498e9
|
3 |
+
size 12466
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438189348
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de634ff99d014f7e89139000f9ba4e9c6555880bd286755677908697cb2deabf
|
3 |
size 438189348
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:90e6377f303e93411af99f6a4d612fb1684176e4c47be1c3dcd74a571e86537f
|
3 |
size 5240
|