Hjgugugjhuhjggg commited on
Commit
a8d0c90
1 Parent(s): 8037295

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -4
config.json CHANGED
@@ -8,10 +8,10 @@
8
  "bos_token_id": 1,
9
  "eos_token_id": 1,
10
  "head_dim": 64,
11
- "output_dim": 1,
12
  "hidden_act": "silu",
13
  "initializer_range": 0.02,
14
- "max_position_embeddings": 131072,
15
  "mlp_bias": false,
16
  "model_type": "llama",
17
  "num_attention_heads": 24,
@@ -33,6 +33,5 @@
33
  "transformers_version": "4.46.1",
34
  "unsloth_version": "2024.9.post3",
35
  "use_cache": false,
36
- "vocab_size": 1
37
  }
38
-
 
8
  "bos_token_id": 1,
9
  "eos_token_id": 1,
10
  "head_dim": 64,
11
+ "output_dim": 3072,
12
  "hidden_act": "silu",
13
  "initializer_range": 0.02,
14
+ "max_position_embeddings": 8192,
15
  "mlp_bias": false,
16
  "model_type": "llama",
17
  "num_attention_heads": 24,
 
33
  "transformers_version": "4.46.1",
34
  "unsloth_version": "2024.9.post3",
35
  "use_cache": false,
36
+ "vocab_size": 50257
37
  }