|
{ |
|
"_name_or_path": "/home/joel/transformers/sem_eval_2010_task_8/bert-base-uncased-local/results/42/checkpoint-1700", |
|
"architectures": [ |
|
"BertForSequenceClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"finetuning_task": "joelito/sem_eval_2010_task_8", |
|
"gradient_checkpointing": false, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "Cause-Effect(e1,e2)", |
|
"1": "Cause-Effect(e2,e1)", |
|
"2": "Component-Whole(e1,e2)", |
|
"3": "Component-Whole(e2,e1)", |
|
"4": "Content-Container(e1,e2)", |
|
"5": "Content-Container(e2,e1)", |
|
"6": "Entity-Destination(e1,e2)", |
|
"7": "Entity-Destination(e2,e1)", |
|
"8": "Entity-Origin(e1,e2)", |
|
"9": "Entity-Origin(e2,e1)", |
|
"10": "Instrument-Agency(e1,e2)", |
|
"11": "Instrument-Agency(e2,e1)", |
|
"12": "Member-Collection(e1,e2)", |
|
"13": "Member-Collection(e2,e1)", |
|
"14": "Message-Topic(e1,e2)", |
|
"15": "Message-Topic(e2,e1)", |
|
"16": "Product-Producer(e1,e2)", |
|
"17": "Product-Producer(e2,e1)", |
|
"18": "Other" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"label2id": { |
|
"Cause-Effect(e1,e2)": 0, |
|
"Cause-Effect(e2,e1)": 1, |
|
"Component-Whole(e1,e2)": 2, |
|
"Component-Whole(e2,e1)": 3, |
|
"Content-Container(e1,e2)": 4, |
|
"Content-Container(e2,e1)": 5, |
|
"Entity-Destination(e1,e2)": 6, |
|
"Entity-Destination(e2,e1)": 7, |
|
"Entity-Origin(e1,e2)": 8, |
|
"Entity-Origin(e2,e1)": 9, |
|
"Instrument-Agency(e1,e2)": 10, |
|
"Instrument-Agency(e2,e1)": 11, |
|
"Member-Collection(e1,e2)": 12, |
|
"Member-Collection(e2,e1)": 13, |
|
"Message-Topic(e1,e2)": 14, |
|
"Message-Topic(e2,e1)": 15, |
|
"Other": 18, |
|
"Product-Producer(e1,e2)": 16, |
|
"Product-Producer(e2,e1)": 17 |
|
}, |
|
"layer_norm_eps": 1e-12, |
|
"max_position_embeddings": 512, |
|
"model_type": "bert", |
|
"num_attention_heads": 12, |
|
"num_hidden_layers": 12, |
|
"pad_token_id": 0, |
|
"type_vocab_size": 2, |
|
"vocab_size": 30522 |
|
} |
|
|