Model save
Browse files- README.md +12 -12
- adapter_1/adapter_config.json +3 -3
- adapter_1/adapter_model.safetensors +2 -2
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
-
base_model:
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
@@ -16,10 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
16 |
|
17 |
# peft_ft_fl_mod_ind
|
18 |
|
19 |
-
This model is a fine-tuned version of [
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss:
|
22 |
-
- Accuracy:
|
23 |
|
24 |
## Model description
|
25 |
|
@@ -51,13 +51,13 @@ The following hyperparameters were used during training:
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy
|
55 |
-
|
56 |
-
| No log | 1.0 | 1 |
|
57 |
-
| No log | 2.0 | 2 |
|
58 |
-
| No log | 3.0 | 3 |
|
59 |
-
| No log | 4.0 | 4 |
|
60 |
-
| No log | 5.0 | 5 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
library_name: peft
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
+
base_model: EleutherAI/gpt-neo-1.3B
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
model-index:
|
|
|
16 |
|
17 |
# peft_ft_fl_mod_ind
|
18 |
|
19 |
+
This model is a fine-tuned version of [EleutherAI/gpt-neo-1.3B](https://huggingface.co/EleutherAI/gpt-neo-1.3B) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 9.7048
|
22 |
+
- Accuracy: 21.9681
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
56 |
+
| No log | 1.0 | 1 | 9.2047 | -11.7267 |
|
57 |
+
| No log | 2.0 | 2 | 9.6156 | -0.3807 |
|
58 |
+
| No log | 3.0 | 3 | 10.0327 | 110.6126 |
|
59 |
+
| No log | 4.0 | 4 | 9.7114 | 22.7145 |
|
60 |
+
| No log | 5.0 | 5 | 9.7048 | 21.9681 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
adapter_1/adapter_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
-
"base_model_name_or_path": "
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
@@ -20,8 +20,8 @@
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
-
"
|
24 |
-
"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
|
|
1 |
{
|
2 |
"alpha_pattern": {},
|
3 |
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "EleutherAI/gpt-neo-1.3B",
|
5 |
"bias": "none",
|
6 |
"fan_in_fan_out": false,
|
7 |
"inference_mode": true,
|
|
|
20 |
"rank_pattern": {},
|
21 |
"revision": null,
|
22 |
"target_modules": [
|
23 |
+
"q_proj",
|
24 |
+
"v_proj"
|
25 |
],
|
26 |
"task_type": "CAUSAL_LM",
|
27 |
"use_dora": false,
|
adapter_1/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:529e4f9b0f8589e702d5601d97977ba32ed8c1a63c8b6ca72ade90448c64f0a8
|
3 |
+
size 50345144
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 50345144
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d7990ed36db5ad5e8a163a647eebac44fc21d16a14aeec05e8312cae36e477c3
|
3 |
size 50345144
|