Training in progress, step 50
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model:
|
3 |
library_name: peft
|
4 |
---
|
5 |
|
|
|
1 |
---
|
2 |
+
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
|
3 |
library_name: peft
|
4 |
---
|
5 |
|
adapter_config.json
CHANGED
@@ -24,13 +24,13 @@
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
27 |
-
"v_proj",
|
28 |
-
"gate_proj",
|
29 |
-
"k_proj",
|
30 |
"up_proj",
|
31 |
-
"o_proj",
|
32 |
"down_proj",
|
33 |
-
"
|
|
|
|
|
|
|
|
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"trainable_token_indices": null,
|
|
|
24 |
"rank_pattern": {},
|
25 |
"revision": null,
|
26 |
"target_modules": [
|
|
|
|
|
|
|
27 |
"up_proj",
|
|
|
28 |
"down_proj",
|
29 |
+
"gate_proj",
|
30 |
+
"q_proj",
|
31 |
+
"k_proj",
|
32 |
+
"v_proj",
|
33 |
+
"o_proj"
|
34 |
],
|
35 |
"task_type": "CAUSAL_LM",
|
36 |
"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 201892112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abac03d547b6c4f1645b44cc61c5de8139000c66c7655dfcb706e54a7d9df5f8
|
3 |
size 201892112
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 7121
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1fd4f0b2880e9cf34864be2b1b68ebb7d1fced58003dbbb5770a0553b8b53963
|
3 |
size 7121
|