ketchup123 commited on
Commit
52601b4
·
verified ·
1 Parent(s): dc03148

Upload LlamaForCausalLM

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": "CAUSAL_LM",
30
  "use_dora": false,
 
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
+ "q_proj",
27
+ "v_proj"
28
  ],
29
  "task_type": "CAUSAL_LM",
30
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3cdbaaff8854b0be02829517c302eca3e17bd4c03bdd412067c3881d572e1f80
3
  size 16794200
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa4378c6c6b6fbb4b050c898512a87b99fee67def70ba44e081d4123aacd764b
3
  size 16794200
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 1,
3
+ "do_sample": true,
4
+ "eos_token_id": 2,
5
+ "max_length": 4096,
6
+ "pad_token_id": 0,
7
+ "temperature": 0.6,
8
+ "top_p": 0.9,
9
+ "transformers_version": "4.45.2"
10
+ }