env_test-classifier / config.json
Lmunozi's picture
Upload DistilBertForSequenceClassification
c71206d verified
{
"_name_or_path": "dccuchile/distilbert-base-spanish-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": " null",
"1": "accessible",
"2": "connected",
"3": "deluxe",
"4": "men only",
"5": "shared",
"6": "shared bathroom",
"7": "shared bed",
"8": "shared room",
"9": "women only",
"10": "women standard only"
},
"initializer_range": 0.02,
"label2id": {
" null": 0,
"accessible": 1,
"connected": 2,
"deluxe": 3,
"men only": 4,
"shared": 5,
"shared bathroom": 6,
"shared bed": 7,
"shared room": 8,
"women only": 9,
"women standard only": 10
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "multi_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": true,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.43.4",
"vocab_size": 31002
}