eyad-silx commited on
Commit
5ad3b30
·
verified ·
1 Parent(s): b0d6f46

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +21 -0
config.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TrueEvolvingLanguageModel"
4
+ ],
5
+ "model_type": "hierarchical_flow_anchoring",
6
+ "vocab_size": 129280,
7
+ "hidden_size": 768,
8
+ "num_attention_heads": 12,
9
+ "num_hidden_layers": 12,
10
+ "intermediate_size": 3072,
11
+ "max_position_embeddings": null,
12
+ "dropout": 0.1,
13
+ "attention_dropout": 0.1,
14
+ "use_cache": true,
15
+ "pad_token_id": 100001,
16
+ "bos_token_id": 100000,
17
+ "eos_token_id": 100001,
18
+ "tie_word_embeddings": false,
19
+ "torch_dtype": "float32",
20
+ "transformers_version": "4.36.0"
21
+ }