tom192180's picture
Training in progress, step 30
89049fe verified
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "plug_type",
"1": "travel_notification",
"2": "translate",
"3": "flight_status",
"4": "international_visa",
"5": "timezone",
"6": "exchange_rate",
"7": "travel_suggestion",
"8": "travel_alert",
"9": "vaccines",
"10": "lost_luggage",
"11": "book_flight",
"12": "book_hotel",
"13": "carry_on",
"14": "car_rental"
},
"initializer_range": 0.02,
"label2id": {
"book_flight": 11,
"book_hotel": 12,
"car_rental": 14,
"carry_on": 13,
"exchange_rate": 6,
"flight_status": 3,
"international_visa": 4,
"lost_luggage": 10,
"plug_type": 0,
"timezone": 5,
"translate": 2,
"travel_alert": 8,
"travel_notification": 1,
"travel_suggestion": 7,
"vaccines": 9
},
"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,
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"vocab_size": 30522
}