Alexander
commited on
Commit
·
fe60ddf
1
Parent(s):
3caefdb
python finetune.py --base-model 'decapoda-research/llama-7b-hf' --data-path 'ID3/comentario_youtube_lorea' --output-dir './lorea_alphaca' --lora-r 20 --num-epochs 12
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": 20,
|
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:c14caefd5c3efd88b87dbb70c1c9b513babf9bcec3a17b3e1307402d45250310
|
3 |
+
size 41989069
|