sanaa-11 commited on
Commit
24d92ac
·
verified ·
1 Parent(s): 3a06265

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -24
config.json DELETED
@@ -1,24 +0,0 @@
1
- {
2
- "architectures": ["LlamaForCausalLM"],
3
- "attention_bias": false,
4
- "bos_token_id": 100000,
5
- "eos_token_id": 100015,
6
- "hidden_act": "silu",
7
- "hidden_size": 4096,
8
- "initializer_range": 0.02,
9
- "intermediate_size": 11008,
10
- "max_position_embeddings": 4096,
11
- "model_type": "llama",
12
- "num_attention_heads": 32,
13
- "num_hidden_layers": 30,
14
- "num_key_value_heads": 32,
15
- "pretraining_tp": 1,
16
- "rms_norm_eps": 1e-06,
17
- "rope_scaling": null,
18
- "rope_theta": 10000.0,
19
- "tie_word_embeddings": false,
20
- "torch_dtype": "bfloat16",
21
- "transformers_version": "4.35.2",
22
- "use_cache": true,
23
- "vocab_size": 102400
24
- }