jiya2 commited on
Commit
e11e3d7
·
verified ·
1 Parent(s): 3e8e683

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. config.json +2 -38
config.json CHANGED
@@ -1,39 +1,3 @@
1
  {
2
- "architectures": [
3
- "LlamaForCausalLM"
4
- ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
- "eos_token_id": 2,
9
- "head_dim": 64,
10
- "hidden_act": "silu",
11
- "hidden_size": 576,
12
- "initializer_range": 0.041666666666666664,
13
- "intermediate_size": 1536,
14
- "is_llama_config": true,
15
- "max_position_embeddings": 8192,
16
- "mlp_bias": false,
17
- "model_type": "llama",
18
- "num_attention_heads": 9,
19
- "num_hidden_layers": 30,
20
- "num_key_value_heads": 3,
21
- "pad_token_id": 49152,
22
- "pretraining_tp": 1,
23
- "rms_norm_eps": 1e-05,
24
- "rope_interleaved": false,
25
- "rope_scaling": null,
26
- "rope_theta": 100000,
27
- "tie_word_embeddings": true,
28
- "torch_dtype": "float16",
29
- "transformers.js_config": {
30
- "kv_cache_dtype": {
31
- "fp16": "float16",
32
- "q4f16": "float16"
33
- }
34
- },
35
- "transformers_version": "4.51.3",
36
- "unsloth_version": "2025.3.19",
37
- "use_cache": true,
38
- "vocab_size": 49153
39
- }
 
1
  {
2
+ "model_type": "llama"
3
+ }