tom192180's picture
Training in progress, step 30
864c831 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": "weather",
"1": "alarm",
"2": "date",
"3": "find_phone",
"4": "share_location",
"5": "timer",
"6": "make_call",
"7": "calculator",
"8": "definition",
"9": "measurement_conversion",
"10": "flip_coin",
"11": "spelling",
"12": "time",
"13": "roll_dice",
"14": "text"
},
"initializer_range": 0.02,
"label2id": {
"alarm": 1,
"calculator": 7,
"date": 2,
"definition": 8,
"find_phone": 3,
"flip_coin": 10,
"make_call": 6,
"measurement_conversion": 9,
"roll_dice": 13,
"share_location": 4,
"spelling": 11,
"text": 14,
"time": 12,
"timer": 5,
"weather": 0
},
"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
}