robert-large-ro-re / config.json
mimitzu's picture
Upload folder using huggingface_hub
ffcd5c9 verified
Raw
History Blame Contribute Delete
2.15 kB
{
"add_cross_attention": false,
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": null,
"classifier_dropout": null,
"do_lower_case": 1,
"do_remove_accents": 0,
"dtype": "float32",
"eos_token_id": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "Cause-Effect(e1,e2)",
"1": "Cause-Effect(e2,e1)",
"2": "Instrument-Agency(e1,e2)",
"3": "Instrument-Agency(e2,e1)",
"4": "Product-Producer(e1,e2)",
"5": "Product-Producer(e2,e1)",
"6": "Content-Container(e1,e2)",
"7": "Content-Container(e2,e1)",
"8": "Entity-Origin(e1,e2)",
"9": "Entity-Origin(e2,e1)",
"10": "Entity-Destination(e1,e2)",
"11": "Entity-Destination(e2,e1)",
"12": "Component-Whole(e1,e2)",
"13": "Component-Whole(e2,e1)",
"14": "Member-Collection(e1,e2)",
"15": "Member-Collection(e2,e1)",
"16": "Message-Topic(e1,e2)",
"17": "Message-Topic(e2,e1)",
"18": "Other"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"is_decoder": false,
"label2id": {
"Cause-Effect(e1,e2)": 0,
"Cause-Effect(e2,e1)": 1,
"Component-Whole(e1,e2)": 12,
"Component-Whole(e2,e1)": 13,
"Content-Container(e1,e2)": 6,
"Content-Container(e2,e1)": 7,
"Entity-Destination(e1,e2)": 10,
"Entity-Destination(e2,e1)": 11,
"Entity-Origin(e1,e2)": 8,
"Entity-Origin(e2,e1)": 9,
"Instrument-Agency(e1,e2)": 2,
"Instrument-Agency(e2,e1)": 3,
"Member-Collection(e1,e2)": 14,
"Member-Collection(e2,e1)": 15,
"Message-Topic(e1,e2)": 16,
"Message-Topic(e2,e1)": 17,
"Other": 18,
"Product-Producer(e1,e2)": 4,
"Product-Producer(e2,e1)": 5
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"tie_word_embeddings": true,
"transformers_version": "5.5.0",
"type_vocab_size": 2,
"use_cache": false,
"vocab_size": 37792
}