vexoolabs commited on
Commit
2a7bddc
·
verified ·
1 Parent(s): 7c8583a

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +20 -4
config.json CHANGED
@@ -3,8 +3,24 @@
3
  "LlamaForCausalLM"
4
  ],
5
  "auto_map": {
6
- "AutoConfig": "llama_config.json",
7
- "AutoModelForCausalLM": "llama_model.safetensors"
8
  },
9
- "model_type": "llama"
10
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "LlamaForCausalLM"
4
  ],
5
  "auto_map": {
6
+ "AutoConfig": "config.json",
7
+ "AutoModelForCausalLM": "adapter_model.safetensors"
8
  },
9
+ "model_type": "llama",
10
+ "torch_dtype": "bfloat16",
11
+ "transformers_version": "4.36.0",
12
+ "_name_or_path": "unsloth/Llama-3.2-1B-Instruct",
13
+ "bos_token_id": 1,
14
+ "eos_token_id": 2,
15
+ "hidden_act": "silu",
16
+ "hidden_size": 2048,
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 5632,
19
+ "max_position_embeddings": 4096,
20
+ "num_attention_heads": 16,
21
+ "num_hidden_layers": 16,
22
+ "num_key_value_heads": 16,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_scaling": null,
25
+ "vocab_size": 128000
26
+ }