File size: 3,412 Bytes
37670c8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | {
"_name_or_path": "ptms/sbert-base",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"directionality": "bidi",
"encoder_width": 256,
"finetuning_task": "ner",
"fusion_layer": 2,
"gis_embedding": 0,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "B-assist",
"1": "B-cellno",
"2": "B-city",
"3": "B-community",
"4": "B-devzone",
"5": "B-distance",
"6": "B-district",
"7": "B-floorno",
"8": "B-houseno",
"9": "B-intersection",
"10": "B-poi",
"11": "B-prov",
"12": "B-road",
"13": "B-roadno",
"14": "B-subpoi",
"15": "B-town",
"16": "B-village_group",
"17": "E-assist",
"18": "E-cellno",
"19": "E-city",
"20": "E-community",
"21": "E-devzone",
"22": "E-distance",
"23": "E-district",
"24": "E-floorno",
"25": "E-houseno",
"26": "E-intersection",
"27": "E-poi",
"28": "E-prov",
"29": "E-road",
"30": "E-roadno",
"31": "E-subpoi",
"32": "E-town",
"33": "E-village_group",
"34": "I-assist",
"35": "I-cellno",
"36": "I-city",
"37": "I-community",
"38": "I-devzone",
"39": "I-distance",
"40": "I-district",
"41": "I-floorno",
"42": "I-houseno",
"43": "I-intersection",
"44": "I-poi",
"45": "I-prov",
"46": "I-road",
"47": "I-roadno",
"48": "I-subpoi",
"49": "I-town",
"50": "I-village_group",
"51": "O",
"52": "S-assist",
"53": "S-community",
"54": "S-district",
"55": "S-intersection",
"56": "S-poi"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-assist": 0,
"B-cellno": 1,
"B-city": 2,
"B-community": 3,
"B-devzone": 4,
"B-distance": 5,
"B-district": 6,
"B-floorno": 7,
"B-houseno": 8,
"B-intersection": 9,
"B-poi": 10,
"B-prov": 11,
"B-road": 12,
"B-roadno": 13,
"B-subpoi": 14,
"B-town": 15,
"B-village_group": 16,
"E-assist": 17,
"E-cellno": 18,
"E-city": 19,
"E-community": 20,
"E-devzone": 21,
"E-distance": 22,
"E-district": 23,
"E-floorno": 24,
"E-houseno": 25,
"E-intersection": 26,
"E-poi": 27,
"E-prov": 28,
"E-road": 29,
"E-roadno": 30,
"E-subpoi": 31,
"E-town": 32,
"E-village_group": 33,
"I-assist": 34,
"I-cellno": 35,
"I-city": 36,
"I-community": 37,
"I-devzone": 38,
"I-distance": 39,
"I-district": 40,
"I-floorno": 41,
"I-houseno": 42,
"I-intersection": 43,
"I-poi": 44,
"I-prov": 45,
"I-road": 46,
"I-roadno": 47,
"I-subpoi": 48,
"I-town": 49,
"I-village_group": 50,
"O": 51,
"S-assist": 52,
"S-community": 53,
"S-district": 54,
"S-intersection": 55,
"S-poi": 56
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"pooler_fc_size": 768,
"pooler_num_attention_heads": 12,
"pooler_num_fc_layers": 3,
"pooler_size_per_head": 128,
"pooler_type": "first_token_transform",
"position_embedding_type": "absolute",
"torch_dtype": "float32",
"transformers_version": "4.24.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 21128
}
|