{ | |
"_name_or_path": "../models/roberta-large/", | |
"architectures": [ | |
"RobertaForSequenceClassification" | |
], | |
"attention_probs_dropout_prob": 0.1, | |
"bos_token_id": 0, | |
"eos_token_id": 2, | |
"finetuning_task": "nace", | |
"gradient_checkpointing": false, | |
"hidden_act": "gelu", | |
"hidden_dropout_prob": 0.1, | |
"hidden_size": 1024, | |
"id2label": { | |
"0": "10", | |
"1": "11", | |
"2": "12", | |
"3": "13", | |
"4": "14", | |
"5": "15", | |
"6": "16", | |
"7": "17", | |
"8": "18", | |
"9": "19", | |
"10": "20", | |
"11": "21", | |
"12": "22", | |
"13": "23", | |
"14": "24", | |
"15": "25", | |
"16": "26", | |
"17": "27", | |
"18": "28", | |
"19": "29", | |
"20": "30", | |
"21": "31", | |
"22": "32", | |
"23": "42", | |
"24": "43", | |
"25": "62" | |
}, | |
"initializer_range": 0.02, | |
"intermediate_size": 4096, | |
"label2id": { | |
"10": 0, | |
"11": 1, | |
"12": 2, | |
"13": 3, | |
"14": 4, | |
"15": 5, | |
"16": 6, | |
"17": 7, | |
"18": 8, | |
"19": 9, | |
"20": 10, | |
"21": 11, | |
"22": 12, | |
"23": 13, | |
"24": 14, | |
"25": 15, | |
"26": 16, | |
"27": 17, | |
"28": 18, | |
"29": 19, | |
"30": 20, | |
"31": 21, | |
"32": 22, | |
"42": 23, | |
"43": 24, | |
"62": 25 | |
}, | |
"layer_norm_eps": 1e-05, | |
"max_position_embeddings": 514, | |
"model_type": "roberta", | |
"num_attention_heads": 16, | |
"num_hidden_layers": 24, | |
"pad_token_id": 1, | |
"position_embedding_type": "absolute", | |
"problem_type": "multi_label_classification", | |
"transformers_version": "4.6.1", | |
"type_vocab_size": 1, | |
"use_cache": true, | |
"vocab_size": 50265 | |
} | |