mehdie/fine_tuned_emBERT
Browse files
README.md
CHANGED
@@ -19,11 +19,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [morten-j/Mehdie_Extended-mBERT](https://huggingface.co/morten-j/Mehdie_Extended-mBERT) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- F1: 0.
|
24 |
-
- F5: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -49,23 +49,28 @@ The following hyperparameters were used during training:
|
|
49 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_ratio: 0.2
|
52 |
-
- num_epochs:
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F1 | F5 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:---------:|:------:|
|
59 |
-
| No log | 1.0 | 38 | 0.
|
60 |
-
| No log | 2.0 | 76 | 0.
|
61 |
-
| No log | 3.0 | 114 | 0.
|
62 |
-
| No log | 4.0 | 152 | 0.
|
63 |
-
| No log | 5.0 | 190 | 0.
|
64 |
-
| No log | 6.0 | 228 | 0.
|
65 |
-
| No log | 7.0 | 266 | 0.
|
66 |
-
| No log | 8.0 | 304 | 0.
|
67 |
-
| No log | 9.0 | 342 | 0.
|
68 |
-
| No log | 10.0 | 380 | 0.
|
|
|
|
|
|
|
|
|
|
|
69 |
|
70 |
|
71 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [morten-j/Mehdie_Extended-mBERT](https://huggingface.co/morten-j/Mehdie_Extended-mBERT) on an unknown dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.2002
|
23 |
+
- F1: 0.6452
|
24 |
+
- F5: 0.6077
|
25 |
+
- Precision: 0.7692
|
26 |
+
- Recall: 0.5556
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
49 |
- optimizer: Adam with betas=(0.9,0.98) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
- lr_scheduler_warmup_ratio: 0.2
|
52 |
+
- num_epochs: 15
|
53 |
- mixed_precision_training: Native AMP
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F1 | F5 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:------:|:---------:|:------:|
|
59 |
+
| No log | 1.0 | 38 | 0.2621 | 0.0 | 0.0 | 0.0 | 0.0 |
|
60 |
+
| No log | 2.0 | 76 | 0.2476 | 0.0 | 0.0 | 0.0 | 0.0 |
|
61 |
+
| No log | 3.0 | 114 | 0.1800 | 0.4286 | 0.3683 | 0.75 | 0.3 |
|
62 |
+
| No log | 4.0 | 152 | 0.1379 | 0.6667 | 0.6962 | 0.6 | 0.75 |
|
63 |
+
| No log | 5.0 | 190 | 0.1873 | 0.5625 | 0.5135 | 0.75 | 0.45 |
|
64 |
+
| No log | 6.0 | 228 | 0.1763 | 0.6857 | 0.6502 | 0.8 | 0.6 |
|
65 |
+
| No log | 7.0 | 266 | 0.1394 | 0.7895 | 0.7739 | 0.8333 | 0.75 |
|
66 |
+
| No log | 8.0 | 304 | 0.1685 | 0.7027 | 0.6816 | 0.7647 | 0.65 |
|
67 |
+
| No log | 9.0 | 342 | 0.2521 | 0.6 | 0.5322 | 0.9 | 0.45 |
|
68 |
+
| No log | 10.0 | 380 | 0.1923 | 0.7179 | 0.7110 | 0.7368 | 0.7 |
|
69 |
+
| No log | 11.0 | 418 | 0.1680 | 0.7027 | 0.6816 | 0.7647 | 0.65 |
|
70 |
+
| No log | 12.0 | 456 | 0.2524 | 0.5625 | 0.5135 | 0.75 | 0.45 |
|
71 |
+
| No log | 13.0 | 494 | 0.1693 | 0.6667 | 0.6395 | 0.75 | 0.6 |
|
72 |
+
| 0.1001 | 14.0 | 532 | 0.1711 | 0.6667 | 0.6395 | 0.75 | 0.6 |
|
73 |
+
| 0.1001 | 15.0 | 570 | 0.2301 | 0.7222 | 0.6928 | 0.8125 | 0.65 |
|
74 |
|
75 |
|
76 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 669455360
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feb02bb10f3235aff5f45362d7c9468f3ec690a67400e7a141ae2184b228535a
|
3 |
size 669455360
|
runs/May16_08-43-10_yoga/events.out.tfevents.1715841790.yoga.7965.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ac2c0a3028c9df74ab65169d3534365234e6520ebebcc6998f4fdd2530992675
|
3 |
+
size 12386
|
runs/May16_08-43-10_yoga/events.out.tfevents.1715841922.yoga.7965.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dba8dff8ff711df4ea79aef03a3a9b24b81a8cf99885167b674b2b93cef5dcb
|
3 |
+
size 554
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4920
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce14aca67f1bbcf3a566db2b0e9ea290c3fd47e8abab92795edd95264bb0d418
|
3 |
size 4920
|