End of training
Browse files- README.md +11 -10
- adapter_config.json +2 -2
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
---
|
|
|
2 |
library_name: peft
|
3 |
tags:
|
4 |
- generated_from_trainer
|
5 |
-
base_model:
|
6 |
metrics:
|
7 |
- f1
|
8 |
- precision
|
@@ -18,13 +19,13 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# eu_adapter01
|
20 |
|
21 |
-
This model is a fine-tuned version of [
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- F1: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- Accuracy: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -56,9 +57,9 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
base_model: facebook/bart-large-mnli
|
7 |
metrics:
|
8 |
- f1
|
9 |
- precision
|
|
|
19 |
|
20 |
# eu_adapter01
|
21 |
|
22 |
+
This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on an unknown dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.5908
|
25 |
+
- F1: 0.8489
|
26 |
+
- Precision: 0.8429
|
27 |
+
- Recall: 0.8551
|
28 |
+
- Accuracy: 0.86
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
|
60 |
+
| 0.5685 | 0.625 | 10 | 0.5841 | 0.8397 | 0.8871 | 0.7971 | 0.86 |
|
61 |
+
| 0.5716 | 1.25 | 20 | 0.5964 | 0.8493 | 0.8052 | 0.8986 | 0.8533 |
|
62 |
+
| 0.5815 | 1.875 | 30 | 0.5908 | 0.8489 | 0.8429 | 0.8551 | 0.86 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
adapter_config.json
CHANGED
@@ -25,9 +25,9 @@
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
|
|
28 |
"k_proj",
|
29 |
-
"q_proj"
|
30 |
-
"v_proj"
|
31 |
],
|
32 |
"task_type": null,
|
33 |
"use_dora": false,
|
|
|
25 |
"rank_pattern": {},
|
26 |
"revision": null,
|
27 |
"target_modules": [
|
28 |
+
"v_proj",
|
29 |
"k_proj",
|
30 |
+
"q_proj"
|
|
|
31 |
],
|
32 |
"task_type": null,
|
33 |
"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 29715788
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cb5f5ddbe1a46bede9d70d692e27b604a6cae34fdd61c5e0dad767d98e797b1
|
3 |
size 29715788
|