lennonssss commited on
Commit
222a46a
·
verified ·
1 Parent(s): 4cff2f4

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +12 -0
config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LLaMAModel"
4
+ ],
5
+ "d_model": 128,
6
+ "model_type": "llama",
7
+ "num_heads": 4,
8
+ "num_layers": 2,
9
+ "torch_dtype": "float32",
10
+ "transformers_version": "4.41.2",
11
+ "vocab_size": 50257
12
+ }