CuATR-distilbert-LoRA
Browse files- README.md +15 -15
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- 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,18 +52,18 @@ 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 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
-
| 0.
|
66 |
-
| 0.
|
67 |
|
68 |
|
69 |
### 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.6944
|
22 |
+
- Accuracy: 0.4348
|
23 |
+
- F1: 0.0
|
24 |
|
25 |
## Model description
|
26 |
|
|
|
52 |
|
53 |
### Training results
|
54 |
|
55 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 |
|
56 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
|
57 |
+
| 0.688 | 0.67 | 1 | 0.6963 | 0.4348 | 0.0 |
|
58 |
+
| 0.6869 | 2.0 | 3 | 0.6957 | 0.4348 | 0.0 |
|
59 |
+
| 0.699 | 2.67 | 4 | 0.6954 | 0.4348 | 0.0 |
|
60 |
+
| 0.7055 | 4.0 | 6 | 0.6952 | 0.4348 | 0.0 |
|
61 |
+
| 0.6813 | 4.67 | 7 | 0.6950 | 0.4348 | 0.0 |
|
62 |
+
| 0.6985 | 6.0 | 9 | 0.6947 | 0.4348 | 0.0 |
|
63 |
+
| 0.685 | 6.67 | 10 | 0.6946 | 0.4348 | 0.0 |
|
64 |
+
| 0.6865 | 8.0 | 12 | 0.6945 | 0.4348 | 0.0 |
|
65 |
+
| 0.6874 | 8.67 | 13 | 0.6944 | 0.4348 | 0.0 |
|
66 |
+
| 0.6984 | 9.33 | 14 | 0.6944 | 0.4348 | 0.0 |
|
67 |
|
68 |
|
69 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"lora_alpha": 32,
|
12 |
-
"lora_dropout": 0.
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 16,
|
@@ -17,8 +17,8 @@
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"k_lin",
|
20 |
-
"
|
21 |
-
"
|
22 |
],
|
23 |
"task_type": "TOKEN_CLS"
|
24 |
}
|
|
|
9 |
"layers_pattern": null,
|
10 |
"layers_to_transform": null,
|
11 |
"lora_alpha": 32,
|
12 |
+
"lora_dropout": 0.01,
|
13 |
"modules_to_save": null,
|
14 |
"peft_type": "LORA",
|
15 |
"r": 16,
|
|
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
"k_lin",
|
20 |
+
"q_lin",
|
21 |
+
"v_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 1774720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:225f1f3a331bb870164a5e01f9fc9dca50d9a5ff690342719ceb60bda49ff8e4
|
3 |
size 1774720
|
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:1645f3a911c924d9a567624957f3db17e0efc0fcaeb4703c384105c6cf977b8b
|
3 |
size 4600
|