kh4dien commited on
Commit
e668aed
1 Parent(s): dd8c310

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CogModelForHF"
4
+ ],
5
+ "embed_dim": 64,
6
+ "model_type": "custom_transformer",
7
+ "num_layers": 5,
8
+ "torch_dtype": "float32",
9
+ "transformers_version": "4.41.2",
10
+ "vocab_size": 100
11
+ }