b3x0m commited on
Commit
c6a4134
β€’
1 Parent(s): d06d8a8

Upload 5 files

Browse files
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-TIM",
15
+ "2": "I-TIM",
16
+ "3": "B-PER",
17
+ "4": "I-PER",
18
+ "5": "B-LOC",
19
+ "6": "I-LOC",
20
+ "7": "B-ORG",
21
+ "8": "I-ORG",
22
+ "9": "B-ETC",
23
+ "10": "I-ETC",
24
+ "11": "B-MET",
25
+ "12": "I-MET",
26
+ "13": "B-ABS",
27
+ "14": "I-ABS"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "B-ABS": 13,
33
+ "B-ETC": 9,
34
+ "B-LOC": 5,
35
+ "B-MET": 11,
36
+ "B-ORG": 7,
37
+ "B-PER": 3,
38
+ "B-TIM": 1,
39
+ "I-ABS": 14,
40
+ "I-ETC": 10,
41
+ "I-LOC": 6,
42
+ "I-MET": 12,
43
+ "I-ORG": 8,
44
+ "I-PER": 4,
45
+ "I-TIM": 2,
46
+ "O": 0
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "max_position_embeddings": 512,
50
+ "model_type": "bert",
51
+ "num_attention_heads": 12,
52
+ "num_hidden_layers": 12,
53
+ "pad_token_id": 0,
54
+ "pooler_fc_size": 768,
55
+ "pooler_num_attention_heads": 12,
56
+ "pooler_num_fc_layers": 3,
57
+ "pooler_size_per_head": 128,
58
+ "pooler_type": "first_token_transform",
59
+ "position_embedding_type": "absolute",
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.21.3",
62
+ "type_vocab_size": 2,
63
+ "use_cache": true,
64
+ "vocab_size": 21128
65
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a84c3b275e492fdf096d2c5d0e322e63b7c8d38c4cb77a08c8a825bffcaa7284
3
+ size 406821937
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_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "name_or_path": "bert-base-chinese",
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "special_tokens_map_file": null,
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "unk_token": "[UNK]"
16
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff