Magical-1-Galaxy / config.json
underwater45's picture
Create config.json
8409671 verified
raw
history blame contribute delete
826 Bytes
{
"_name_or_path": "magical-1-galaxy",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"finetuning_task": "text-classification",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "negative",
"1": "neutral",
"2": "positive",
"3": "annoying"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"negative": 0,
"neutral": 1,
"positive": 2,
"annoying": 3
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "distilbert",
"num_attention_heads": 12,
"num_hidden_layers": 6,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.0.0",
"vocab_size": 30522
}