| { | |
| "_name_or_path": "distilbert-base-uncased", | |
| "activation": "gelu", | |
| "architectures": [ | |
| "DistilBertForSequenceClassification" | |
| ], | |
| "attention_dropout": 0.1, | |
| "dim": 768, | |
| "dropout": 0.1, | |
| "hidden_dim": 3072, | |
| "id2label": { | |
| "0": "atis_capacity", | |
| "1": "atis_airfare#atis_flight", | |
| "2": "atis_quantity", | |
| "3": "atis_flight#atis_airline", | |
| "4": "atis_city", | |
| "5": "atis_aircraft", | |
| "6": "atis_cheapest", | |
| "7": "atis_restriction", | |
| "8": "atis_airline#atis_flight_no", | |
| "9": "atis_ground_service", | |
| "10": "atis_airfare", | |
| "11": "atis_distance", | |
| "12": "atis_flight_no", | |
| "13": "atis_flight#atis_airfare", | |
| "14": "atis_aircraft#atis_flight#atis_flight_no", | |
| "15": "atis_ground_service#atis_ground_fare", | |
| "16": "atis_ground_fare", | |
| "17": "atis_airline", | |
| "18": "atis_airport", | |
| "19": "atis_flight", | |
| "20": "atis_abbreviation", | |
| "21": "atis_airfare#atis_flight_time", | |
| "22": "atis_flight_no#atis_airline", | |
| "23": "atis_flight_time", | |
| "24": "atis_meal", | |
| "25": "atis_day_name" | |
| }, | |
| "initializer_range": 0.02, | |
| "label2id": { | |
| "atis_abbreviation": 20, | |
| "atis_aircraft": 5, | |
| "atis_aircraft#atis_flight#atis_flight_no": 14, | |
| "atis_airfare": 10, | |
| "atis_airfare#atis_flight": 1, | |
| "atis_airfare#atis_flight_time": 21, | |
| "atis_airline": 17, | |
| "atis_airline#atis_flight_no": 8, | |
| "atis_airport": 18, | |
| "atis_capacity": 0, | |
| "atis_cheapest": 6, | |
| "atis_city": 4, | |
| "atis_day_name": 25, | |
| "atis_distance": 11, | |
| "atis_flight": 19, | |
| "atis_flight#atis_airfare": 13, | |
| "atis_flight#atis_airline": 3, | |
| "atis_flight_no": 12, | |
| "atis_flight_no#atis_airline": 22, | |
| "atis_flight_time": 23, | |
| "atis_ground_fare": 16, | |
| "atis_ground_service": 9, | |
| "atis_ground_service#atis_ground_fare": 15, | |
| "atis_meal": 24, | |
| "atis_quantity": 2, | |
| "atis_restriction": 7 | |
| }, | |
| "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.0", | |
| "vocab_size": 30522 | |
| } | |