ratish's picture
Training in progress epoch 0
26debcd
raw
history blame
1.04 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "hyundai",
"1": "toyota",
"2": "chrysler",
"3": "autonomous",
"4": "cruise",
"5": "jaguar",
"6": "nissan",
"7": "mercedes-benz",
"8": "ford",
"9": "chevrolet",
"10": "lexus",
"11": "lincoln"
},
"initializer_range": 0.02,
"label2id": {
"autonomous": 3,
"chevrolet": 9,
"chrysler": 2,
"cruise": 4,
"ford": 8,
"hyundai": 0,
"jaguar": 5,
"lexus": 10,
"lincoln": 11,
"mercedes-benz": 7,
"nissan": 6,
"toyota": 1
},
"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
}