Siyam commited on
Commit
1349122
1 Parent(s): 90d4a08

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "prajjwal1/bert-tiny",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 128,
11
+ "id2label": {
12
+ "0": "lightsOff",
13
+ "1": "informationRequest",
14
+ "2": "ecoMode",
15
+ "3": "songInfo",
16
+ "4": "Chatgpt",
17
+ "5": "serviceRequest",
18
+ "6": "unlockDoors",
19
+ "7": "feelingCold",
20
+ "8": "sportsMode",
21
+ "9": "rightReadingLightOn",
22
+ "10": "favorites",
23
+ "11": "emergency",
24
+ "12": "backCommand",
25
+ "13": "leftReadingLightOff",
26
+ "14": "rearLightsOn",
27
+ "15": "feelingHot",
28
+ "16": "lightsOn",
29
+ "17": "windowDown",
30
+ "18": "individualMode",
31
+ "19": "leftReadingLightOn",
32
+ "20": "lockDoors",
33
+ "21": "volumeDecrease",
34
+ "22": "windowUp",
35
+ "23": "volumeIncrease",
36
+ "24": "rearLightsOff",
37
+ "25": "rightReadingLightOff"
38
+ },
39
+ "initializer_range": 0.02,
40
+ "intermediate_size": 512,
41
+ "label2id": {
42
+ "Chatgpt": 4,
43
+ "backCommand": 12,
44
+ "ecoMode": 2,
45
+ "emergency": 11,
46
+ "favorites": 10,
47
+ "feelingCold": 7,
48
+ "feelingHot": 15,
49
+ "individualMode": 18,
50
+ "informationRequest": 1,
51
+ "leftReadingLightOff": 13,
52
+ "leftReadingLightOn": 19,
53
+ "lightsOff": 0,
54
+ "lightsOn": 16,
55
+ "lockDoors": 20,
56
+ "rearLightsOff": 24,
57
+ "rearLightsOn": 14,
58
+ "rightReadingLightOff": 25,
59
+ "rightReadingLightOn": 9,
60
+ "serviceRequest": 5,
61
+ "songInfo": 3,
62
+ "sportsMode": 8,
63
+ "unlockDoors": 6,
64
+ "volumeDecrease": 21,
65
+ "volumeIncrease": 23,
66
+ "windowDown": 17,
67
+ "windowUp": 22
68
+ },
69
+ "layer_norm_eps": 1e-12,
70
+ "max_position_embeddings": 512,
71
+ "model_type": "bert",
72
+ "num_attention_heads": 2,
73
+ "num_hidden_layers": 2,
74
+ "pad_token_id": 0,
75
+ "position_embedding_type": "absolute",
76
+ "problem_type": "single_label_classification",
77
+ "torch_dtype": "float32",
78
+ "transformers_version": "4.38.1",
79
+ "type_vocab_size": 2,
80
+ "use_cache": true,
81
+ "vocab_size": 30522
82
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f70262639bd94f591a1479589a4cd28d0fa752c213fbbac71f728896e14d6fa8
3
+ size 17561696
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_basic_tokenize": true,
47
+ "do_lower_case": true,
48
+ "mask_token": "[MASK]",
49
+ "max_length": 512,
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "never_split": null,
52
+ "pad_token": "[PAD]",
53
+ "sep_token": "[SEP]",
54
+ "strip_accents": null,
55
+ "tokenize_chinese_chars": true,
56
+ "tokenizer_class": "BertTokenizer",
57
+ "unk_token": "[UNK]"
58
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6552566d51c4c4fc7a5fe36b6f447a6f21f21c4122bfc996541a76b17d9e88ed
3
+ size 4856
vocab.txt ADDED
The diff for this file is too large to render. See raw diff