CommentResponse / config.json
Jet-12138's picture
Upload 7 files
018d244 verified
raw
history blame contribute delete
408 Bytes
{
"model_type": "comment_mtl_bert",
"pretrained_model_name": "bert-base-uncased",
"hidden_size": 768,
"num_attention_heads": 12,
"num_hidden_layers": 12,
"vocab_size": 30522,
"max_position_embeddings": 512,
"hidden_act": "gelu",
"initializer_range": 0.02,
"layer_norm_eps": 1e-12,
"dropout_prob": 0.1,
"num_sentiment_labels": 3,
"num_toxicity_labels": 6
}