nislam-mics commited on
Commit
a61336d
·
verified ·
1 Parent(s): f21e248

Upload LlamaForCausalLM

Browse files
README.md CHANGED
@@ -1,4 +1,3 @@
1
-
2
  ---
3
  license: apache-2.0
4
  tags:
 
 
1
  ---
2
  license: apache-2.0
3
  tags:
adapter_config.json CHANGED
@@ -33,13 +33,13 @@
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
36
- "q_proj",
37
  "v_proj",
38
- "up_proj",
39
  "k_proj",
40
  "gate_proj",
 
41
  "o_proj",
42
- "down_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
 
33
  "rank_pattern": {},
34
  "revision": null,
35
  "target_modules": [
 
36
  "v_proj",
37
+ "down_proj",
38
  "k_proj",
39
  "gate_proj",
40
+ "up_proj",
41
  "o_proj",
42
+ "q_proj"
43
  ],
44
  "target_parameters": null,
45
  "task_type": "CAUSAL_LM",
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b033fcd9b1f2504898451082974846128e2b0729b29002b7a2d15bd3fded5b53
3
- size 167832240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df8a2f5cdb8b442f446b04c78f2b8c9127aeb228db7a0d3e55affaad58a81977
3
+ size 166062760
generation_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "max_length": 131072,
10
+ "pad_token_id": 128004,
11
+ "temperature": 0.6,
12
+ "top_p": 0.9,
13
+ "transformers_version": "4.57.6"
14
+ }