Qurtana commited on
Commit
c60dc9c
·
verified ·
1 Parent(s): 5ee4413

(Trained with Unsloth)

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