charlesxsh commited on
Commit
df17723
·
1 Parent(s): 47b6304

update config

Browse files
Files changed (1) hide show
  1. config.json +5 -1
config.json CHANGED
@@ -1,5 +1,9 @@
1
  {
2
  "hidden_size": 128,
3
  "model_type": "custom-model",
4
- "transformers_version": "4.44.2"
 
 
 
 
5
  }
 
1
  {
2
  "hidden_size": 128,
3
  "model_type": "custom-model",
4
+ "transformers_version": "4.44.2",
5
+ "auto_map": {
6
+ "AutoModel": "custom_model.CustomModel",
7
+ "AutoConfig": "custom_model.CustomModelConfig"
8
+ }
9
  }