yihsuan commited on
Commit
2877da4
1 Parent(s): 7ab81f1

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ckiplab/albert-base-chinese",
3
+ "architectures": [
4
+ "AlbertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0,
7
+ "bos_token_id": 101,
8
+ "classifier_dropout_prob": 0.1,
9
+ "down_scale_factor": 1,
10
+ "embedding_size": 128,
11
+ "eos_token_id": 102,
12
+ "gap_size": 0,
13
+ "hidden_act": "relu",
14
+ "hidden_dropout_prob": 0,
15
+ "hidden_size": 768,
16
+ "id2label": {
17
+ "0": "LABEL_0",
18
+ "1": "LABEL_1",
19
+ "2": "LABEL_2",
20
+ "3": "LABEL_3",
21
+ "4": "LABEL_4",
22
+ "5": "LABEL_5",
23
+ "6": "LABEL_6",
24
+ "7": "LABEL_7",
25
+ "8": "LABEL_8"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "inner_group_num": 1,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "LABEL_0": 0,
32
+ "LABEL_1": 1,
33
+ "LABEL_2": 2,
34
+ "LABEL_3": 3,
35
+ "LABEL_4": 4,
36
+ "LABEL_5": 5,
37
+ "LABEL_6": 6,
38
+ "LABEL_7": 7,
39
+ "LABEL_8": 8
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "layers_to_keep": [],
43
+ "max_position_embeddings": 512,
44
+ "model_type": "albert",
45
+ "net_structure_type": 0,
46
+ "num_attention_heads": 12,
47
+ "num_hidden_groups": 1,
48
+ "num_hidden_layers": 12,
49
+ "num_memory_blocks": 0,
50
+ "pad_token_id": 0,
51
+ "position_embedding_type": "absolute",
52
+ "tokenizer_class": "BertTokenizerFast",
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.18.0",
55
+ "type_vocab_size": 2,
56
+ "vocab_size": 21128
57
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb3b779d7832c39c373e174f4b76d9b10d193b71c2e62367bc79ca49640eaa87
3
+ size 39869527
runs/Apr07_01-39-24_0d03b3945a6b/1649295598.6491482/events.out.tfevents.1649295598.0d03b3945a6b.187.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9a22b545e63a2e8677849e9d7d89618dc6da3e267e2e0e3565a9848b3f4f176
3
+ size 4908
runs/Apr07_01-39-24_0d03b3945a6b/events.out.tfevents.1649295598.0d03b3945a6b.187.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc6735c20fd365fd123a331b4ab7a2739f88c37fc8dbf5065002040edb630135
3
+ size 4641
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": false, "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, "special_tokens_map_file": null, "name_or_path": "bert-base-chinese", "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66d74bf9379488cc46d3028f2e9ef20789ff5b8a591c946e0824912293ea93f4
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff