senfu commited on
Commit
52307a9
·
1 Parent(s): a128817

Upload 9 files

Browse files
config.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/mnt/data/device-aware-bert/token_pruning/teachers/MRPC",
3
+ "architectures": [
4
+ "ToPBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "do_layer_distill": false,
9
+ "finetuning_task": "mrpc",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": 0,
16
+ "1": 1
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "0": 0,
22
+ "1": 1
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "bert",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "output_attentions": true,
30
+ "output_hidden_states": true,
31
+ "pad_token_id": 0,
32
+ "position_embedding_type": "absolute",
33
+ "pruned_heads": {
34
+ "0": [],
35
+ "1": [],
36
+ "2": [],
37
+ "3": [],
38
+ "4": [],
39
+ "5": [],
40
+ "6": [],
41
+ "7": [],
42
+ "8": [],
43
+ "9": [],
44
+ "10": [],
45
+ "11": []
46
+ },
47
+ "torch_dtype": "float32",
48
+ "transformers_version": "4.16.0",
49
+ "type_vocab_size": 2,
50
+ "use_cache": true,
51
+ "vocab_size": 30522
52
+ }
l0_module.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075742c3e5a7d96cae6e0f030dcc2e001bd676383731175d5c03331ac7856526
3
+ size 7067
mrpc-log.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:733093f0275bfeb78880c1bec76091896a42620c811fba10ab4b6a7df47bf6e3
3
+ size 438019245
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, "model_max_length": 512, "name_or_path": "/mnt/data/device-aware-bert/token_pruning/teachers/MRPC", "special_tokens_map_file": null, "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff
 
zs.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c677ced8443d88bf98382512995943354485b287f4d8cf71841039501794ad4a
3
+ size 2983