| { |
| "_name_or_path": "distilbert-base-uncased", |
| "activation": "gelu", |
| "architectures": [ |
| "DistilBertForSequenceClassification" |
| ], |
| "attention_dropout": 0.1, |
| "dim": 768, |
| "dropout": 0.1, |
| "hidden_dim": 3072, |
| "id2label": { |
| "0": "jaguar", |
| "1": "hyundai", |
| "2": "ford", |
| "3": "lincoln", |
| "4": "chrysler", |
| "5": "chevrolet", |
| "6": "toyota", |
| "7": "autonomous", |
| "8": "lexus", |
| "9": "mercedes-benz", |
| "10": "cruise", |
| "11": "nissan" |
| }, |
| "initializer_range": 0.02, |
| "label2id": { |
| "autonomous": 7, |
| "chevrolet": 5, |
| "chrysler": 4, |
| "cruise": 10, |
| "ford": 2, |
| "hyundai": 1, |
| "jaguar": 0, |
| "lexus": 8, |
| "lincoln": 3, |
| "mercedes-benz": 9, |
| "nissan": 11, |
| "toyota": 6 |
| }, |
| "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.27.4", |
| "vocab_size": 30522 |
| } |
|
|