camembert-base-xnli/config.json

38 lines
882 B
JSON
Raw Normal View History

2021-03-24 16:59:02 +00:00
{
2021-03-25 11:19:48 +00:00
"_name_or_path": "BaptisteDoyen/camembert-base-xnli",
2021-03-24 16:59:02 +00:00
"architectures": [
"CamembertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 5,
"eos_token_id": 6,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
2021-03-25 11:43:36 +00:00
"0": "entailment",
2021-03-24 16:59:02 +00:00
"1": "neutral",
2021-03-25 11:43:36 +00:00
"2": "contradiction"
2021-03-24 16:59:02 +00:00
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
2021-03-25 11:43:36 +00:00
"entailment": 0,
2021-03-24 16:59:02 +00:00
"neutral": 1,
2021-03-25 11:43:36 +00:00
"contradiction": 2
2021-03-24 16:59:02 +00:00
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "camembert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"output_past": true,
"pad_token_id": 1,
"position_embedding_type": "absolute",
2021-03-25 11:29:54 +00:00
"transformers_version": "4.3.3",
2021-03-24 16:59:02 +00:00
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 32005
}