Justice0893's picture
End of training
dd56c55 verified
raw
history blame contribute delete
No virus
1.18 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "PROPN",
"1": "NUM",
"2": "NOUN",
"3": "AUX",
"4": "PUNCT",
"5": "VERB",
"6": "PRON",
"7": "DET",
"8": "ADJ",
"9": "ADP",
"10": "ADV",
"11": "X",
"12": "CCONJ",
"13": "_",
"14": "SCONJ",
"15": "INTJ",
"16": "SYM",
"17": "PART"
},
"initializer_range": 0.02,
"label2id": {
"ADJ": 8,
"ADP": 9,
"ADV": 10,
"AUX": 3,
"CCONJ": 12,
"DET": 7,
"INTJ": 15,
"NOUN": 2,
"NUM": 1,
"PART": 17,
"PRON": 6,
"PROPN": 0,
"PUNCT": 4,
"SCONJ": 14,
"SYM": 16,
"VERB": 5,
"X": 11,
"_": 13
},
"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.34.1",
"vocab_size": 7245
}