Creekside commited on
Commit
a60a819
·
verified ·
1 Parent(s): e552ee9

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. config.json +2 -35
config.json CHANGED
@@ -1,36 +1,3 @@
1
  {
2
- "architectures": [
3
- "LlamaForCausalLM"
4
- ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 128000,
8
- "eos_token_id": 128009,
9
- "head_dim": 128,
10
- "hidden_act": "silu",
11
- "hidden_size": 3072,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 8192,
14
- "max_position_embeddings": 204800,
15
- "mlp_bias": false,
16
- "model_type": "llama",
17
- "num_attention_heads": 24,
18
- "num_hidden_layers": 28,
19
- "num_key_value_heads": 8,
20
- "pad_token_id": 128004,
21
- "pretraining_tp": 1,
22
- "rms_norm_eps": 1e-05,
23
- "rope_scaling": {
24
- "factor": 1.5625,
25
- "rope_type": "linear",
26
- "type": "linear"
27
- },
28
- "rope_theta": 500000.0,
29
- "tie_word_embeddings": true,
30
- "torch_dtype": "bfloat16",
31
- "transformers_version": "4.51.3",
32
- "unsloth_fixed": true,
33
- "unsloth_version": "2025.4.7",
34
- "use_cache": true,
35
- "vocab_size": 128256
36
- }
 
1
  {
2
+ "model_type": "llama"
3
+ }