Dejiao Z commited on
Commit ·
812f107
1
Parent(s): 6172c4e
fixed config error
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "config_sagelite.SageLiteConfig",
|
| 8 |
"AutoTokenizer": "tokenization_sagelite.SageLiteTokenizer",
|
| 9 |
-
"AutoModel": "
|
| 10 |
"AutoModelForMaskedLM": "modeling_sagelite.SageLiteForMaskedLM",
|
| 11 |
"AutoModelForSequenceClassification": "modeling_sagelite.SageLiteForSequenceClassification"
|
| 12 |
},
|
|
|
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "config_sagelite.SageLiteConfig",
|
| 8 |
"AutoTokenizer": "tokenization_sagelite.SageLiteTokenizer",
|
| 9 |
+
"AutoModel": "modeling_sagelite.SageLiteModel",
|
| 10 |
"AutoModelForMaskedLM": "modeling_sagelite.SageLiteForMaskedLM",
|
| 11 |
"AutoModelForSequenceClassification": "modeling_sagelite.SageLiteForSequenceClassification"
|
| 12 |
},
|