GenerTeam commited on
Commit
1f08d98
·
verified ·
1 Parent(s): ddc127f

Update config.json

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