nan1185 commited on
Commit
3cc1d75
·
verified ·
1 Parent(s): 23a7416

Upload 5 files

Browse files
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": null,
8
+ "classifier_dropout": null,
9
+ "directionality": "bidi",
10
+ "dtype": "float32",
11
+ "eos_token_id": null,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.1,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "B-FOOD",
17
+ "1": "B-NOTE",
18
+ "2": "B-PHONE",
19
+ "3": "B-PLACE",
20
+ "4": "B-PRICE",
21
+ "5": "B-QUANTITY",
22
+ "6": "B-TIME",
23
+ "7": "I-FOOD",
24
+ "8": "I-NOTE",
25
+ "9": "I-PHONE",
26
+ "10": "I-PLACE",
27
+ "11": "I-QUANTITY",
28
+ "12": "I-TIME",
29
+ "13": "O"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "is_decoder": false,
34
+ "label2id": {
35
+ "B-FOOD": 0,
36
+ "B-NOTE": 1,
37
+ "B-PHONE": 2,
38
+ "B-PLACE": 3,
39
+ "B-PRICE": 4,
40
+ "B-QUANTITY": 5,
41
+ "B-TIME": 6,
42
+ "I-FOOD": 7,
43
+ "I-NOTE": 8,
44
+ "I-PHONE": 9,
45
+ "I-PLACE": 10,
46
+ "I-QUANTITY": 11,
47
+ "I-TIME": 12,
48
+ "O": 13
49
+ },
50
+ "layer_norm_eps": 1e-12,
51
+ "max_position_embeddings": 512,
52
+ "model_type": "bert",
53
+ "num_attention_heads": 12,
54
+ "num_hidden_layers": 12,
55
+ "pad_token_id": 0,
56
+ "pooler_fc_size": 768,
57
+ "pooler_num_attention_heads": 12,
58
+ "pooler_num_fc_layers": 3,
59
+ "pooler_size_per_head": 128,
60
+ "pooler_type": "first_token_transform",
61
+ "tie_word_embeddings": true,
62
+ "transformers_version": "5.0.0",
63
+ "type_vocab_size": 2,
64
+ "use_cache": false,
65
+ "vocab_size": 119547
66
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5d86fa15a6d9d96911deb0f30b1f1ed5ffa7c133c80163c5502230b444eb934
3
+ size 709117792
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 512,
8
+ "pad_token": "[PAD]",
9
+ "sep_token": "[SEP]",
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df88c8b54b8b8dd0ddb403d6d45f34e3e1087bf8cf0a3bed736c73f85c24dad1
3
+ size 5201