deepanshupillm commited on
Commit
87f8ab8
·
verified ·
1 Parent(s): c4ef997

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +13 -0
config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "unsloth/Meta-Llama-3.1-8B-bnb-4bit",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "model_type": "llama",
7
+ "hidden_size": 4096,
8
+ "num_hidden_layers": 40,
9
+ "num_attention_heads": 32,
10
+ "intermediate_size": 11008,
11
+ "rms_norm_eps": 1e-06,
12
+ "tokenizer_class": "LlamaTokenizer"
13
+ }