GenerTeam commited on
Commit
2f4e6a1
·
verified ·
1 Parent(s): ba976af

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,
@@ -24,5 +24,8 @@
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.44.0",
26
  "use_cache": true,
27
- "vocab_size": 4128
 
 
 
28
  }
 
1
  {
2
  "architectures": [
3
+ "GENERatorForCausalLM"
4
  ],
5
  "attention_bias": false,
6
  "attention_dropout": 0.0,
 
24
  "torch_dtype": "float32",
25
  "transformers_version": "4.44.0",
26
  "use_cache": true,
27
+ "vocab_size": 4128,
28
+ "auto_map": {
29
+ "AutoModelForCausalLM": "modeling_generator.GENERatorForCausalLM"
30
+ }
31
  }