CoolFace
Modelpublic

creat89/NER_FEDA_Sl

sourceHugging Facemitupdated 4y agoView on Hugging Face
0likes10downloads
config.json97 linesDownload Raw Back to root
1{2  "architectures": [3    "BERT_model_multidata"4  ],5  "attention_probs_dropout_prob": 0.1,6  "directionality": "bidi",7  "finetuning_task": "2021sl_da-IOBES-S__t_ECn_",8  "hidden_act": "gelu",9  "hidden_dropout_prob": 0.1,10  "hidden_size": 768,11  "id2label": {12    "0": "LABEL_0",13    "1": "LABEL_1",14    "2": "LABEL_2",15    "3": "LABEL_3",16    "4": "LABEL_4",17    "5": "LABEL_5",18    "6": "LABEL_6",19    "7": "LABEL_7",20    "8": "LABEL_8",21    "9": "LABEL_9",22    "10": "LABEL_10",23    "11": "LABEL_11",24    "12": "LABEL_12",25    "13": "LABEL_13",26    "14": "LABEL_14",27    "15": "LABEL_15",28    "16": "LABEL_16",29    "17": "LABEL_17",30    "18": "LABEL_18",31    "19": "LABEL_19",32    "20": "LABEL_20",33    "21": "LABEL_21",34    "22": "LABEL_22",35    "23": "LABEL_23",36    "24": "LABEL_24",37    "25": "LABEL_25",38    "26": "LABEL_26",39    "27": "LABEL_27"40  },41  "initializer_range": 0.02,42  "intermediate_size": 3072,43  "label2id": {44    "B-EVT": 20,45    "B-LOC": 12,46    "B-MISC": 24,47    "B-ORG": 4,48    "B-PER": 8,49    "B-PRO": 16,50    "E-EVT": 22,51    "E-LOC": 14,52    "E-MISC": 26,53    "E-ORG": 6,54    "E-PER": 10,55    "E-PRO": 18,56    "I-EVT": 21,57    "I-LOC": 13,58    "I-MISC": 25,59    "I-ORG": 5,60    "I-PER": 9,61    "I-PRO": 17,62    "O": 1,63    "S-EVT": 23,64    "S-LOC": 15,65    "S-MISC": 27,66    "S-ORG": 7,67    "S-PER": 11,68    "S-PRO": 19,69    "[CLS]": 2,70    "[SEP]": 371  },72  "layer_norm_eps": 1e-12,73  "max_position_embeddings": 512,74  "model_type": "bert",75  "num_attention_heads": 12,76  "num_hidden_layers": 12,77  "pad_token_id": 0,78  "pooler_fc_size": 768,79  "pooler_num_attention_heads": 12,80  "pooler_num_fc_layers": 3,81  "pooler_size_per_head": 128,82  "pooler_type": "first_token_transform",83  "task_specific_params": {84    "bert_hidden_size": 768,85    "biaffine": false,86    "boundaries_labels": null,87    "crf": true,88    "md_model": true,89    "md_number": 3,90    "predict_boundaries": false,91    "predict_masked": true,92    "type_crf_constraints": "BIOES"93  },94  "type_vocab_size": 2,95  "vocab_size": 4962696}97