jupyterjazz
commited on
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -5,10 +5,10 @@
|
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"auto_map": {
|
8 |
-
"AutoConfig": "/
|
9 |
-
"AutoModel": "/
|
10 |
-
"AutoModelForMaskedLM": "/
|
11 |
-
"AutoModelForPreTraining": "/
|
12 |
},
|
13 |
"bos_token_id": 0,
|
14 |
"classifier_dropout": null,
|
|
|
5 |
],
|
6 |
"attention_probs_dropout_prob": 0.1,
|
7 |
"auto_map": {
|
8 |
+
"AutoConfig": "jinaai/xlm-roberta-flash-implementation--configuration_xlm_roberta.XLMRobertaFlashConfig",
|
9 |
+
"AutoModel": "jinaai/xlm-roberta-flash-implementation--modeling_lora.XLMRobertaLoRA",
|
10 |
+
"AutoModelForMaskedLM": "jinaai/xlm-roberta-flash-implementation--modeling_xlm_roberta.XLMRobertaForMaskedLM",
|
11 |
+
"AutoModelForPreTraining": "jinaai/xlm-roberta-flash-implementation--modeling_xlm_roberta.XLMRobertaForPreTraining"
|
12 |
},
|
13 |
"bos_token_id": 0,
|
14 |
"classifier_dropout": null,
|