Abbah77 commited on
Commit
c099103
·
verified ·
1 Parent(s): bf4245c

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "model_type": "llama",
6
+ "torch_dtype": "float16",
7
+ "transformers_version": "4.57.6",
8
+ "vocab_size": 128256,
9
+ "max_position_embeddings": 8192,
10
+ "hidden_size": 4096,
11
+ "num_attention_heads": 32,
12
+ "num_hidden_layers": 32,
13
+ "intermediate_size": 11008,
14
+ "r": 16,
15
+ "lora_alpha": 16,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "k_proj",
19
+ "v_proj",
20
+ "o_proj"
21
+ ],
22
+ "base_model_name_or_path": "unsloth/Meta-Llama-3.1-8B-Instruct"
23
+ }