Othniel74's picture
Training in progress, epoch 0
155379c 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": "affirmed",
"1": "applied",
"2": "approved",
"3": "cited",
"4": "considered",
"5": "discussed",
"6": "distinguished",
"7": "followed",
"8": "referred to",
"9": "related"
},
"initializer_range": 0.02,
"label2id": {
"affirmed": 0,
"applied": 1,
"approved": 2,
"cited": 3,
"considered": 4,
"discussed": 5,
"distinguished": 6,
"followed": 7,
"referred to": 8,
"related": 9
},
"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,
"torch_dtype": "float32",
"transformers_version": "4.44.2",
"vocab_size": 30522
}