CuATR-distilbert-LoRA
Browse files- README.md +8 -8
- adapter_config.json +3 -3
- adapter_model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Accuracy: 0.
|
23 |
-
- F1: 0.
|
24 |
|
25 |
## Model description
|
26 |
|
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1
|
56 |
-
|
57 |
-
| 0.
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.6865
|
22 |
+
- Accuracy: 0.6087
|
23 |
+
- F1: 0.7429
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|
|
57 |
+
| 0.6894 | 0.67 | 1 | 0.6867 | 0.6087 | 0.7429 |
|
58 |
+
| 0.6931 | 2.0 | 3 | 0.6865 | 0.6087 | 0.7429 |
|
59 |
+
| 0.6873 | 2.67 | 4 | 0.6865 | 0.6087 | 0.7429 |
|
60 |
|
61 |
|
62 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -12,13 +12,13 @@
|
|
12 |
"lora_dropout": 0.1,
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
-
"r":
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
|
|
19 |
"q_lin",
|
20 |
-
"k_lin"
|
21 |
-
"v_lin"
|
22 |
],
|
23 |
"task_type": "TOKEN_CLS"
|
24 |
}
|
|
|
12 |
"lora_dropout": 0.1,
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
+
"r": 4,
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"v_lin",
|
20 |
"q_lin",
|
21 |
+
"k_lin"
|
|
|
22 |
],
|
23 |
"task_type": "TOKEN_CLS"
|
24 |
}
|
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:a2303adc67ddf09fc04b437f94e611540e087e9104083d01ac994cf027044b73
|
3 |
+
size 447536
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28b83cee47f7fb3807d87d114642f6a24ecf08708f7e1deea6b3572f865871a8
|
3 |
size 4600
|