sksameermujahid commited on
Commit
8c3a8de
·
verified ·
1 Parent(s): 02fc057

Upload config.json

Browse files
Files changed (1) hide show
  1. models/llm_model/config.json +10 -0
models/llm_model/config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlamaForCausalLM"
4
+ ],
5
+ "model_type": "llama",
6
+ "torch_dtype": "float16",
7
+ "transformers_version": "4.49.0",
8
+ "use_cache": true,
9
+ "vocab_size": 32000
10
+ }