AnonymousCS
commited on
Commit
•
c3cca4a
1
Parent(s):
38881ae
End of training
Browse files
README.md
CHANGED
@@ -19,9 +19,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1: 0.
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -46,17 +46,22 @@ The following hyperparameters were used during training:
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
-
- num_epochs:
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
-
| No log | 1.0 | 97 | 0.
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
|
|
|
|
|
|
|
|
|
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [google-bert/bert-base-multilingual-cased](https://huggingface.co/google-bert/bert-base-multilingual-cased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 1.2547
|
23 |
+
- Accuracy: 0.8557
|
24 |
+
- F1: 0.0667
|
25 |
|
26 |
## Model description
|
27 |
|
|
|
46 |
- seed: 42
|
47 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
48 |
- lr_scheduler_type: linear
|
49 |
+
- num_epochs: 10
|
50 |
|
51 |
### Training results
|
52 |
|
53 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
54 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
55 |
+
| No log | 1.0 | 97 | 0.6825 | 0.8376 | 0.1127 |
|
56 |
+
| 0.1766 | 2.0 | 194 | 0.4794 | 0.8428 | 0.0896 |
|
57 |
+
| 0.2952 | 3.0 | 291 | 0.8158 | 0.8299 | 0.1081 |
|
58 |
+
| 0.1576 | 4.0 | 388 | 0.9771 | 0.8531 | 0.0952 |
|
59 |
+
| 0.0718 | 5.0 | 485 | 1.1854 | 0.8247 | 0.0811 |
|
60 |
+
| 0.0352 | 6.0 | 582 | 1.1599 | 0.8325 | 0.0580 |
|
61 |
+
| 0.0167 | 7.0 | 679 | 1.2373 | 0.8376 | 0.0308 |
|
62 |
+
| 0.0058 | 8.0 | 776 | 1.4320 | 0.8015 | 0.0941 |
|
63 |
+
| 0.0065 | 9.0 | 873 | 1.2486 | 0.8557 | 0.0667 |
|
64 |
+
| 0.0021 | 10.0 | 970 | 1.2547 | 0.8557 | 0.0667 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
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:e52eaf459711958f9b881e6be7a703ea9241e3d0a721c15cb25128fc1639f56d
|
3 |
size 711443456
|
runs/Nov21_04-15-55_fb19369dd135/events.out.tfevents.1732162557.fb19369dd135.14490.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:2e71b44c4526ac090ba088e91117c414df4ad12f854d1d9add264adbe742d085
|
3 |
+
size 11237
|