software_benchmark_bio / config.json
esgg's picture
Folder software_benchmark removed
de0fa81
raw
history blame
No virus
1.16 kB
{
"_name_or_path": "allenai/scibert_scivocab_uncased",
"architectures": [
"BertForTokenClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "CLS",
"1": "SEP",
"2": "B-Application_Mention",
"3": "I-Application_Mention",
"4": "B-Developer",
"5": "I-Developer",
"6": "B-URL",
"7": "I-URL",
"8": "B-Version",
"9": "I-Version",
"10": "O"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"B-Application_Mention": 2,
"B-Developer": 4,
"B-URL": 6,
"B-Version": 8,
"CLS": 0,
"I-Application_Mention": 3,
"I-Developer": 5,
"I-URL": 7,
"I-Version": 9,
"O": 10,
"SEP": 1
},
"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.28.0",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 31090
}