jslai//content/sample_data/best_models//MBERT_uncased_CrossEntropyLoss_adalora
Browse files- README.md +11 -11
- adapter_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 |
-
-
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
-
|
29 |
-
-
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -59,11 +59,11 @@ The following hyperparameters were used during training:
|
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
-
| Training Loss | Epoch | Step |
|
63 |
-
|
64 |
-
| No log | 0.992 | 31 | 0.
|
65 |
-
| No log | 1.984 | 62 | 0.
|
66 |
-
| No log | 2.976 | 93 | 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.67
|
25 |
+
- F1: 0.8005
|
26 |
+
- Precision: 0.7118
|
27 |
+
- Recall: 0.9144
|
28 |
+
- Roc Auc: 0.4717
|
29 |
+
- Loss: 0.6634
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
59 |
|
60 |
### Training results
|
61 |
|
62 |
+
| Training Loss | Epoch | Step | Accuracy | F1 | Precision | Recall | Roc Auc | Validation Loss |
|
63 |
+
|:-------------:|:-----:|:----:|:--------:|:------:|:---------:|:------:|:-------:|:---------------:|
|
64 |
+
| No log | 0.992 | 31 | 0.636 | 0.7745 | 0.7022 | 0.8633 | 0.4516 | 0.6726 |
|
65 |
+
| No log | 1.984 | 62 | 0.662 | 0.7947 | 0.7093 | 0.9033 | 0.4662 | 0.6656 |
|
66 |
+
| No log | 2.976 | 93 | 0.67 | 0.8005 | 0.7118 | 0.9144 | 0.4717 | 0.6634 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7110720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5848763fca9d24186bf0a420cf2925b074f21ecc2e64b49e453a86f3e283ba56
|
3 |
size 7110720
|
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:a8380de8663e2cce1a733ad8c4310da20947072d38481ddf5a1d07a6517389fc
|
3 |
size 5304
|