khairi commited on
Commit
f5398b8
·
verified ·
1 Parent(s): 27afc50

Upload LlamaForCausalLM

Browse files
adapter_config.json CHANGED
@@ -25,14 +25,14 @@
25
  "revision": null,
26
  "target_modules": [
27
  "v_proj",
28
- "gate_proj",
29
  "o_proj",
30
- "down_proj",
31
- "k_proj",
32
  "lm_head",
33
- "tokens_embed",
 
 
34
  "up_proj",
35
- "q_proj"
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "trainable_token_indices": null,
 
25
  "revision": null,
26
  "target_modules": [
27
  "v_proj",
 
28
  "o_proj",
29
+ "gate_proj",
 
30
  "lm_head",
31
+ "k_proj",
32
+ "q_proj",
33
+ "down_proj",
34
  "up_proj",
35
+ "tokens_embed"
36
  ],
37
  "task_type": "CAUSAL_LM",
38
  "trainable_token_indices": null,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:31fe25630cde7341fd263da228afadf2caa683f325ef10d5b061fb15f3461f80
3
  size 553956016
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b8ad75f68949be084b922f6681beed95e083880e0297580d16b87dd265bdfc6
3
  size 553956016
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "pad_token_id": 2,
6
+ "transformers_version": "4.51.3"
7
+ }