my_awesome_model / config.json
matthewchung74's picture
Training in progress, epoch 1
4fa3471 verified
raw
history blame
No virus
840 Bytes
{
"_name_or_path": "microsoft/biogpt",
"activation_dropout": 0.0,
"architectures": [
"BioGptForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 1024,
"id2label": {
"0": "NEGATIVE",
"1": "POSITIVE"
},
"initializer_range": 0.02,
"intermediate_size": 4096,
"label2id": {
"NEGATIVE": 0,
"POSITIVE": 1
},
"layer_norm_eps": 1e-12,
"layerdrop": 0.0,
"max_position_embeddings": 1024,
"model_type": "biogpt",
"num_attention_heads": 16,
"num_hidden_layers": 24,
"pad_token_id": 1,
"problem_type": "single_label_classification",
"scale_embedding": true,
"torch_dtype": "float32",
"transformers_version": "4.35.2",
"use_cache": true,
"vocab_size": 42384
}