Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -3,8 +3,8 @@
|
|
3 |
"BigBrainLanguageModel"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
-
"AutoConfig": "big-brain-lm
|
7 |
-
"AutoModel": "big-brain-lm
|
8 |
},
|
9 |
"attention_probs_dropout_prob": 0.1,
|
10 |
"hidden_act": "gelu",
|
|
|
3 |
"BigBrainLanguageModel"
|
4 |
],
|
5 |
"auto_map": {
|
6 |
+
"AutoConfig": "big-brain-lm--language_config.BigBrainLanguageConfig",
|
7 |
+
"AutoModel": "big-brain-lm--language.BigBrainLanguageModel"
|
8 |
},
|
9 |
"attention_probs_dropout_prob": 0.1,
|
10 |
"hidden_act": "gelu",
|