| { |
| "_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_airfare#atis_flight", |
| "1": "atis_abbreviation", |
| "2": "atis_distance", |
| "3": "atis_aircraft#atis_flight#atis_flight_no", |
| "4": "atis_flight#atis_airline", |
| "5": "atis_aircraft", |
| "6": "atis_airfare", |
| "7": "atis_airport", |
| "8": "atis_flight_time", |
| "9": "atis_day_name", |
| "10": "atis_flight#atis_airfare", |
| "11": "atis_airline#atis_flight_no", |
| "12": "atis_airline", |
| "13": "atis_flight", |
| "14": "atis_capacity", |
| "15": "atis_meal", |
| "16": "atis_cheapest", |
| "17": "atis_quantity", |
| "18": "atis_flight_no#atis_airline", |
| "19": "atis_city", |
| "20": "atis_restriction", |
| "21": "atis_airfare#atis_flight_time", |
| "22": "atis_flight_no", |
| "23": "atis_ground_fare", |
| "24": "atis_ground_service#atis_ground_fare", |
| "25": "atis_ground_service" |
| }, |
| "initializer_range": 0.02, |
| "label2id": { |
| "atis_abbreviation": 1, |
| "atis_aircraft": 5, |
| "atis_aircraft#atis_flight#atis_flight_no": 3, |
| "atis_airfare": 6, |
| "atis_airfare#atis_flight": 0, |
| "atis_airfare#atis_flight_time": 21, |
| "atis_airline": 12, |
| "atis_airline#atis_flight_no": 11, |
| "atis_airport": 7, |
| "atis_capacity": 14, |
| "atis_cheapest": 16, |
| "atis_city": 19, |
| "atis_day_name": 9, |
| "atis_distance": 2, |
| "atis_flight": 13, |
| "atis_flight#atis_airfare": 10, |
| "atis_flight#atis_airline": 4, |
| "atis_flight_no": 22, |
| "atis_flight_no#atis_airline": 18, |
| "atis_flight_time": 8, |
| "atis_ground_fare": 23, |
| "atis_ground_service": 25, |
| "atis_ground_service#atis_ground_fare": 24, |
| "atis_meal": 15, |
| "atis_quantity": 17, |
| "atis_restriction": 20 |
| }, |
| "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 |
| } |
|
|