kashif HF Staff commited on
Commit
eeaa854
·
verified ·
1 Parent(s): cbacdb4

revert: restore LlamaForCausalLM in config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -29
config.json CHANGED
@@ -1,32 +1,6 @@
1
  {
 
2
  "architectures": [
3
- "CarbonForCausalLM"
4
- ],
5
- "attention_bias": false,
6
- "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
- "dtype": "float32",
9
- "eos_token_id": 2,
10
- "head_dim": 96,
11
- "hidden_act": "silu",
12
- "hidden_size": 3072,
13
- "initializer_range": 0.02,
14
- "intermediate_size": 8448,
15
- "max_position_embeddings": 32768,
16
- "mlp_bias": false,
17
- "model_type": "llama",
18
- "num_attention_heads": 32,
19
- "num_hidden_layers": 30,
20
- "num_key_value_heads": 4,
21
- "pretraining_tp": 1,
22
- "rms_norm_eps": 1e-06,
23
- "rope_scaling": null,
24
- "rope_theta": 5000000.0,
25
- "tie_word_embeddings": true,
26
- "transformers_version": "4.57.6",
27
- "use_cache": true,
28
- "vocab_size": 155776,
29
- "auto_map": {
30
- "AutoModelForCausalLM": "modeling_carbon.CarbonForCausalLM"
31
- }
32
  }
 
1
  {
2
+ "error": "Sorry, we can't find the page you are looking for.",
3
  "architectures": [
4
+ "LlamaForCausalLM"
5
+ ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }