AR04 commited on
Commit
439ef2b
·
verified ·
1 Parent(s): 1b9f5ae

Upload folder using huggingface_hub

Browse files
config.json ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MobileBertForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "classifier_activation": false,
7
+ "classifier_dropout": null,
8
+ "dtype": "float32",
9
+ "embedding_size": 128,
10
+ "hidden_act": "relu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 512,
13
+ "id2label": {
14
+ "0": "admiration",
15
+ "1": "amusement",
16
+ "2": "anger",
17
+ "3": "annoyance",
18
+ "4": "approval",
19
+ "5": "caring",
20
+ "6": "confusion",
21
+ "7": "curiosity",
22
+ "8": "desire",
23
+ "9": "disappointment",
24
+ "10": "disapproval",
25
+ "11": "disgust",
26
+ "12": "embarrassment",
27
+ "13": "excitement",
28
+ "14": "fear",
29
+ "15": "gratitude",
30
+ "16": "grief",
31
+ "17": "joy",
32
+ "18": "love",
33
+ "19": "nervousness",
34
+ "20": "optimism",
35
+ "21": "pride",
36
+ "22": "realization",
37
+ "23": "relief",
38
+ "24": "remorse",
39
+ "25": "sadness",
40
+ "26": "surprise",
41
+ "27": "neutral"
42
+ },
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 512,
45
+ "intra_bottleneck_size": 128,
46
+ "key_query_shared_bottleneck": true,
47
+ "label2id": {
48
+ "admiration": 0,
49
+ "amusement": 1,
50
+ "anger": 2,
51
+ "annoyance": 3,
52
+ "approval": 4,
53
+ "caring": 5,
54
+ "confusion": 6,
55
+ "curiosity": 7,
56
+ "desire": 8,
57
+ "disappointment": 9,
58
+ "disapproval": 10,
59
+ "disgust": 11,
60
+ "embarrassment": 12,
61
+ "excitement": 13,
62
+ "fear": 14,
63
+ "gratitude": 15,
64
+ "grief": 16,
65
+ "joy": 17,
66
+ "love": 18,
67
+ "nervousness": 19,
68
+ "neutral": 27,
69
+ "optimism": 20,
70
+ "pride": 21,
71
+ "realization": 22,
72
+ "relief": 23,
73
+ "remorse": 24,
74
+ "sadness": 25,
75
+ "surprise": 26
76
+ },
77
+ "layer_norm_eps": 1e-12,
78
+ "max_position_embeddings": 512,
79
+ "model_type": "mobilebert",
80
+ "normalization_type": "no_norm",
81
+ "num_attention_heads": 4,
82
+ "num_feedforward_networks": 4,
83
+ "num_hidden_layers": 24,
84
+ "pad_token_id": 0,
85
+ "problem_type": "multi_label_classification",
86
+ "transformers_version": "4.56.1",
87
+ "trigram_input": true,
88
+ "true_hidden_size": 128,
89
+ "type_vocab_size": 2,
90
+ "use_bottleneck": true,
91
+ "use_bottleneck_attention": false,
92
+ "vocab_size": 30522
93
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a078c03b87947c51b95553bc81566f2cba6837a7eff6821bc190d6750381219
3
+ size 98523480
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,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": false,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": true,
47
+ "extra_special_tokens": {},
48
+ "mask_token": "[MASK]",
49
+ "model_max_length": 1000000000000000019884624838656,
50
+ "pad_token": "[PAD]",
51
+ "sep_token": "[SEP]",
52
+ "strip_accents": null,
53
+ "tokenize_chinese_chars": true,
54
+ "tokenizer_class": "MobileBertTokenizer",
55
+ "unk_token": "[UNK]"
56
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7195228067cdfb8ef4cee970f6be805faac3e5ff5e72d0d1d667ce317abe4e7
3
+ size 5777
vocab.txt ADDED
The diff for this file is too large to render. See raw diff