kktoto commited on
Commit
dc73054
·
1 Parent(s): d93b1c9

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": "O",
15
+ "1": "B-COMMA",
16
+ "2": "B-PERIOD",
17
+ "3": "B-QUEST_MARK",
18
+ "4": "B-EXCLAMATION"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 1200,
22
+ "label2id": {
23
+ "B-COMMA": "1",
24
+ "B-EXCLAMATION": "4",
25
+ "B-PERIOD": "2",
26
+ "B-QUEST_MARK": "3",
27
+ "O": "0"
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.20.1",
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:211afe589cd72941291ba7dc19f2026b6281b6d81b5ebe0094b01f7d1a6e3939
3
+ size 45319309
runs/Jun28_02-42-34_0137835c23f1/1656384180.408732/events.out.tfevents.1656384180.0137835c23f1.83.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3092858e130eeb49d34e68654daadf36c49f049933a5b4f5d21acfac68fda03
3
+ size 5323
runs/Jun28_02-42-34_0137835c23f1/events.out.tfevents.1656384180.0137835c23f1.83.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b565ea4c85604767a8aad38bc87e44db6c34c79b0cc883b6fed83a9a0543f8cc
3
+ size 4054
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,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "name_or_path": "/content/gdrive/MyDrive/0531_tinybert/tinybert_model",
7
+ "never_split": null,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "special_tokens_map_file": null,
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49f9d90a02e414d93dd916b11f51c516da06aed3f2044a52c6cdcce4f766f39e
3
+ size 3311
vocab.txt ADDED
The diff for this file is too large to render. See raw diff