AnonymousCS
commited on
End of training
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
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.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Recall: 0.
|
27 |
|
28 |
## Model description
|
29 |
|
@@ -43,8 +43,8 @@ More information needed
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 2e-05
|
46 |
-
- train_batch_size:
|
47 |
-
- eval_batch_size:
|
48 |
- seed: 42
|
49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|
|
58 |
-
|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
20 |
|
21 |
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.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.1984
|
24 |
+
- Accuracy: 0.9369
|
25 |
+
- F1: 0.3059
|
26 |
+
- Recall: 0.2267
|
27 |
|
28 |
## Model description
|
29 |
|
|
|
43 |
|
44 |
The following hyperparameters were used during training:
|
45 |
- learning_rate: 2e-05
|
46 |
+
- train_batch_size: 32
|
47 |
+
- eval_batch_size: 32
|
48 |
- seed: 42
|
49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
50 |
- lr_scheduler_type: linear
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Recall |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:------:|
|
58 |
+
| No log | 1.0 | 351 | 0.1665 | 0.9401 | 0.16 | 0.0930 |
|
59 |
+
| 0.1813 | 2.0 | 702 | 0.2099 | 0.9418 | 0.1189 | 0.0640 |
|
60 |
+
| 0.1067 | 3.0 | 1053 | 0.1984 | 0.9369 | 0.3059 | 0.2267 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
runs/Jan05_01-42-57_be6bed7a2f79/events.out.tfevents.1736041399.be6bed7a2f79.20456.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:298802ddaf478c2a5fdb8cf105eba7f221f498ff1668a87b1c7f5a5b8f147083
|
3 |
+
size 7247
|