End of training
Browse files
README.md
CHANGED
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [NbAiLab/nb-bert-base](https://huggingface.co/NbAiLab/nb-bert-base) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- F1-score: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -42,37 +42,27 @@ The following hyperparameters were used during training:
|
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
-
- num_epochs:
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | F1-score |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
-
| No log | 1.0 | 69 | 0.
|
| 52 |
-
| No log | 2.0 | 138 | 0.
|
| 53 |
-
| No log | 3.0 | 207 | 0.
|
| 54 |
-
| No log | 4.0 | 276 | 0.
|
| 55 |
-
| No log | 5.0 | 345 | 0.
|
| 56 |
-
| No log | 6.0 | 414 | 0.
|
| 57 |
-
| No log | 7.0 | 483 | 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.4906 | 11.0 | 759 | 0.5805 | 0.8606 |
|
| 62 |
-
| 0.4906 | 12.0 | 828 | 0.6075 | 0.8688 |
|
| 63 |
-
| 0.4906 | 13.0 | 897 | 0.7802 | 0.8436 |
|
| 64 |
-
| 0.4906 | 14.0 | 966 | 0.7530 | 0.8432 |
|
| 65 |
-
| 0.1795 | 15.0 | 1035 | 0.6979 | 0.8606 |
|
| 66 |
-
| 0.1795 | 16.0 | 1104 | 0.7619 | 0.8524 |
|
| 67 |
-
| 0.1795 | 17.0 | 1173 | 0.7760 | 0.8525 |
|
| 68 |
-
| 0.1795 | 18.0 | 1242 | 0.8060 | 0.8525 |
|
| 69 |
-
| 0.1795 | 19.0 | 1311 | 0.8363 | 0.8525 |
|
| 70 |
-
| 0.1795 | 20.0 | 1380 | 0.8305 | 0.8525 |
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
| 74 |
|
| 75 |
- Transformers 4.44.2
|
| 76 |
- Pytorch 2.4.0+cu121
|
| 77 |
-
- Datasets
|
| 78 |
- Tokenizers 0.19.1
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [NbAiLab/nb-bert-base](https://huggingface.co/NbAiLab/nb-bert-base) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.4723
|
| 20 |
+
- F1-score: 0.8930
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
+
- num_epochs: 10
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss | F1-score |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 51 |
+
| No log | 1.0 | 69 | 0.3745 | 0.8771 |
|
| 52 |
+
| No log | 2.0 | 138 | 0.4001 | 0.8605 |
|
| 53 |
+
| No log | 3.0 | 207 | 0.4723 | 0.8930 |
|
| 54 |
+
| No log | 4.0 | 276 | 0.6866 | 0.8442 |
|
| 55 |
+
| No log | 5.0 | 345 | 0.6563 | 0.8597 |
|
| 56 |
+
| No log | 6.0 | 414 | 0.9802 | 0.8328 |
|
| 57 |
+
| No log | 7.0 | 483 | 0.6917 | 0.8688 |
|
| 58 |
+
| 0.2309 | 8.0 | 552 | 0.6327 | 0.8759 |
|
| 59 |
+
| 0.2309 | 9.0 | 621 | 0.6371 | 0.8759 |
|
| 60 |
+
| 0.2309 | 10.0 | 690 | 0.6340 | 0.8765 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
| 64 |
|
| 65 |
- Transformers 4.44.2
|
| 66 |
- Pytorch 2.4.0+cu121
|
| 67 |
+
- Datasets 3.0.0
|
| 68 |
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 711443456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f6ea59cc47784647420f4d23a891a0dc25d8688eff4efe450c5b65ed9ff03ddb
|
| 3 |
size 711443456
|
runs/Sep12_07-42-17_22700fec697b/events.out.tfevents.1726126950.22700fec697b.1983.0
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:b9807d48cfdc3fd4d9981379a340cf6cd432c9fc43df0c45526729b324e063ee
|
| 3 |
+
size 8983
|
runs/Sep12_07-42-17_22700fec697b/events.out.tfevents.1726127769.22700fec697b.1983.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:455a069c27d30f89b9c3b2d489a873c65ab046ef1185fd11c76e220be13620fd
|
| 3 |
+
size 411
|