Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
"attention_probs_dropout_prob": 0.1,
|
11 |
"auto_map": {
|
12 |
"AutoConfig": "flaubert2_configuration.Flaubert2Config",
|
13 |
-
"AutoModel": "flaubert2_model.
|
14 |
"AutoModelForMaskedLM": "flaubert2_model.Flaubert2ModelForMaskedLM",
|
15 |
"AutoModelForSequenceClassification": "flaubert2_model.Flaubert2ModelForSequenceClassification",
|
16 |
"AutoModelForTokenClassification": "flaubert2_model.Flaubert2ModelForTokenClassification"
|
|
|
10 |
"attention_probs_dropout_prob": 0.1,
|
11 |
"auto_map": {
|
12 |
"AutoConfig": "flaubert2_configuration.Flaubert2Config",
|
13 |
+
"AutoModel": "flaubert2_model.Flaubert2Model",
|
14 |
"AutoModelForMaskedLM": "flaubert2_model.Flaubert2ModelForMaskedLM",
|
15 |
"AutoModelForSequenceClassification": "flaubert2_model.Flaubert2ModelForSequenceClassification",
|
16 |
"AutoModelForTokenClassification": "flaubert2_model.Flaubert2ModelForTokenClassification"
|