| { | |
| "_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-company", | |
| "2": "I-company", | |
| "3": "B-facility", | |
| "4": "I-facility", | |
| "5": "B-geo-loc", | |
| "6": "I-geo-loc", | |
| "7": "B-movie", | |
| "8": "I-movie", | |
| "9": "B-musicartist", | |
| "10": "I-musicartist", | |
| "11": "B-other", | |
| "12": "I-other", | |
| "13": "B-person", | |
| "14": "I-person", | |
| "15": "B-product", | |
| "16": "I-product", | |
| "17": "B-sportsteam", | |
| "18": "I-sportsteam", | |
| "19": "B-tvshow", | |
| "20": "I-tvshow" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "B-company": 1, | |
| "B-facility": 3, | |
| "B-geo-loc": 5, | |
| "B-movie": 7, | |
| "B-musicartist": 9, | |
| "B-other": 11, | |
| "B-person": 13, | |
| "B-product": 15, | |
| "B-sportsteam": 17, | |
| "B-tvshow": 19, | |
| "I-company": 2, | |
| "I-facility": 4, | |
| "I-geo-loc": 6, | |
| "I-movie": 8, | |
| "I-musicartist": 10, | |
| "I-other": 12, | |
| "I-person": 14, | |
| "I-product": 16, | |
| "I-sportsteam": 18, | |
| "I-tvshow": 20, | |
| "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.28.1", | |
| "vocab_size": 30522 | |
| } | |