kktoto commited on
Commit
8c48733
·
1 Parent(s): 27c9c51

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": "EXCLAMATION"
19
+ },
20
+ "initializer_range": 0.02,
21
+ "intermediate_size": 1200,
22
+ "label2id": {
23
+ "B-COMMA": "1",
24
+ "B-PERIOD": "2",
25
+ "B-QUEST_MARK": "3",
26
+ "EXCLAMATION": "4",
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:1b38b99511b93f99a7aec7bedd43b1a54de26c2bac8353b4eeb4909cc22cc9a9
3
+ size 45319309
runs/Jun22_06-38-36_8bda1e837e44/1655879959.5326173/events.out.tfevents.1655879959.8bda1e837e44.76.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5764205b61334466a0186d1bdc71b0e374a5877218dac29bbc7590f4f00d951
3
+ size 5317
runs/Jun22_06-38-36_8bda1e837e44/events.out.tfevents.1655879959.8bda1e837e44.76.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0257eb4a2d88fa0c263dc2308cde35525bb85f52e29823ec2a9b4662df2fc66a
3
+ size 4044
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:685596f23fed6e7753153bd6311e4f1dfdd0b8b33230e6c1c992c922f3574bb3
3
+ size 3311
vocab.txt ADDED
The diff for this file is too large to render. See raw diff