winamnd's picture
Create config.json
a6b2047 verified
raw
history blame contribute delete
266 Bytes
{
"architectures": ["DistilBertForSequenceClassification"],
"model_type": "distilbert",
"num_labels": 2,
"hidden_size": 768,
"max_position_embeddings": 512,
"attention_probs_dropout_prob": 0.1,
"hidden_dropout_prob": 0.1,
"initializer_range": 0.02
}