| { | |
| "activation": "gelu", | |
| "architectures": [ | |
| "DistilBertForSequenceClassification" | |
| ], | |
| "attention_dropout": 0.1, | |
| "dim": 768, | |
| "dropout": 0.1, | |
| "dtype": "float32", | |
| "hidden_dim": 3072, | |
| "id2label": { | |
| "0": "pre-1900", | |
| "1": "1900\u20131945", | |
| "2": "1946\u20131990", | |
| "3": "1991\u20132008", | |
| "4": "2009\u20132015", | |
| "5": "2016\u20132018", | |
| "6": "2019\u20132022", | |
| "7": "2023\u2013present" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "1900\u20131945": 1, | |
| "1946\u20131990": 2, | |
| "1991\u20132008": 3, | |
| "2009\u20132015": 4, | |
| "2016\u20132018": 5, | |
| "2019\u20132022": 6, | |
| "2023\u2013present": 7, | |
| "pre-1900": 0 | |
| }, | |
| "max_position_embeddings": 512, | |
| "model_type": "distilbert", | |
| "n_heads": 12, | |
| "n_layers": 6, | |
| "pad_token_id": 0, | |
| "problem_type": "single_label_classification", | |
| "qa_dropout": 0.1, | |
| "seq_classif_dropout": 0.2, | |
| "sinusoidal_pos_embds": false, | |
| "tie_weights_": true, | |
| "transformers_version": "4.57.1", | |
| "vocab_size": 30522 | |
| } | |