ChakuChidiya's picture
Upload TFDistilBertForTokenClassification
e7b0ae4 verified
raw
history blame contribute delete
No virus
1.01 kB
{
"_name_or_path": "ChakuChidiya/distilbert-base-uncased-G1",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "O",
"1": "B-allergy_name",
"2": "I-allergy_name",
"3": "B-cancer",
"4": "I-cancer",
"5": "B-chronic_disease",
"6": "I-chronic_disease",
"7": "B-treatment",
"8": "I-treatment"
},
"initializer_range": 0.02,
"label2id": {
"B-allergy_name": 1,
"B-cancer": 3,
"B-chronic_disease": 5,
"B-treatment": 7,
"I-allergy_name": 2,
"I-cancer": 4,
"I-chronic_disease": 6,
"I-treatment": 8,
"O": 0
},
"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,
"transformers_version": "4.37.0",
"vocab_size": 30522
}