ipc_level1_B / config.json
mapama247's picture
upload ipc_level1_B model
4864331
{
"_name_or_path": "../models/roberta-large/",
"architectures": [
"RobertaForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"eos_token_id": 2,
"finetuning_task": "ipc1",
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "01",
"1": "02",
"2": "03",
"3": "04",
"4": "05",
"5": "06",
"6": "07",
"7": "08",
"8": "09",
"9": "21",
"10": "22",
"11": "23",
"12": "24",
"13": "25",
"14": "26",
"15": "27",
"16": "28",
"17": "29",
"18": "30",
"19": "31",
"20": "32",
"21": "33",
"22": "41",
"23": "42",
"24": "43",
"25": "44",
"26": "60",
"27": "61",
"28": "62",
"29": "63",
"30": "64",
"31": "65",
"32": "66",
"33": "67",
"34": "68",
"35": "81",
"36": "82",
"37": "99"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"01": 0,
"02": 1,
"03": 2,
"04": 3,
"05": 4,
"06": 5,
"07": 6,
"08": 7,
"09": 8,
"21": 9,
"22": 10,
"23": 11,
"24": 12,
"25": 13,
"26": 14,
"27": 15,
"28": 16,
"29": 17,
"30": 18,
"31": 19,
"32": 20,
"33": 21,
"41": 22,
"42": 23,
"43": 24,
"44": 25,
"60": 26,
"61": 27,
"62": 28,
"63": 29,
"64": 30,
"65": 31,
"66": 32,
"67": 33,
"68": 34,
"81": 35,
"82": 36,
"99": 37
},
"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",
"torch_dtype": "float32",
"transformers_version": "4.9.2",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}