f2io/ner-roles-openapi
08
1{2 "_name_or_path": "distilbert-base-uncased",3 "activation": "gelu",4 "architectures": [5 "DistilBertForTokenClassification"6 ],7 "attention_dropout": 0.1,8 "dim": 768,9 "dropout": 0.1,10 "hidden_dim": 3072,11 "id2label": {12 "0": "I-",13 "1": "B-MISC",14 "2": "I-MISC",15 "3": "B-PER",16 "4": "I-PER",17 "5": "B-ORG",18 "6": "I-ORG",19 "7": "B-LOC",20 "8": "I-LOC",21 "9": "I-ROLE",22 "10": "I-ENTITY",23 "11": "I-ACTION"24 },25 "initializer_range": 0.02,26 "label2id": {27 "B-LOC": 7,28 "B-MISC": 1,29 "B-ORG": 5,30 "B-PER": 3,31 "I-": 0,32 "I-ACTION": 11,33 "I-ENTITY": 10,34 "I-I-MISC": 2,35 "I-LOC": 8,36 "I-MISC": 2,37 "I-OR": 6,38 "I-ORG": 6,39 "I-PER": 4,40 "I-PRG": 2,41 "I-ROLE": 9,42 "O": 043 },44 "max_position_embeddings": 512,45 "model_type": "distilbert",46 "n_heads": 12,47 "n_layers": 6,48 "pad_token_id": 0,49 "qa_dropout": 0.1,50 "seq_classif_dropout": 0.2,51 "sinusoidal_pos_embds": false,52 "tie_weights_": true,53 "torch_dtype": "float32",54 "transformers_version": "4.24.0",55 "vocab_size": 3052256}57 