Upload model
Browse files- config.json +4 -1
config.json
CHANGED
@@ -10,7 +10,10 @@
|
|
10 |
"attention_probs_dropout_prob": 0.1,
|
11 |
"auto_map": {
|
12 |
"AutoConfig": "flaubert2_configuration.Flaubert2Config",
|
13 |
-
"AutoModel": "flaubert2_model.Flaubert2ModelForMaskedLM"
|
|
|
|
|
|
|
14 |
},
|
15 |
"bias": true,
|
16 |
"bos_token_id": 0,
|
|
|
10 |
"attention_probs_dropout_prob": 0.1,
|
11 |
"auto_map": {
|
12 |
"AutoConfig": "flaubert2_configuration.Flaubert2Config",
|
13 |
+
"AutoModel": "flaubert2_model.Flaubert2ModelForMaskedLM",
|
14 |
+
"AutoModelForMaskedLM": "flaubert2_model.Flaubert2ModelForMaskedLM",
|
15 |
+
"AutoModelForSequenceClassification": "flaubert2_model.Flaubert2ModelForSequenceClassification",
|
16 |
+
"AutoModelForTokenClassification": "flaubert2_model.Flaubert2ModelForTokenClassification"
|
17 |
},
|
18 |
"bias": true,
|
19 |
"bos_token_id": 0,
|