victormaricato commited on
Commit
374dbf1
·
verified ·
1 Parent(s): c2c7054

Upload folder using huggingface_hub

Browse files
adapter_config.json CHANGED
@@ -24,12 +24,12 @@
24
  "revision": null,
25
  "target_modules": [
26
  "up_proj",
27
- "v_proj",
28
  "o_proj",
29
  "gate_proj",
30
  "down_proj",
31
- "k_proj",
32
- "q_proj"
 
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
 
24
  "revision": null,
25
  "target_modules": [
26
  "up_proj",
 
27
  "o_proj",
28
  "gate_proj",
29
  "down_proj",
30
+ "v_proj",
31
+ "q_proj",
32
+ "k_proj"
33
  ],
34
  "task_type": "CAUSAL_LM",
35
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6410275e96b0f3af20bc0a691a3fa5d40de08c77ffdf8f73a088e95de8268927
3
  size 604303264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a050941c600d1a86223f59c8950d2cba0e6eec9795fe9766a162901bb620458c
3
  size 604303264
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5e1ca0cbb3d3da665036729aafb8ee7acf116c3d39fe2c862dc6e555fb70c6a
3
  size 6904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbe22f8e2caf14838b2819a04bc9069ecff832597049c613ea0f3045b36cfa51
3
  size 6904
training_params.json CHANGED
@@ -37,8 +37,8 @@
37
  "lora_dropout": 0.05,
38
  "model_ref": null,
39
  "dpo_beta": 0.1,
40
- "max_prompt_length": 128,
41
- "max_completion_length": null,
42
  "prompt_text_column": "instruction",
43
  "text_column": "output",
44
  "rejected_text_column": null,
 
37
  "lora_dropout": 0.05,
38
  "model_ref": null,
39
  "dpo_beta": 0.1,
40
+ "max_prompt_length": 512,
41
+ "max_completion_length": 1536,
42
  "prompt_text_column": "instruction",
43
  "text_column": "output",
44
  "rejected_text_column": null,