kunjcr2 commited on
Commit
02126ac
·
verified ·
1 Parent(s): 4e17640

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -5
config.json CHANGED
@@ -1,8 +1,6 @@
1
  {
2
- "architectures": [
3
- "GatorModel"
4
- ],
5
- "model_type": "gator-transformer",
6
  "hidden_size": 448,
7
  "num_attention_heads": 8,
8
  "num_hidden_layers": 10,
@@ -10,6 +8,7 @@
10
  "max_position_embeddings": 1024,
11
  "auto_map": {
12
  "AutoConfig": "configuration_gator.GatorConfig",
13
- "AutoModelForCausalLM": "modeling_gator.GatorModel"
 
14
  }
15
  }
 
1
  {
2
+ "model_type": "gator",
3
+ "architectures": ["GatorForCausalLM"],
 
 
4
  "hidden_size": 448,
5
  "num_attention_heads": 8,
6
  "num_hidden_layers": 10,
 
8
  "max_position_embeddings": 1024,
9
  "auto_map": {
10
  "AutoConfig": "configuration_gator.GatorConfig",
11
+ "AutoModel": "modeling_gator.GatorModel",
12
+ "AutoModelForCausalLM": "modeling_gator.GatorForCausalLM"
13
  }
14
  }