File size: 2,039 Bytes
8e2415f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
  "_name_or_path": "s61_model",
  "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
}