amanpatkar's picture
amanpatkar/distilbert-finetuned-pos
b64a659 verified
raw
history blame
No virus
1.04 kB
{
"_name_or_path": "distilbert-base-cased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": ".",
"1": "PRON",
"2": "NUM",
"3": "ADV",
"4": "PRT",
"5": "ADP",
"6": "DET",
"7": "X",
"8": "CONJ",
"9": "ADJ",
"10": "NOUN",
"11": "VERB"
},
"initializer_range": 0.02,
"label2id": {
".": 0,
"ADJ": 9,
"ADP": 5,
"ADV": 3,
"CONJ": 8,
"DET": 6,
"NOUN": 10,
"NUM": 2,
"PRON": 1,
"PRT": 4,
"VERB": 11,
"X": 7
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"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.41.2",
"vocab_size": 28996
}