multi_balanced_model / config.json
SiriusW's picture
Training in progress, epoch 1
29dab0a verified
{
"_name_or_path": "distilbert/distilbert-base-uncased",
"activation": "gelu",
"architectures": [
"DistilBertForTokenClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "0",
"1": "I-River",
"2": "I-Waterfall",
"3": "I-Difficulty",
"4": "I-Length",
"5": "I-Gradient",
"6": "I-Accessibility",
"7": "I-Weather",
"8": "I-FamilyFriendly",
"9": "I-Parking",
"10": "I-Crowded",
"11": "I-TrailSurfaceCondition",
"12": "I-Event",
"13": "I-Cave",
"14": "I-BugCondition",
"15": "I-ChildFriendly",
"16": "I-EldersFriendly"
},
"initializer_range": 0.02,
"label2id": {
"0": 0,
"I-Accessibility": 6,
"I-BugCondition": 14,
"I-Cave": 13,
"I-ChildFriendly": 15,
"I-Crowded": 10,
"I-Difficulty": 3,
"I-EldersFriendly": 16,
"I-Event": 12,
"I-FamilyFriendly": 8,
"I-Gradient": 5,
"I-Length": 4,
"I-Parking": 9,
"I-River": 1,
"I-TrailSurfaceCondition": 11,
"I-Waterfall": 2,
"I-Weather": 7
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"pad_token_id": 0,
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.39.3",
"vocab_size": 30522
}