keefezowie commited on
Commit
fe2d03d
1 Parent(s): 7d2d29b

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "keefezowie/my_awesome_model",
3
+ "architectures": [
4
+ "MobileBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_activation": true,
8
+ "classifier_dropout": null,
9
+ "embedding_size": 128,
10
+ "hidden_act": "relu",
11
+ "hidden_dropout_prob": 0.0,
12
+ "hidden_size": 512,
13
+ "id2label": {
14
+ "0": "sadness",
15
+ "1": "joy",
16
+ "2": "love",
17
+ "3": "anger",
18
+ "4": "fear",
19
+ "5": "surprise"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 512,
23
+ "intra_bottleneck_size": 128,
24
+ "key_query_shared_bottleneck": true,
25
+ "label2id": {
26
+ "anger": 3,
27
+ "fear": 4,
28
+ "joy": 1,
29
+ "love": 2,
30
+ "sadness": 0,
31
+ "surprise": 5
32
+ },
33
+ "layer_norm_eps": 1e-12,
34
+ "max_length": 128,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "mobilebert",
37
+ "normalization_type": "no_norm",
38
+ "num_attention_heads": 4,
39
+ "num_feedforward_networks": 4,
40
+ "num_hidden_layers": 24,
41
+ "pad_token_id": 0,
42
+ "problem_type": "single_label_classification",
43
+ "torch_dtype": "float32",
44
+ "transformers_version": "4.35.0",
45
+ "trigram_input": true,
46
+ "true_hidden_size": 128,
47
+ "type_vocab_size": 2,
48
+ "use_bottleneck": true,
49
+ "use_bottleneck_attention": false,
50
+ "vocab_size": 30522
51
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a83f3fa208c8cc0eedc86811dc56dddf0d8b826280809d1838f0c5aeacb9b0cd
3
+ size 99529152
runs/Dec03_07-12-14_4f69d60c4b6d/events.out.tfevents.1701587535.4f69d60c4b6d.47.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6b8961bfe199e2e296ec288249e8f95b70d636f8b714314053cb3019b3c4808
3
+ size 4804
runs/Dec03_07-25-11_4f69d60c4b6d/events.out.tfevents.1701588311.4f69d60c4b6d.47.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbc7d139c6c6e2222846dc21597c3fcc99db0f2c8945d4399add97327758631f
3
+ size 4804
runs/Dec03_07-44-21_9768819581c0/events.out.tfevents.1701589467.9768819581c0.47.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65c0b7b59a2b91a90cd4c76623071c1538c6ece47a4685b5736422c0ce76ac89
3
+ size 5441
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,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_lower_case": true,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 1000000000000000019884624838656,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "MobileBertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08dae6696dbb8eb1d03dae80bf292d5a6a19580b3599c8fcc24127eae50da74a
3
+ size 4155
vocab.txt ADDED
The diff for this file is too large to render. See raw diff