serpro commited on
Commit
69e431a
·
verified ·
1 Parent(s): 713bc5a

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +48 -0
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Cohere2ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 5,
8
+ "cache_implementation": "hybrid",
9
+ "eos_token_id": 255001,
10
+ "head_dim": 128,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 12288,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 36864,
15
+ "layer_norm_eps": 1e-05,
16
+ "logit_scale": 0.25,
17
+ "max_position_embeddings": 262144,
18
+ "model_type": "cohere2",
19
+ "num_attention_heads": 96,
20
+ "num_hidden_layers": 64,
21
+ "num_key_value_heads": 8,
22
+ "order_of_interleaved_layers": "local_attn_first",
23
+ "pad_token_id": 0,
24
+ "position_embedding_type": "rope_gptj",
25
+ "quantization": {
26
+ "group_size": 64,
27
+ "bits": 8
28
+ },
29
+ "quantization_config": {
30
+ "group_size": 64,
31
+ "bits": 8
32
+ },
33
+ "rope_scaling": null,
34
+ "rope_theta": 50000,
35
+ "rotary_pct": 1.0,
36
+ "sliding_window": 4096,
37
+ "sliding_window_pattern": 4,
38
+ "torch_dtype": "bfloat16",
39
+ "transformers_version": "4.50.3",
40
+ "unsloth_fixed": true,
41
+ "unsloth_version": "2025.3.19",
42
+ "use_cache": true,
43
+ "use_embedding_sharing": true,
44
+ "use_gated_activation": true,
45
+ "use_parallel_block": true,
46
+ "use_parallel_embedding": true,
47
+ "vocab_size": 256000
48
+ }