{ "activation": "gelu", "architectures": [ "DistilBertForJointIntentSlotFilling" ], "attention_dropout": 0.1, "dim": 768, "dropout": 0.1, "hidden_dim": 3072, "id2intent_label": { "0": "get_device_state", "1": "set_device_attribute", "2": "set_device_state" }, "id2label": { "0": "LABEL_0", "1": "LABEL_1", "2": "LABEL_2" }, "id2slot_label": { "0": "O", "1": "B-attribute_type", "2": "I-attribute_type", "3": "B-attribute_value", "4": "I-attribute_value", "5": "B-device_name", "6": "I-device_name", "7": "B-location", "8": "I-location", "9": "B-state", "10": "I-state" }, "initializer_range": 0.02, "intent_label2id": { "get_device_state": 0, "set_device_attribute": 1, "set_device_state": 2 }, "intent_loss_coef": 1.0, "label2id": { "LABEL_0": 0, "LABEL_1": 1, "LABEL_2": 2 }, "max_position_embeddings": 512, "model_type": "distilbert", "n_heads": 12, "n_layers": 6, "num_intent_labels": 3, "num_slot_labels": 11, "pad_token_id": 0, "qa_dropout": 0.1, "seq_classif_dropout": 0.2, "sinusoidal_pos_embds": false, "slot_label2id": { "B-attribute_type": 1, "B-attribute_value": 3, "B-device_name": 5, "B-location": 7, "B-state": 9, "I-attribute_type": 2, "I-attribute_value": 4, "I-device_name": 6, "I-location": 8, "I-state": 10, "O": 0 }, "slot_loss_coef": 1.0, "tie_weights_": true, "torch_dtype": "float32", "transformers_version": "4.51.3", "vocab_size": 30522 }