zhiguoxu commited on
Commit
fecf7ba
1 Parent(s): 547a6c0

Training completed!

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-chinese",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-17-want",
15
+ "2": "I-17-want",
16
+ "3": "B-18-not_want",
17
+ "4": "I-18-not_want",
18
+ "5": "B-20-quantifier",
19
+ "6": "I-20-quantifier",
20
+ "7": "B-28-have",
21
+ "8": "I-28-have",
22
+ "9": "B-29-not_have",
23
+ "10": "I-29-not_have",
24
+ "11": "B-30-highest_price",
25
+ "12": "I-30-highest_price",
26
+ "13": "B-31-lowest_price",
27
+ "14": "I-31-lowest_price",
28
+ "15": "B-32-most_popular",
29
+ "16": "I-32-most_popular",
30
+ "17": "B-34-number",
31
+ "18": "I-34-number",
32
+ "19": "B-35-ignore",
33
+ "20": "I-35-ignore",
34
+ "21": "B-36-split_food",
35
+ "22": "I-36-split_food",
36
+ "23": "B-38-and",
37
+ "24": "I-38-and",
38
+ "25": "B-39-add",
39
+ "26": "I-39-add",
40
+ "27": "B-41-not_add",
41
+ "28": "I-41-not_add",
42
+ "29": "B-42-query_exist",
43
+ "30": "I-42-query_exist",
44
+ "31": "B-43-nearby",
45
+ "32": "I-43-nearby"
46
+ },
47
+ "initializer_range": 0.02,
48
+ "intermediate_size": 3072,
49
+ "label2id": {
50
+ "B-17-want": 1,
51
+ "B-18-not_want": 3,
52
+ "B-20-quantifier": 5,
53
+ "B-28-have": 7,
54
+ "B-29-not_have": 9,
55
+ "B-30-highest_price": 11,
56
+ "B-31-lowest_price": 13,
57
+ "B-32-most_popular": 15,
58
+ "B-34-number": 17,
59
+ "B-35-ignore": 19,
60
+ "B-36-split_food": 21,
61
+ "B-38-and": 23,
62
+ "B-39-add": 25,
63
+ "B-41-not_add": 27,
64
+ "B-42-query_exist": 29,
65
+ "B-43-nearby": 31,
66
+ "I-17-want": 2,
67
+ "I-18-not_want": 4,
68
+ "I-20-quantifier": 6,
69
+ "I-28-have": 8,
70
+ "I-29-not_have": 10,
71
+ "I-30-highest_price": 12,
72
+ "I-31-lowest_price": 14,
73
+ "I-32-most_popular": 16,
74
+ "I-34-number": 18,
75
+ "I-35-ignore": 20,
76
+ "I-36-split_food": 22,
77
+ "I-38-and": 24,
78
+ "I-39-add": 26,
79
+ "I-41-not_add": 28,
80
+ "I-42-query_exist": 30,
81
+ "I-43-nearby": 32,
82
+ "O": 0
83
+ },
84
+ "layer_norm_eps": 1e-12,
85
+ "max_position_embeddings": 512,
86
+ "model_type": "bert",
87
+ "num_attention_heads": 12,
88
+ "num_hidden_layers": 12,
89
+ "pad_token_id": 0,
90
+ "pooler_fc_size": 768,
91
+ "pooler_num_attention_heads": 12,
92
+ "pooler_num_fc_layers": 3,
93
+ "pooler_size_per_head": 128,
94
+ "pooler_type": "first_token_transform",
95
+ "position_embedding_type": "absolute",
96
+ "torch_dtype": "float32",
97
+ "transformers_version": "4.18.0",
98
+ "type_vocab_size": 2,
99
+ "use_cache": true,
100
+ "vocab_size": 21128
101
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d4b9655cd8ff9179214c971ca538326c314c4ec7e7a368224b1dae858a3cc8a
3
+ size 406880177
runs/Nov20_16-25-29_uat/1668932745.9661877/events.out.tfevents.1668932745.uat.2753218.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e402b104b5d4cbc5560046f63a365cc8ff767e750fbef9cae857533defe904b7
3
+ size 4903
runs/Nov20_16-25-29_uat/events.out.tfevents.1668932745.uat.2753218.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1954494730a4f096b7d927fa8495608e73140f7d248626ecb2b2c3d05021da96
3
+ size 14901
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:74198beb5a5799171cfcc3369016d9d945e76d742f67f65bbf4a3f29354b6e89
3
+ size 3119
vocab.txt ADDED
The diff for this file is too large to render. See raw diff