ROBE-3 / config.json
StellaVerkijk's picture
Upload 13 files
5cf645a verified
Raw
History Blame Contribute Delete
1.81 kB
{
"architectures": [
"RobertaForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "O",
"1": "BeingInARelationship",
"2": "BeingDamaged",
"3": "Killing",
"4": "Collaboration",
"5": "FinancialTransaction",
"6": "BeingInConflict",
"7": "BeingLeader",
"8": "LeavingAnOrganization",
"9": "HavingInternalState-",
"10": "Attacking",
"11": "HavingContractualAgreement",
"12": "StartingAWar",
"13": "ForceToAct",
"14": "Encounter",
"15": "SocialInteraction",
"16": "Visit",
"17": "BeingDestroyed",
"18": "Production",
"19": "Selling",
"20": "BeingDead",
"21": "RelationshipChange"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"Attacking": 10,
"BeingDamaged": 2,
"BeingDead": 20,
"BeingDestroyed": 17,
"BeingInARelationship": 1,
"BeingInConflict": 6,
"BeingLeader": 7,
"Collaboration": 4,
"Encounter": 14,
"FinancialTransaction": 5,
"ForceToAct": 13,
"HavingContractualAgreement": 11,
"HavingInternalState-": 9,
"Killing": 3,
"LeavingAnOrganization": 8,
"O": 0,
"Production": 18,
"RelationshipChange": 21,
"Selling": 19,
"SocialInteraction": 15,
"StartingAWar": 12,
"Visit": 16
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.50.3",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 52000
}