TroyDoesAI commited on
Commit
c19365c
1 Parent(s): eddb385

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -13
config.json CHANGED
@@ -1,21 +1,17 @@
1
  {
2
- "_name_or_path": ".\\BlackSheep-Llama-3.2-3B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
- "attention_bias": false,
7
  "attention_dropout": 0.0,
8
- "bos_token_id": 128000,
9
- "eos_token_id": [
10
- 128001,
11
- 128008,
12
- 128009
13
- ],
14
  "hidden_act": "silu",
15
  "hidden_size": 3072,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 8192,
18
- "max_position_embeddings": 131072,
19
  "mlp_bias": false,
20
  "model_type": "llama",
21
  "num_attention_heads": 24,
@@ -24,10 +20,11 @@
24
  "pretraining_tp": 1,
25
  "rms_norm_eps": 1e-05,
26
  "rope_scaling": null,
27
- "rope_theta": 500000.0,
28
- "tie_word_embeddings": true,
 
29
  "torch_dtype": "bfloat16",
30
- "transformers_version": "4.44.2",
31
  "use_cache": true,
32
- "vocab_size": 128256
33
  }
 
1
  {
2
+ "_name_or_path": ".\\BlackSheep",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
+ "attention_bias": true,
7
  "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 32000,
 
 
 
 
10
  "hidden_act": "silu",
11
  "hidden_size": 3072,
12
  "initializer_range": 0.02,
13
  "intermediate_size": 8192,
14
+ "max_position_embeddings": 32768,
15
  "mlp_bias": false,
16
  "model_type": "llama",
17
  "num_attention_heads": 24,
 
20
  "pretraining_tp": 1,
21
  "rms_norm_eps": 1e-05,
22
  "rope_scaling": null,
23
+ "rope_theta": 10000.0,
24
+ "sliding_window": 2047,
25
+ "tie_word_embeddings": false,
26
  "torch_dtype": "bfloat16",
27
+ "transformers_version": "4.44.0",
28
  "use_cache": true,
29
+ "vocab_size": 32064
30
  }