MarinaTA/FeverCodeChallenge
08
1{2 "_name_or_path": "microsoft/deberta-v3-small",3 "architectures": [4 "DebertaV2ForSequenceClassification"5 ],6 "attention_probs_dropout_prob": 0.1,7 "hidden_act": "gelu",8 "hidden_dropout_prob": 0.1,9 "hidden_size": 768,10 "id2label": {11 "0": "LABEL_0",12 "1": "LABEL_1",13 "2": "LABEL_2",14 "3": "LABEL_3",15 "4": "LABEL_4",16 "5": "LABEL_5",17 "6": "LABEL_6",18 "7": "LABEL_7",19 "8": "LABEL_8",20 "9": "LABEL_9",21 "10": "LABEL_10",22 "11": "LABEL_11",23 "12": "LABEL_12",24 "13": "LABEL_13",25 "14": "LABEL_14",26 "15": "LABEL_15",27 "16": "LABEL_16",28 "17": "LABEL_17",29 "18": "LABEL_18",30 "19": "LABEL_19",31 "20": "LABEL_20",32 "21": "LABEL_21"33 },34 "initializer_range": 0.02,35 "intermediate_size": 3072,36 "label2id": {37 "LABEL_0": 0,38 "LABEL_1": 1,39 "LABEL_10": 10,40 "LABEL_11": 11,41 "LABEL_12": 12,42 "LABEL_13": 13,43 "LABEL_14": 14,44 "LABEL_15": 15,45 "LABEL_16": 16,46 "LABEL_17": 17,47 "LABEL_18": 18,48 "LABEL_19": 19,49 "LABEL_2": 2,50 "LABEL_20": 20,51 "LABEL_21": 21,52 "LABEL_3": 3,53 "LABEL_4": 4,54 "LABEL_5": 5,55 "LABEL_6": 6,56 "LABEL_7": 7,57 "LABEL_8": 8,58 "LABEL_9": 959 },60 "layer_norm_eps": 1e-07,61 "max_position_embeddings": 512,62 "max_relative_positions": -1,63 "model_type": "deberta-v2",64 "norm_rel_ebd": "layer_norm",65 "num_attention_heads": 12,66 "num_hidden_layers": 6,67 "pad_token_id": 0,68 "pooler_dropout": 0,69 "pooler_hidden_act": "gelu",70 "pooler_hidden_size": 768,71 "pos_att_type": [72 "p2c",73 "c2p"74 ],75 "position_biased_input": false,76 "position_buckets": 256,77 "relative_attention": true,78 "share_att_key": true,79 "torch_dtype": "float32",80 "transformers_version": "4.27.4",81 "type_vocab_size": 0,82 "vocab_size": 12810083}84 