jslai//content/sample_data/best_models//MBERT_uncased_CrossEntropyLoss_lora
Browse files- README.md +9 -9
- adapter_config.json +15 -2
- adapter_model.safetensors +2 -2
- tokenizer.json +2 -16
- 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 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Precision: 0.
|
28 |
-
- Recall:
|
29 |
-
- Roc Auc: 0.
|
30 |
|
31 |
## Model description
|
32 |
|
@@ -61,9 +61,9 @@ The following hyperparameters were used during training:
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Roc Auc |
|
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 |
+
- Loss: 0.6924
|
25 |
+
- Accuracy: 0.518
|
26 |
+
- F1: 0.6730
|
27 |
+
- Precision: 0.6613
|
28 |
+
- Recall: 0.6851
|
29 |
+
- Roc Auc: 0.3824
|
30 |
|
31 |
## Model description
|
32 |
|
|
|
61 |
|
62 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall | Roc Auc |
|
63 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|:-------:|
|
64 |
+
| No log | 0.992 | 31 | 0.7081 | 0.347 | 0.4287 | 0.5847 | 0.3384 | 0.3540 |
|
65 |
+
| No log | 1.984 | 62 | 0.6961 | 0.479 | 0.6354 | 0.6440 | 0.6271 | 0.3588 |
|
66 |
+
| No log | 2.976 | 93 | 0.6924 | 0.518 | 0.6730 | 0.6613 | 0.6851 | 0.3824 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "google-bert/bert-base-multilingual-uncased",
|
5 |
"bias": "none",
|
|
|
6 |
"exclude_modules": null,
|
7 |
"fan_in_fan_out": false,
|
8 |
"inference_mode": true,
|
@@ -25,10 +26,22 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"
|
|
|
|
|
|
|
|
|
|
|
29 |
"query",
|
|
|
|
|
|
|
|
|
30 |
"key",
|
31 |
-
"
|
|
|
|
|
|
|
32 |
],
|
33 |
"task_type": "SEQ_CLS",
|
34 |
"use_dora": false,
|
|
|
3 |
"auto_mapping": null,
|
4 |
"base_model_name_or_path": "google-bert/bert-base-multilingual-uncased",
|
5 |
"bias": "none",
|
6 |
+
"eva_config": null,
|
7 |
"exclude_modules": null,
|
8 |
"fan_in_fan_out": false,
|
9 |
"inference_mode": true,
|
|
|
26 |
"rank_pattern": {},
|
27 |
"revision": null,
|
28 |
"target_modules": [
|
29 |
+
"2.output.dense",
|
30 |
+
"10.output.dense",
|
31 |
+
"7.output.dense",
|
32 |
+
"0.output.dense",
|
33 |
+
"11.output.dense",
|
34 |
+
"6.output.dense",
|
35 |
"query",
|
36 |
+
"intermediate.dense",
|
37 |
+
"1.output.dense",
|
38 |
+
"3.output.dense",
|
39 |
+
"8.output.dense",
|
40 |
"key",
|
41 |
+
"4.output.dense",
|
42 |
+
"value",
|
43 |
+
"9.output.dense",
|
44 |
+
"5.output.dense"
|
45 |
],
|
46 |
"task_type": "SEQ_CLS",
|
47 |
"use_dora": false,
|
adapter_model.safetensors
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:bbf2f8bd5fd0b9ee7d80ff96a52e17294e9a5993f0c4ff96bc133dee7c672233
|
3 |
+
size 9460216
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 512,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 512
|
12 |
-
},
|
13 |
-
"direction": "Right",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 0,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "[PAD]"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
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:82b2fd2247497f5b190738596ccaf24d58f63e59709eca93de454d50b8b80ef9
|
3 |
size 5304
|