DunnBC22 commited on
Commit
1f1cc13
1 Parent(s): 9ca871d

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "squeezebert/squeezebert-uncased",
3
+ "architectures": [
4
+ "SqueezeBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "embedding_size": 768,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_groups": 4,
19
+ "intermediate_size": 3072,
20
+ "k_groups": 4,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "max_position_embeddings": 512,
29
+ "model_type": "squeezebert",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "output_groups": 4,
33
+ "pad_token_id": 0,
34
+ "post_attention_groups": 1,
35
+ "problem_type": "single_label_classification",
36
+ "q_groups": 4,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.28.1",
39
+ "type_vocab_size": 2,
40
+ "v_groups": 4,
41
+ "vocab_size": 30528
42
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3abcaa2607207c13f059bd1fd47af2b39cd03e28f78d603d6975d3f74fa6c159
3
+ size 204460789
runs/Jun06_15-23-02_Brians-Mac-mini/1686082988.7151349/events.out.tfevents.1686082988.Brians-Mac-mini.65964.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5aa5f9d00942b3799eadbde10553bc949a5f01b194d3ebae909b7b9a574330a
3
+ size 5928
runs/Jun06_15-23-02_Brians-Mac-mini/events.out.tfevents.1686082988.Brians-Mac-mini.65964.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:369705bdca45ea8b2c65f896316306568d9098210d9b1e01530e052fe653b6a6
3
+ size 5383
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,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "SqueezeBertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abdf7f78d11b08d4f1313821ab6248e939304d55480ae35c806690a83fd7b32c
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff