NLI_task_3_1 / config.json
szfrnkarolina's picture
Upload BertForSequenceClassification
ce8e4a1
raw
history blame contribute delete
No virus
4.36 kB
{
"_name_or_path": "results_31",
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"finetuning_task": "text-classification",
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "LABEL_0",
"1": "LABEL_1",
"2": "LABEL_2",
"3": "LABEL_3",
"4": "LABEL_4",
"5": "LABEL_5",
"6": "LABEL_6",
"7": "LABEL_7",
"8": "LABEL_8",
"9": "LABEL_9",
"10": "LABEL_10",
"11": "LABEL_11",
"12": "LABEL_12",
"13": "LABEL_13",
"14": "LABEL_14",
"15": "LABEL_15",
"16": "LABEL_16",
"17": "LABEL_17",
"18": "LABEL_18",
"19": "LABEL_19",
"20": "LABEL_20",
"21": "LABEL_21",
"22": "LABEL_22",
"23": "LABEL_23",
"24": "LABEL_24",
"25": "LABEL_25",
"26": "LABEL_26",
"27": "LABEL_27",
"28": "LABEL_28",
"29": "LABEL_29",
"30": "LABEL_30",
"31": "LABEL_31",
"32": "LABEL_32",
"33": "LABEL_33",
"34": "LABEL_34",
"35": "LABEL_35",
"36": "LABEL_36",
"37": "LABEL_37",
"38": "LABEL_38",
"39": "LABEL_39",
"40": "LABEL_40",
"41": "LABEL_41",
"42": "LABEL_42",
"43": "LABEL_43",
"44": "LABEL_44",
"45": "LABEL_45",
"46": "LABEL_46",
"47": "LABEL_47",
"48": "LABEL_48",
"49": "LABEL_49",
"50": "LABEL_50",
"51": "LABEL_51",
"52": "LABEL_52",
"53": "LABEL_53",
"54": "LABEL_54",
"55": "LABEL_55",
"56": "LABEL_56",
"57": "LABEL_57",
"58": "LABEL_58",
"59": "LABEL_59",
"60": "LABEL_60",
"61": "LABEL_61",
"62": "LABEL_62",
"63": "LABEL_63",
"64": "LABEL_64",
"65": "LABEL_65",
"66": "LABEL_66",
"67": "LABEL_67",
"68": "LABEL_68",
"69": "LABEL_69",
"70": "LABEL_70",
"71": "LABEL_71",
"72": "LABEL_72"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"attraction-address": 0,
"attraction-area": 1,
"attraction-availability": 2,
"attraction-entrancefee": 3,
"attraction-name": 4,
"attraction-openhours": 5,
"attraction-phone": 6,
"attraction-postcode": 7,
"attraction-type": 8,
"booking-availability": 9,
"booking-bookday": 10,
"booking-bookpeople": 11,
"booking-bookstay": 12,
"booking-booktime": 13,
"booking-name": 14,
"booking-ref": 15,
"hospital-address": 16,
"hospital-availability": 17,
"hospital-department": 18,
"hospital-name": 19,
"hospital-phone": 20,
"hospital-postcode": 21,
"hotel-address": 22,
"hotel-area": 23,
"hotel-availability": 24,
"hotel-bookday": 25,
"hotel-bookpeople": 26,
"hotel-bookstay": 27,
"hotel-booktime": 28,
"hotel-internet": 29,
"hotel-name": 30,
"hotel-parking": 31,
"hotel-phone": 32,
"hotel-postcode": 33,
"hotel-pricerange": 34,
"hotel-ref": 35,
"hotel-stars": 36,
"hotel-type": 37,
"police-address": 38,
"police-availability": 39,
"police-name": 40,
"police-phone": 41,
"police-postcode": 42,
"restaurant-address": 43,
"restaurant-area": 44,
"restaurant-availability": 45,
"restaurant-bookday": 46,
"restaurant-bookpeople": 47,
"restaurant-booktime": 48,
"restaurant-food": 49,
"restaurant-name": 50,
"restaurant-phone": 51,
"restaurant-postcode": 52,
"restaurant-pricerange": 53,
"restaurant-ref": 54,
"taxi-arriveby": 55,
"taxi-availability": 56,
"taxi-departure": 57,
"taxi-destination": 58,
"taxi-leaveat": 59,
"taxi-phone": 60,
"taxi-type": 61,
"train-arriveby": 62,
"train-availability": 63,
"train-bookpeople": 64,
"train-day": 65,
"train-departure": 66,
"train-destination": 67,
"train-duration": 68,
"train-leaveat": 69,
"train-price": 70,
"train-ref": 71,
"train-trainid": 72
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "multi_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}