Upload folder using huggingface_hub
Browse files- README.md +14 -13
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
README.md
CHANGED
@@ -50,19 +50,20 @@ The model was trained using the `SFTTrainer` from the TRL library.
|
|
50 |
|
51 |
| Step | Training Loss | Validation Loss |
|
52 |
|------|---------------|-----------------|
|
53 |
-
|10
|
54 |
-
|20
|
55 |
-
|30
|
56 |
-
|40
|
57 |
-
|50
|
58 |
-
|60
|
59 |
-
|70
|
60 |
-
|80
|
61 |
-
|90
|
62 |
-
|100
|
63 |
-
|110
|
64 |
-
|120
|
65 |
-
|130
|
|
|
66 |
|
67 |
## Intended Use
|
68 |
|
|
|
50 |
|
51 |
| Step | Training Loss | Validation Loss |
|
52 |
|------|---------------|-----------------|
|
53 |
+
| 10 | 1.070300 | 0.866071 |
|
54 |
+
| 20 | 0.738300 | 0.653832 |
|
55 |
+
| 30 | 0.621100 | 0.534040 |
|
56 |
+
| 40 | 0.433600 | 0.462612 |
|
57 |
+
| 50 | 0.416000 | 0.423968 |
|
58 |
+
| 60 | 0.306600 | 0.405645 |
|
59 |
+
| 70 | 0.308600 | 0.396484 |
|
60 |
+
| 80 | 0.238300 | 0.380999 |
|
61 |
+
| 90 | 0.232400 | 0.376814 |
|
62 |
+
| 100 | 0.265600 | 0.371326 |
|
63 |
+
| 110 | 0.209000 | 0.366815 |
|
64 |
+
| 120 | 0.120100 | 0.400251 |
|
65 |
+
| 130 | 0.148400 | 0.417922 |
|
66 |
+
| 140 | 0.121600 | 0.411133 |
|
67 |
|
68 |
## Intended Use
|
69 |
|
adapter_config.json
CHANGED
@@ -27,12 +27,12 @@
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
-
"
|
31 |
"down_proj",
|
|
|
32 |
"o_proj",
|
33 |
"up_proj",
|
34 |
-
"gate_proj"
|
35 |
-
"q_proj"
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"trainable_token_indices": null,
|
|
|
27 |
"rank_pattern": {},
|
28 |
"revision": null,
|
29 |
"target_modules": [
|
30 |
+
"q_proj",
|
31 |
"down_proj",
|
32 |
+
"v_proj",
|
33 |
"o_proj",
|
34 |
"up_proj",
|
35 |
+
"gate_proj"
|
|
|
36 |
],
|
37 |
"task_type": "CAUSAL_LM",
|
38 |
"trainable_token_indices": null,
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 2547050200
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d4501c872a30f5a183e2a750920de907187c697cb6dfc93a1f8b28719a975b7
|
3 |
size 2547050200
|