|
{ |
|
"_name_or_path": "google-bert/bert-base-uncased", |
|
"architectures": [ |
|
"BertForSequenceClassification" |
|
], |
|
"attention_probs_dropout_prob": 0.1, |
|
"classifier_dropout": null, |
|
"gradient_checkpointing": false, |
|
"hidden_act": "gelu", |
|
"hidden_dropout_prob": 0.1, |
|
"hidden_size": 768, |
|
"id2label": { |
|
"0": "lightsOff", |
|
"1": "informationRequest", |
|
"2": "ecoMode", |
|
"3": "songInfo", |
|
"4": "Chatgpt", |
|
"5": "serviceRequest", |
|
"6": "unlockDoors", |
|
"7": "feelingCold", |
|
"8": "sportsMode", |
|
"9": "rightReadingLightOn", |
|
"10": "favorites", |
|
"11": "emergency", |
|
"12": "backCommand", |
|
"13": "leftReadingLightOff", |
|
"14": "rearLightsOn", |
|
"15": "feelingHot", |
|
"16": "lightsOn", |
|
"17": "windowDown", |
|
"18": "individualMode", |
|
"19": "leftReadingLightOn", |
|
"20": "lockDoors", |
|
"21": "volumeDecrease", |
|
"22": "windowUp", |
|
"23": "volumeIncrease", |
|
"24": "rearLightsOff", |
|
"25": "rightReadingLightOff" |
|
}, |
|
"initializer_range": 0.02, |
|
"intermediate_size": 3072, |
|
"label2id": { |
|
"Chatgpt": 4, |
|
"backCommand": 12, |
|
"ecoMode": 2, |
|
"emergency": 11, |
|
"favorites": 10, |
|
"feelingCold": 7, |
|
"feelingHot": 15, |
|
"individualMode": 18, |
|
"informationRequest": 1, |
|
"leftReadingLightOff": 13, |
|
"leftReadingLightOn": 19, |
|
"lightsOff": 0, |
|
"lightsOn": 16, |
|
"lockDoors": 20, |
|
"rearLightsOff": 24, |
|
"rearLightsOn": 14, |
|
"rightReadingLightOff": 25, |
|
"rightReadingLightOn": 9, |
|
"serviceRequest": 5, |
|
"songInfo": 3, |
|
"sportsMode": 8, |
|
"unlockDoors": 6, |
|
"volumeDecrease": 21, |
|
"volumeIncrease": 23, |
|
"windowDown": 17, |
|
"windowUp": 22 |
|
}, |
|
"layer_norm_eps": 1e-12, |
|
"max_position_embeddings": 512, |
|
"model_type": "bert", |
|
"num_attention_heads": 12, |
|
"num_hidden_layers": 12, |
|
"pad_token_id": 0, |
|
"position_embedding_type": "absolute", |
|
"problem_type": "single_label_classification", |
|
"torch_dtype": "float32", |
|
"transformers_version": "4.38.1", |
|
"type_vocab_size": 2, |
|
"use_cache": true, |
|
"vocab_size": 30522 |
|
} |
|
|