jslai/MBERT_uncased_SupervisedContrastiveCrossEntropyLoss_full_ft_script_head_and_tail_20241212-034656
Browse files- README.md +9 -9
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -21,12 +21,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- Roc Auc: 0.
|
29 |
-
- Loss: 1.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Accuracy | F1 | Precision | Recall | Roc Auc | Validation Loss |
|
63 |
|:-------------:|:-----:|:----:|:--------:|:------:|:---------:|:------:|:-------:|:---------------:|
|
64 |
-
| No log | 0.992 | 62 | 0.
|
65 |
-
| 1.
|
66 |
-
| 1.
|
67 |
|
68 |
|
69 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [google-bert/bert-base-multilingual-uncased](https://huggingface.co/google-bert/bert-base-multilingual-uncased) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Accuracy: 0.736
|
25 |
+
- F1: 0.8451
|
26 |
+
- Precision: 0.7332
|
27 |
+
- Recall: 0.9972
|
28 |
+
- Roc Auc: 0.5274
|
29 |
+
- Loss: 1.1691
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Accuracy | F1 | Precision | Recall | Roc Auc | Validation Loss |
|
63 |
|:-------------:|:-----:|:----:|:--------:|:------:|:---------:|:------:|:-------:|:---------------:|
|
64 |
+
| No log | 0.992 | 62 | 0.722 | 0.8386 | 0.722 | 1.0 | 0.5 | 1.2341 |
|
65 |
+
| 1.3894 | 2.0 | 125 | 0.722 | 0.8386 | 0.722 | 1.0 | 0.5 | 1.1617 |
|
66 |
+
| 1.3894 | 2.976 | 186 | 0.736 | 0.8451 | 0.7332 | 0.9972 | 0.5274 | 1.1691 |
|
67 |
|
68 |
|
69 |
### 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:2043acd0cadf33f26a9d3bae0e0478d1e0a5ced6ccbaa11f9c090248431d6223
|
3 |
size 669455360
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5368
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f9fe4da266389958bd7b14603e8a293d9ad8b02cca81c50764460d7de8005fd
|
3 |
size 5368
|