Malekhmem commited on
Commit
67b216b
1 Parent(s): 4e6bfcf

Upload LoRA model

Browse files
adapter_config.json CHANGED
@@ -23,8 +23,8 @@
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "v_proj",
27
- "q_proj"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
  ],
29
  "task_type": null,
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f505aeae5df16001dc403242b4939e2c8069742bee36a59088aef0aeacdf6a6
3
  size 599704
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f7866660963908fae1eabdad61078c0e330db41ea99ccbcb0456b752dcdd3d
3
  size 599704
tokenizer_config.json CHANGED
@@ -25,7 +25,7 @@
25
  "special": true
26
  }
27
  },
28
- "clean_up_tokenization_spaces": true,
29
  "eos_token": "</s>",
30
  "model_max_length": 512,
31
  "pad_token": "<pad>",
 
25
  "special": true
26
  }
27
  },
28
+ "clean_up_tokenization_spaces": false,
29
  "eos_token": "</s>",
30
  "model_max_length": 512,
31
  "pad_token": "<pad>",