some_model / config.json
pragy10's picture
Training in progress, epoch 1
c2e7748 verified
{
"_name_or_path": "distilbert/distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "E-Commerce",
"1": "Business/Corporate",
"2": "Forums",
"3": "News",
"4": "Travel",
"5": "Photography",
"6": "Computers and Technology",
"7": "Games",
"8": "Food",
"9": "Law and Government",
"10": "Sports",
"11": "Education",
"12": "Health and Fitness",
"13": "Social Networking and Messaging",
"14": "Streaming Services",
"15": "Politics/Government",
"16": "Fashion/Beauty",
"17": "Classical Music",
"18": "Politics/Law and Government",
"19": "Places/Locations"
},
"initializer_range": 0.02,
"label2id": {
"Business/Corporate": 1,
"Classical Music": 17,
"Computers and Technology": 6,
"E-Commerce": 0,
"Education": 11,
"Fashion/Beauty": 16,
"Food": 8,
"Forums": 2,
"Games": 7,
"Health and Fitness": 12,
"Law and Government": 9,
"News": 3,
"Photography": 5,
"Places/Locations": 19,
"Politics/Government": 15,
"Politics/Law and Government": 18,
"Social Networking and Messaging": 13,
"Sports": 10,
"Streaming Services": 14,
"Travel": 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.44.2",
"vocab_size": 30522
}