datafest_subcategory / config.json
taroii's picture
Upload folder using huggingface_hub
bf2f213
raw
history blame
1.26 kB
{
"_name_or_path": "distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "Juvenile",
"1": "Family and Children",
"2": "Individual Rights",
"3": "Housing and Homelessness",
"4": "Work, Employment and Unemployment",
"5": "Other",
"6": "Health and Disability",
"7": "Consumer Financial Questions",
"8": "Income Maintenance",
"9": "Education"
},
"initializer_range": 0.02,
"label2id": {
"Consumer Financial Questions": 7,
"Education": 9,
"Family and Children": 1,
"Health and Disability": 6,
"Housing and Homelessness": 3,
"Income Maintenance": 8,
"Individual Rights": 2,
"Juvenile": 0,
"Other": 5,
"Work, Employment and Unemployment": 4
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"problem_type": "single_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.28.1",
"vocab_size": 30522
}