TCMVince commited on
Commit
2feeb2b
1 Parent(s): 671d0c5

Update config.json

Browse files
Files changed (1) hide show
  1. 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.Flaubert2ModelForMaskedLM",
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"