prokbert-mini-phage / config.json
Ligeti Balázs
Finetuned long model for phage identification
3fe09a7
raw
history blame contribute delete
No virus
757 Bytes
{
"_name_or_path": "/home/c_evolb/c_evolm_scratch/finetuned_models/prokbert-mini-L512Base-k6s1/checkpoint-1",
"architectures": [
"MegatronBertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 384,
"initializer_range": 0.02,
"intermediate_size": 3072,
"layer_norm_eps": 1e-12,
"max_position_embeddings": 1024,
"model_type": "megatron-bert",
"num_attention_heads": 6,
"num_hidden_layers": 6,
"pad_token_id": 0,
"position_embedding_type": "relative_key_query",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.33.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 4101
}