ConceptFrameMet / config.json
nixie1981's picture
Upload config.json with huggingface_hub
6a4202e verified
raw
history blame contribute delete
773 Bytes
{
"_name_or_path": "ConceptFrameMet",
"model_type": "conceptframemet",
"architectures": ["ConceptFrameMetForMetaphorDetection"],
"type_vocab_size": 4,
"hidden_size": 768,
"num_hidden_layers": 12,
"num_attention_heads": 12,
"intermediate_size": 3072,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"attention_probs_dropout_prob": 0.1,
"max_position_embeddings": 514,
"initializer_range": 0.02,
"layer_norm_eps": 1e-05,
"pad_token_id": 1,
"bos_token_id": 0,
"eos_token_id": 2,
"position_embedding_type": "absolute",
"vocab_size": 50265,
"num_labels": 2,
"classifier_hidden": 768,
"drop_ratio": 0.2,
"source_blend_mode": "replacement",
"source_use_mode": "metaphor_only",
"source_alpha": 0.3,
"metaphor_threshold": 0.5
}