End of training
Browse files- README.md +3 -3
- adapter_config.json +3 -3
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
tags:
|
|
|
4 |
- generated_from_trainer
|
5 |
base_model: openaccess-ai-collective/tiny-mistral
|
6 |
model-index:
|
@@ -13,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
15 |
<details><summary>See axolotl config</summary>
|
16 |
-
|
17 |
axolotl version: `0.3.0`
|
18 |
```yaml
|
19 |
base_model: openaccess-ai-collective/tiny-mistral
|
@@ -47,8 +48,7 @@ hub_model_id: hamel/axolotl-test
|
|
47 |
dataset_processes: 1
|
48 |
```
|
49 |
|
50 |
-
</details>
|
51 |
-
<br>
|
52 |
|
53 |
# axolotl-test
|
54 |
|
|
|
1 |
---
|
2 |
library_name: peft
|
3 |
tags:
|
4 |
+
- axolotl
|
5 |
- generated_from_trainer
|
6 |
base_model: openaccess-ai-collective/tiny-mistral
|
7 |
model-index:
|
|
|
14 |
|
15 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
16 |
<details><summary>See axolotl config</summary>
|
17 |
+
|
18 |
axolotl version: `0.3.0`
|
19 |
```yaml
|
20 |
base_model: openaccess-ai-collective/tiny-mistral
|
|
|
48 |
dataset_processes: 1
|
49 |
```
|
50 |
|
51 |
+
</details><br>
|
|
|
52 |
|
53 |
# axolotl-test
|
54 |
|
adapter_config.json
CHANGED
@@ -16,13 +16,13 @@
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
-
"
|
20 |
"down_proj",
|
21 |
"q_proj",
|
22 |
-
"up_proj",
|
23 |
"v_proj",
|
|
|
24 |
"gate_proj",
|
25 |
-
"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
|
|
16 |
"rank_pattern": {},
|
17 |
"revision": null,
|
18 |
"target_modules": [
|
19 |
+
"up_proj",
|
20 |
"down_proj",
|
21 |
"q_proj",
|
|
|
22 |
"v_proj",
|
23 |
+
"k_proj",
|
24 |
"gate_proj",
|
25 |
+
"o_proj"
|
26 |
],
|
27 |
"task_type": "CAUSAL_LM"
|
28 |
}
|
adapter_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 49035696
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:feaddeeefdefcaa48508982669b7170318f9c329de4006d941f794c8bf1baa12
|
3 |
size 49035696
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5176
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0d70fc7e9b889de2ebfa52e12d49a09735b7d13523b6600c0eaa688949e7d1e7
|
3 |
size 5176
|