|
{ |
|
"_name_or_path": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract-fulltext", |
|
"architectures": [ |
|
"BertForTokenClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"classifier_dropout": null, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "O", |
|
"1": "B-Anatomy", |
|
"2": "I-Anatomy", |
|
"3": "B-Chemicals & Drugs", |
|
"4": "I-Chemicals & Drugs", |
|
"5": "B-Concepts & Ideas", |
|
"6": "I-Concepts & Ideas", |
|
"7": "B-Devices", |
|
"8": "I-Devices", |
|
"9": "B-Disorders", |
|
"10": "I-Disorders", |
|
"11": "B-Genes & Molecular Sequences", |
|
"12": "I-Genes & Molecular Sequences", |
|
"13": "B-Geographic Areas", |
|
"14": "I-Geographic Areas", |
|
"15": "B-Living Beings", |
|
"16": "I-Living Beings", |
|
"17": "B-Objects", |
|
"18": "I-Objects", |
|
"19": "B-Occupations", |
|
"20": "I-Occupations", |
|
"21": "B-Organizations", |
|
"22": "I-Organizations", |
|
"23": "B-Phenomena", |
|
"24": "I-Phenomena", |
|
"25": "B-Physiology", |
|
"26": "I-Physiology", |
|
"27": "B-Procedures", |
|
"28": "I-Procedures" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"layer_norm_eps": 1e-12, |
|
"max_position_embeddings": 512, |
|
"model_type": "bert", |
|
"num_attention_heads": 12, |
|
"num_hidden_layers": 12, |
|
"pad_token_id": 0, |
|
"position_embedding_type": "absolute", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.48.1", |
|
"type_vocab_size": 2, |
|
"use_cache": true, |
|
"vocab_size": 30522 |
|
} |
|
|