tinyroberta-squad-es / config.json
AdrianBZG's picture
Upload RobertaForQuestionAnswering
76f3270
raw
history blame
No virus
755 Bytes
{
"_name_or_path": "checkpoints/tinyroberta-squad-es/checkpoint-epoch-44",
"architectures": [
"RobertaForQuestionAnswering"
],
"attention_probs_dropout_prob": 0.0,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.0,
"hidden_size": 1024,
"initializer_range": 0.02,
"intermediate_size": 4096,
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 8,
"num_hidden_layers": 4,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float16",
"transformers_version": "4.32.1",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50262
}