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