| { | |
| "_name_or_path": "distilbert-base-uncased", | |
| "activation": "gelu", | |
| "architectures": [ | |
| "DistilBertClassifier" | |
| ], | |
| "attention_dropout": 0.1, | |
| "auto_map": { | |
| "AutoModelForSequenceClassification": "classifier.DistilBertClassifier" | |
| }, | |
| "dim": 800, | |
| "dropout": 0.1, | |
| "hidden_dim": 3072, | |
| "hidden_dropout_prob": 0.1, | |
| "initializer_range": 2, | |
| "intermediate_size": 500, | |
| "layer_norm_eps": 1e-07, | |
| "max_position_embeddings": 270, | |
| "model_type": "distilbert", | |
| "n_heads": 12, | |
| "n_layers": 3, | |
| "pad_token_id": 0, | |
| "qa_dropout": 0.1, | |
| "seq_classif_dropout": 0.2, | |
| "sinusoidal_pos_embds": false, | |
| "tie_weights_": true, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.28.1", | |
| "vocab_size": 30528 | |
| } | |