AnonymousARR42 commited on
Commit
cede89c
·
verified ·
1 Parent(s): 672a042

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +35 -3
config.json CHANGED
@@ -1,3 +1,35 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfe424e6a1783a4a90832e27b440bf2b4fa5e980f73fd2c090852307b0882a25
3
- size 855
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LLamaSynCABEL"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 128000,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 128001,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 4096,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 14336,
15
+ "max_position_embeddings": 8192,
16
+ "mlp_bias": false,
17
+ "model_type": "llama_syncabel",
18
+ "auto_map": {
19
+ "AutoConfig": "syncabel.LLamaSynCABELConfig",
20
+ "AutoModelForCausalLM": "syncabel.LLamaSynCABEL"
21
+ },
22
+ "num_attention_heads": 32,
23
+ "num_hidden_layers": 32,
24
+ "num_key_value_heads": 8,
25
+ "pad_token_id": 128001,
26
+ "pretraining_tp": 1,
27
+ "rms_norm_eps": 1e-05,
28
+ "rope_scaling": null,
29
+ "rope_theta": 500000.0,
30
+ "tie_word_embeddings": false,
31
+ "transformers_version": "4.57.1",
32
+ "use_cache": true,
33
+ "vocab_size": 128257,
34
+ "lang": "es"
35
+ }