Alexander commited on
Commit ·
3caefdb
1
Parent(s): d8e4010
python finetune.py --base-model 'decapoda-research/llama-7b-hf' --data-path 'ID3/comentario_youtube_lorea' --output-dir './lorea_alphaca' --cutoff-len 512 --learning-rate 0.06 --lora-r 8 --num-epochs 3
Browse files- adapter_config.json +1 -1
- adapter_model.bin +2 -2
adapter_config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"merge_weights": false,
|
| 11 |
"modules_to_save": null,
|
| 12 |
"peft_type": "LORA",
|
| 13 |
-
"r":
|
| 14 |
"target_modules": [
|
| 15 |
"q_proj",
|
| 16 |
"v_proj"
|
|
|
|
| 10 |
"merge_weights": false,
|
| 11 |
"modules_to_save": null,
|
| 12 |
"peft_type": "LORA",
|
| 13 |
+
"r": 8,
|
| 14 |
"target_modules": [
|
| 15 |
"q_proj",
|
| 16 |
"v_proj"
|
adapter_model.bin
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:e0d11f73e5528c806996b1caa749e781eb905e06e46209acf67f05365a6aab1e
|
| 3 |
+
size 16822989
|