morganchen1007 commited on
Commit
122cadd
·
1 Parent(s): 0d5e5a9

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "ckiplab/bert-base-chinese-ner",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "gradient_checkpointing": false,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "B-AUTHOR",
15
+ "1": "I-AUTHOR",
16
+ "2": "B-PUBYEAR",
17
+ "3": "I-PUBYEAR",
18
+ "4": "B-TITLE",
19
+ "5": "I-TITLE",
20
+ "6": "B-SOURCE",
21
+ "7": "I-SOURCE",
22
+ "8": "B-SPAGE",
23
+ "9": "I-SPAGE",
24
+ "10": "O"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 3072,
28
+ "label2id": {
29
+ "B-AUTHOR": 0,
30
+ "B-PUBYEAR": 2,
31
+ "B-SOURCE": 6,
32
+ "B-SPAGE": 8,
33
+ "B-TITLE": 4,
34
+ "I-AUTHOR": 1,
35
+ "I-PUBYEAR": 3,
36
+ "I-SOURCE": 7,
37
+ "I-SPAGE": 9,
38
+ "I-TITLE": 5,
39
+ "O": 10
40
+ },
41
+ "layer_norm_eps": 1e-12,
42
+ "max_position_embeddings": 512,
43
+ "model_type": "bert",
44
+ "num_attention_heads": 12,
45
+ "num_hidden_layers": 12,
46
+ "pad_token_id": 0,
47
+ "pooler_fc_size": 768,
48
+ "pooler_num_attention_heads": 12,
49
+ "pooler_num_fc_layers": 3,
50
+ "pooler_size_per_head": 128,
51
+ "pooler_type": "first_token_transform",
52
+ "position_embedding_type": "absolute",
53
+ "tokenizer_class": "BertTokenizerFast",
54
+ "torch_dtype": "float32",
55
+ "transformers_version": "4.20.1",
56
+ "type_vocab_size": 2,
57
+ "use_cache": true,
58
+ "vocab_size": 21128
59
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26f477039daecc98b1cc1b0b0d69de5f5faa7487c5176fa1d1babef23499a013
3
+ size 406814189
runs/Mar01_14-54-51_tensorflow05/1677653726.2663422/events.out.tfevents.1677653726.tensorflow05.15656.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c98e06b8cbd82331b872b5fe786955bb1db118bff38871e38dde1765e85fdb24
3
+ size 5500
runs/Mar01_14-54-51_tensorflow05/events.out.tfevents.1677653726.tensorflow05.15656.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f62724f5d76793d8f0b34a300ffcd531bdf4bf5f1e4bebb185136991706f592d
3
+ size 4655
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
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "name_or_path": "bert-base-chinese",
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:f861dac16ebc0ea8b47c91c5bfced31ce6b5c7e79b013aeb7c2073654a99efa9
3
+ size 3451
vocab.txt ADDED
The diff for this file is too large to render. See raw diff