kashif HF Staff commited on
Commit
9d803d5
·
verified ·
1 Parent(s): 75822fe

revert: restore LlamaForCausalLM in config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -5
config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "architectures": [
3
- "CarbonForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
@@ -25,8 +25,5 @@
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
  "architectures": [
3
+ "LlamaForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
25
  "tie_word_embeddings": true,
26
  "transformers_version": "4.57.6",
27
  "use_cache": true,
28
+ "vocab_size": 155776
 
 
 
29
  }