Training in progress, step 10
Browse files- README.md +1 -1
- adapter_config.json +5 -5
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -4,9 +4,9 @@ library_name: transformers
|
|
| 4 |
model_name: lora_model_19
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- sft
|
| 8 |
- unsloth
|
| 9 |
-
- trl
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
|
|
|
| 4 |
model_name: lora_model_19
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
- trl
|
| 8 |
- sft
|
| 9 |
- unsloth
|
|
|
|
| 10 |
licence: license
|
| 11 |
---
|
| 12 |
|
adapter_config.json
CHANGED
|
@@ -29,14 +29,14 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"
|
| 33 |
-
"
|
| 34 |
"v_proj",
|
|
|
|
| 35 |
"down_proj",
|
| 36 |
-
"
|
| 37 |
"up_proj",
|
| 38 |
-
"
|
| 39 |
-
"fc2"
|
| 40 |
],
|
| 41 |
"task_type": "CAUSAL_LM",
|
| 42 |
"trainable_token_indices": null,
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"fc1",
|
| 33 |
+
"fc2",
|
| 34 |
"v_proj",
|
| 35 |
+
"q_proj",
|
| 36 |
"down_proj",
|
| 37 |
+
"gate_proj",
|
| 38 |
"up_proj",
|
| 39 |
+
"linear"
|
|
|
|
| 40 |
],
|
| 41 |
"task_type": "CAUSAL_LM",
|
| 42 |
"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 128288864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e365c484c2c074a267475999ef7379cbc41ecef2bd7e9041aa5d887843b7328
|
| 3 |
size 128288864
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6353
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1619d6d2d9e406a73a6f4a1f5ee125d0bcde74d84420650caf2c95659b19d2e
|
| 3 |
size 6353
|