End of training
Browse files- README.md +10 -11
- adapter_config.json +1 -1
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
base_model:
|
7 |
metrics:
|
8 |
- f1
|
9 |
- precision
|
@@ -19,13 +18,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
# eu_adapter01
|
21 |
|
22 |
-
This model is a fine-tuned version of [
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -57,9 +56,9 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
1 |
---
|
|
|
2 |
library_name: peft
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
+
base_model: cocorooxinnn/eu_based_model
|
6 |
metrics:
|
7 |
- f1
|
8 |
- precision
|
|
|
18 |
|
19 |
# eu_adapter01
|
20 |
|
21 |
+
This model is a fine-tuned version of [cocorooxinnn/eu_based_model](https://huggingface.co/cocorooxinnn/eu_based_model) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.6118
|
24 |
+
- F1: 0.7786
|
25 |
+
- Precision: 0.8226
|
26 |
+
- Recall: 0.7391
|
27 |
+
- Accuracy: 0.8067
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
|
59 |
+
| 0.6221 | 0.625 | 10 | 0.6185 | 0.7972 | 0.7703 | 0.8261 | 0.8067 |
|
60 |
+
| 0.5926 | 1.25 | 20 | 0.6078 | 0.8194 | 0.7867 | 0.8551 | 0.8267 |
|
61 |
+
| 0.5867 | 1.875 | 30 | 0.6118 | 0.7786 | 0.8226 | 0.7391 | 0.8067 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -25,8 +25,8 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
-
"q_proj",
|
29 |
"k_proj",
|
|
|
30 |
"v_proj"
|
31 |
],
|
32 |
"task_type": null,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
28 |
"k_proj",
|
29 |
+
"q_proj",
|
30 |
"v_proj"
|
31 |
],
|
32 |
"task_type": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 29715788
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee987cc504e24b9e989f8dbf7250a97d4665d16e90628406878988f496ef0071
|
3 |
size 29715788
|