oweller2
commited on
Commit
•
38d5ebd
1
Parent(s):
204da06
update
Browse files- config.json +3 -3
config.json
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
"FlexBertForCasualLM"
|
6 |
],
|
7 |
"auto_map": {
|
8 |
-
"AutoConfig": "orionweller/
|
9 |
-
"AutoModel": "
|
10 |
-
"AutoModelForCasualLM": "
|
11 |
},
|
12 |
"attention_layer": "rope",
|
13 |
"attention_probs_dropout_prob": 0.0,
|
|
|
5 |
"FlexBertForCasualLM"
|
6 |
],
|
7 |
"auto_map": {
|
8 |
+
"AutoConfig": "orionweller/test-flex-gpt--configuration_bert.FlexBertConfig",
|
9 |
+
"AutoModel": "orionweller//test-flex-gpt--modeling_flexbert.FlexBertModel",
|
10 |
+
"AutoModelForCasualLM": "orionweller//test-flex-gpt--modeling_flexbert.FlexBertForCasualLM"
|
11 |
},
|
12 |
"attention_layer": "rope",
|
13 |
"attention_probs_dropout_prob": 0.0,
|