{ "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "finetuning_task": "ner", "hidden_dim": 3072, "id2label": { "0": "O", "1": "B-DAT", "2": "B-EVE", "3": "B-FAC", "4": "B-LOC", "5": "B-MON", "6": "B-ORG", "7": "B-PCT", "8": "B-PER", "9": "B-PRO", "10": "B-TIM", "11": "I-DAT", "12": "I-EVE", "13": "I-FAC", "14": "I-LOC", "15": "I-MON", "16": "I-ORG", "17": "I-PCT", "18": "I-PER", "19": "I-PRO", "20": "I-TIM" }, "initializer_range": 0.02, "label2id": { "B-DAT": 1, "B-EVE": 2, "B-FAC": 3, "B-LOC": 4, "B-MON": 5, "B-ORG": 6, "B-PCT": 7, "B-PER": 8, "B-PRO": 9, "B-TIM": 10, "I-DAT": 11, "I-EVE": 12, "I-FAC": 13, "I-LOC": 14, "I-MON": 15, "I-ORG": 16, "I-PCT": 17, "I-PER": 18, "I-PRO": 19, "I-TIM": 20, "O": 0 }, "max_position_embeddings": 512, "model_type": "distilbert", "n_heads": 12, "n_layers": 6, "output_past": true, "pad_token_id": 0, "qa_dropout": 0.1, "seq_classif_dropout": 0.2, "sinusoidal_pos_embds": false, "tie_weights_": true, "transformers_version": "4.5.0.dev0", "vocab_size": 42000 }