jslai/MBERT_uncased_GeneralizedCrossEntropy_full_ft_word_order_head_to_tail_20241212-040432
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: 0.
|
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 |
-
| 0.
|
66 |
-
| 0.
|
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.802
|
25 |
+
- F1: 0.8584
|
26 |
+
- Precision: 0.8310
|
27 |
+
- Recall: 0.8876
|
28 |
+
- Roc Auc: 0.7555
|
29 |
+
- Loss: 0.2729
|
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.77 | 0.8487 | 0.7642 | 0.9541 | 0.6700 | 0.3336 |
|
65 |
+
| 0.3578 | 2.0 | 125 | 0.805 | 0.8567 | 0.8511 | 0.8624 | 0.7738 | 0.2695 |
|
66 |
+
| 0.3578 | 2.976 | 186 | 0.802 | 0.8584 | 0.8310 | 0.8876 | 0.7555 | 0.2729 |
|
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:3a7b6e90fe0ecf7b052b37af90cf2bb6c4783af191ce327b00084cf004e59f80
|
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 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:728f9bc52fd22ed3dca185177926b9f84837ec5f15b247b5fa233736be2b5179
|
3 |
size 5304
|