Alexander commited on
Commit ·
d8e4010
1
Parent(s): 6f39184
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.1 --batch-size 256 --lora-r 20
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:514cfd36deef3c3dd7099e2d9ccb5b92e23ffe0204be441c6f4c347db3a19686
|
| 3 |
+
size 41989069
|