Jinawei commited on
Commit
e8fde6d
·
1 Parent(s): cdaf75f

Upload 8 files

Browse files
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home.local/jianwei/workspace/archive/SparseOptimizer/output/Layer_7_12_Hid_160_768_Head_10_12_IMRatio_3.5",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 160,
9
+ "finetuning_task": "qnli",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 160,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 560,
16
+ "layer_norm_eps": 1e-12,
17
+ "max_position_embeddings": 512,
18
+ "model_type": "bert",
19
+ "num_attention_heads": 10,
20
+ "num_hidden_layers": 7,
21
+ "output_intermediate": true,
22
+ "output_past": true,
23
+ "pad_token_id": 0,
24
+ "position_embedding_type": "absolute",
25
+ "problem_type": "single_label_classification",
26
+ "torch_dtype": "float32",
27
+ "transformers_version": "4.17.0",
28
+ "type_vocab_size": 2,
29
+ "use_cache": true,
30
+ "vocab_size": 30522
31
+ }
log_bs32_lr3e-05_20221124_035431_929513.txt ADDED
The diff for this file is too large to render. See raw diff
 
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29fa98684b218bc62dea3d735043587f78d74d5e011ecfc95ac46f9470dd93e6
3
+ size 34299149
result.txt ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {'accuracy': 0.8171334431630972}
2
+ {'accuracy': 0.814936847885777}
3
+ {'accuracy': 0.8509976203551163}
4
+ {'accuracy': 0.866190737689914}
5
+ {'accuracy': 0.8643602416254805}
6
+ {'accuracy': 0.8636280431997071}
7
+ {'accuracy': 0.8581365550064067}
8
+ {'accuracy': 0.8577704557935201}
9
+ {'accuracy': 0.8486179754713528}
10
+ {'accuracy': 0.8553908109097565}
11
+ {'accuracy': 0.8548416620904266}
12
+ {'accuracy': 0.8480688266520227}
13
+ {'accuracy': 0.8513637195680029}
14
+ {'accuracy': 0.8438586857038257}
15
+ {'accuracy': 0.8466044298004759}
16
+ {'accuracy': 0.8491671242906828}
17
+ {'accuracy': 0.8493501738971261}
18
+ {'accuracy': 0.833424858136555}
19
+ {'accuracy': 0.8444078345231558}
20
+ {'accuracy': 0.841845140032949}
21
+ {'accuracy': 0.8438586857038257}
22
+ {'accuracy': 0.8466044298004759}
23
+ {'accuracy': 0.8488010250777961}
24
+ {'accuracy': 0.8488010250777961}
25
+ {'accuracy': 0.8226249313563976}
26
+ {'accuracy': 0.829214717188358}
27
+ {'accuracy': 0.8478857770455793}
28
+ {'accuracy': 0.8414790408200622}
29
+ {'accuracy': 0.8484349258649094}
30
+ {'accuracy': 0.833424858136555}
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "do_basic_tokenize": true, "model_max_length": 512, "name_or_path": "/home.local/jianwei/workspace/archive/SparseOptimizer/output/Layer_7_12_Hid_160_768_Head_10_12_IMRatio_3.5", "never_split": null, "special_tokens_map_file": "/home.local/jianwei/.cache/huggingface/transformers/b680d52711d2451bbd6c6b1700365d6d731977c1357ae86bd7227f61145d3be2.dd8bd9bfd3664b530ea4e645105f557769387b3da9f79bdb55ed556bdd80611d", "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff