Commit
·
447c0db
1
Parent(s):
37bae6d
chore: remove config
Browse filesSigned-off-by: jupyterjazz <[email protected]>
- config.json +0 -31
config.json
DELETED
|
@@ -1,31 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"auto_map": {
|
| 3 |
-
"AutoConfig": "configuration_xlm_roberta.XLMRobertaFlashConfig",
|
| 4 |
-
"AutoModel": "modeling_xlm_roberta.XLMRobertaModel",
|
| 5 |
-
"AutoModelForPreTraining": "modeling_xlm_roberta.XLMRobertaForPreTraining",
|
| 6 |
-
"AutoModelForMaskedLM": "modeling_xlm_roberta.XLMRobertaForMaskedLM",
|
| 7 |
-
"AutoModelForSequenceClassification":"modeling_xlm_roberta.XLMRobertaForSequenceClassification"
|
| 8 |
-
},
|
| 9 |
-
"architectures": [
|
| 10 |
-
"XLMRobertaModel"
|
| 11 |
-
],
|
| 12 |
-
"attention_probs_dropout_prob": 0.1,
|
| 13 |
-
"bos_token_id": 0,
|
| 14 |
-
"eos_token_id": 2,
|
| 15 |
-
"hidden_act": "gelu",
|
| 16 |
-
"hidden_dropout_prob": 0.1,
|
| 17 |
-
"hidden_size": 768,
|
| 18 |
-
"initializer_range": 0.02,
|
| 19 |
-
"intermediate_size": 3072,
|
| 20 |
-
"layer_norm_eps": 1e-05,
|
| 21 |
-
"max_position_embeddings": 8194,
|
| 22 |
-
"num_attention_heads": 12,
|
| 23 |
-
"num_hidden_layers": 12,
|
| 24 |
-
"output_past": true,
|
| 25 |
-
"pad_token_id": 1,
|
| 26 |
-
"position_embedding_type": "absolute",
|
| 27 |
-
"transformers_version": "4.17.0.dev0",
|
| 28 |
-
"type_vocab_size": 1,
|
| 29 |
-
"use_cache": false,
|
| 30 |
-
"vocab_size": 250002
|
| 31 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|