kktoto commited on
Commit
2f48fb3
·
1 Parent(s): 1143996

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/gdrive/MyDrive/0531_tinybert/tinybert_model",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "cell": {},
8
+ "classifier_dropout": null,
9
+ "emb_size": 312,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 312,
13
+ "id2label": {
14
+ "0": "NORM",
15
+ "1": "COMMA",
16
+ "2": "PERIOD",
17
+ "3": "QUEST_MARK",
18
+ "4": "EXCLAMATION"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 1200,
22
+ "label2id": {
23
+ "COMMA": "1",
24
+ "EXCLAMATION": "4",
25
+ "NORM": "0",
26
+ "PERIOD": "2",
27
+ "QUEST_MARK": "3"
28
+ },
29
+ "layer_norm_eps": 1e-12,
30
+ "max_position_embeddings": 512,
31
+ "model_type": "bert",
32
+ "num_attention_heads": 12,
33
+ "num_hidden_layers": 4,
34
+ "pad_token_id": 0,
35
+ "position_embedding_type": "absolute",
36
+ "pre_trained": "",
37
+ "structure": [],
38
+ "torch_dtype": "float32",
39
+ "training": "",
40
+ "transformers_version": "4.19.2",
41
+ "type_vocab_size": 2,
42
+ "use_cache": true,
43
+ "vocab_size": 21128
44
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea171142773f1b9ea11ce563484fd840232dfaf100d0b3186a8caa364247d630
3
+ size 45319309
runs/Jun02_02-20-50_27092483c5cf/1654136474.4874542/events.out.tfevents.1654136474.27092483c5cf.86.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa46b829e9db1efa83ff3c4d3162be0909716ac36052fe34fa046278fd19a21b
3
+ size 5169
runs/Jun02_02-20-50_27092483c5cf/events.out.tfevents.1654136474.27092483c5cf.86.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ac0c7ecd29daa79c30fe3e7e6122f7e82246c6e2388c3c847d514575daa33cc
3
+ size 3957
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, "special_tokens_map_file": null, "name_or_path": "/content/gdrive/MyDrive/0531_tinybert/tinybert_model/", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af20066e3d463624ba4e2268ae8a0605eabd0c5f002235509af83c353808a376
3
+ size 3183
vocab.txt ADDED
The diff for this file is too large to render. See raw diff