{ "_name_or_path": "distilbert-base-uncased", "activation": "gelu", "architectures": [ "DistilBertForTokenClassification" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2label": { "0": "O", "1": "B-product", "2": "I-product", "3": "B-field", "4": "I-field", "5": "B-task", "6": "I-task", "7": "B-researcher", "8": "I-researcher", "9": "B-university", "10": "B-programlang", "11": "B-algorithm", "12": "I-algorithm", "13": "B-misc", "14": "I-misc", "15": "I-university", "16": "B-metrics", "17": "B-organisation", "18": "I-organisation", "19": "I-metrics", "20": "B-conference", "21": "I-conference", "22": "B-country", "23": "I-programlang", "24": "B-location", "25": "B-person", "26": "I-person", "27": "I-country", "28": "I-location" }, "initializer_range": 0.02, "label2id": { "B-algorithm": 11, "B-conference": 20, "B-country": 22, "B-field": 3, "B-location": 24, "B-metrics": 16, "B-misc": 13, "B-organisation": 17, "B-person": 25, "B-product": 1, "B-programlang": 10, "B-researcher": 7, "B-task": 5, "B-university": 9, "I-algorithm": 12, "I-conference": 21, "I-country": 27, "I-field": 4, "I-location": 28, "I-metrics": 19, "I-misc": 14, "I-organisation": 18, "I-person": 26, "I-product": 2, "I-programlang": 23, "I-researcher": 8, "I-task": 6, "I-university": 15, "O": 0 }, "max_position_embeddings": 512, "model_type": "distilbert", "n_heads": 12, "n_layers": 6, "pad_token_id": 0, "qa_dropout": 0.1, "seq_classif_dropout": 0.2, "sinusoidal_pos_embds": false, "tie_weights_": true, "transformers_version": "4.18.0", "vocab_size": 30522 }