| { | |
| "_name_or_path": "distilbert-base-uncased", | |
| "activation": "gelu", | |
| "architectures": [ | |
| "DistilBertForSequenceClassification" | |
| ], | |
| "attention_dropout": 0.1, | |
| "dim": 768, | |
| "dropout": 0.1, | |
| "hidden_dim": 3072, | |
| "id2label": { | |
| "0": "genre", | |
| "1": "related", | |
| "2": "PII", | |
| "3": "request", | |
| "4": "offer", | |
| "5": "aid_related", | |
| "6": "medical_help", | |
| "7": "medical_products", | |
| "8": "search_and_rescue", | |
| "9": "security", | |
| "10": "military", | |
| "11": "child_alone", | |
| "12": "water", | |
| "13": "food", | |
| "14": "shelter", | |
| "15": "clothing", | |
| "16": "money", | |
| "17": "missing_people", | |
| "18": "refugees", | |
| "19": "death", | |
| "20": "other_aid", | |
| "21": "infrastructure_related", | |
| "22": "transport", | |
| "23": "buildings", | |
| "24": "electricity", | |
| "25": "tools", | |
| "26": "hospitals", | |
| "27": "shops", | |
| "28": "aid_centers", | |
| "29": "other_infrastructure", | |
| "30": "weather_related", | |
| "31": "floods", | |
| "32": "storm", | |
| "33": "fire", | |
| "34": "earthquake", | |
| "35": "cold", | |
| "36": "other_weather", | |
| "37": "direct_report" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "PII": 2, | |
| "aid_centers": 28, | |
| "aid_related": 5, | |
| "buildings": 23, | |
| "child_alone": 11, | |
| "clothing": 15, | |
| "cold": 35, | |
| "death": 19, | |
| "direct_report": 37, | |
| "earthquake": 34, | |
| "electricity": 24, | |
| "fire": 33, | |
| "floods": 31, | |
| "food": 13, | |
| "genre": 0, | |
| "hospitals": 26, | |
| "infrastructure_related": 21, | |
| "medical_help": 6, | |
| "medical_products": 7, | |
| "military": 10, | |
| "missing_people": 17, | |
| "money": 16, | |
| "offer": 4, | |
| "other_aid": 20, | |
| "other_infrastructure": 29, | |
| "other_weather": 36, | |
| "refugees": 18, | |
| "related": 1, | |
| "request": 3, | |
| "search_and_rescue": 8, | |
| "security": 9, | |
| "shelter": 14, | |
| "shops": 27, | |
| "storm": 32, | |
| "tools": 25, | |
| "transport": 22, | |
| "water": 12, | |
| "weather_related": 30 | |
| }, | |
| "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": false, | |
| "tie_weights_": true, | |
| "torch_dtype": "float32", | |
| "transformers_version": "4.40.2", | |
| "vocab_size": 30522 | |
| } | |