vince62s commited on
Commit
6bee07d
·
verified ·
1 Parent(s): b225361

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -1
config.json CHANGED
@@ -1,7 +1,10 @@
1
  {
2
  "architectures": [
3
- "XLMRobertaForMaskedLM"
4
  ],
 
 
 
5
  "attention_probs_dropout_prob": 0.1,
6
  "bos_token_id": 0,
7
  "eos_token_id": 2,
 
1
  {
2
  "architectures": [
3
+ "XLMRobertaForEstimation"
4
  ],
5
+ "auto_map": {
6
+ "AutoModel": "modelling_xlm_roberta.XLMRobertaForEstimation"
7
+ },
8
  "attention_probs_dropout_prob": 0.1,
9
  "bos_token_id": 0,
10
  "eos_token_id": 2,