WilliamStar commited on
Commit
f90f1c2
1 Parent(s): 3f7863b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "NEGATIVE",
13
+ "1": "POSITIVE"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_groups": 4,
17
+ "intermediate_size": 3072,
18
+ "k_groups": 4,
19
+ "label2id": {
20
+ "NEGATIVE": 0,
21
+ "POSITIVE": 1
22
+ },
23
+ "layer_norm_eps": 1e-12,
24
+ "max_position_embeddings": 512,
25
+ "model_type": "squeezebert",
26
+ "num_attention_heads": 12,
27
+ "num_hidden_layers": 12,
28
+ "output_groups": 4,
29
+ "pad_token_id": 0,
30
+ "post_attention_groups": 1,
31
+ "problem_type": "single_label_classification",
32
+ "q_groups": 4,
33
+ "torch_dtype": "float32",
34
+ "transformers_version": "4.30.0",
35
+ "type_vocab_size": 2,
36
+ "v_groups": 4,
37
+ "vocab_size": 30528
38
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e489afef8b1c207167557023fe958d0e2cf486502ebcbc503dcd5330548e0759
3
+ size 204457906
runs/Apr27_03-35-28_cee99efa736c/events.out.tfevents.1714188933.cee99efa736c.2610.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03bfa8e719184f68a674913ab021cc76a432892c68ed817bf7ae16c1a6dcf15d
3
+ size 4243
runs/Apr27_03-42-43_cee99efa736c/events.out.tfevents.1714189367.cee99efa736c.5989.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37712b78507a32296c46ba34ec5605140c68484ecf04fdcaa313e724ec1b15cb
3
+ size 4431
runs/Apr27_03-49-56_cee99efa736c/events.out.tfevents.1714189799.cee99efa736c.5989.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c45254b4b75e395dbde32892c16ac6eea1cf1984cb8189f39e72f24102003f5
3
+ size 4962
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:bbd635016e63e6293f346a7903351f7ba7e9d4e669da6e2e4ffbca1840bb9287
3
+ size 4408
vocab.txt ADDED
The diff for this file is too large to render. See raw diff