celtics1863 commited on
Commit
554d745
·
1 Parent(s): d6937bb

Upload 6 files

Browse files
config.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "Avg. Length": 646.875,
3
+ "_name_or_path": "../models/envbert/",
4
+ "architectures": [
5
+ "BertCLSModel"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "contact": "[email protected]",
10
+ "counter": {
11
+ "\u5149\u4f0f": 2994,
12
+ "\u65b0\u80fd\u6e90": 2200,
13
+ "\u6c22\u80fd": 82,
14
+ "\u71c3\u6c14": 530,
15
+ "\u73af\u4fdd": 1827,
16
+ "\u7535\u529b": 1160,
17
+ "\u77f3\u6cb9": 620,
18
+ "\u98ce\u7535": 937
19
+ },
20
+ "directionality": "bidi",
21
+ "hidden_act": "gelu",
22
+ "hidden_dropout_prob": 0.1,
23
+ "hidden_size": 768,
24
+ "id2label": {
25
+ "0": "\u77f3\u6cb9",
26
+ "1": "\u73af\u4fdd",
27
+ "2": "\u7535\u529b",
28
+ "3": "\u6c22\u80fd",
29
+ "4": "\u71c3\u6c14",
30
+ "5": "\u98ce\u7535",
31
+ "6": "\u5149\u4f0f",
32
+ "7": "\u65b0\u80fd\u6e90"
33
+ },
34
+ "initializer_range": 0.02,
35
+ "intermediate_size": 3072,
36
+ "key_metric": "macro_f1",
37
+ "label2id": {
38
+ "\u5149\u4f0f": 6,
39
+ "\u65b0\u80fd\u6e90": 7,
40
+ "\u6c22\u80fd": 3,
41
+ "\u71c3\u6c14": 4,
42
+ "\u73af\u4fdd": 1,
43
+ "\u7535\u529b": 2,
44
+ "\u77f3\u6cb9": 0,
45
+ "\u98ce\u7535": 5
46
+ },
47
+ "labels": [
48
+ "\u77f3\u6cb9",
49
+ "\u73af\u4fdd",
50
+ "\u7535\u529b",
51
+ "\u6c22\u80fd",
52
+ "\u71c3\u6c14",
53
+ "\u98ce\u7535",
54
+ "\u5149\u4f0f",
55
+ "\u65b0\u80fd\u6e90"
56
+ ],
57
+ "layer_norm_eps": 1e-12,
58
+ "liscence": "Apache Lisence",
59
+ "max_length": 512,
60
+ "max_position_embeddings": 512,
61
+ "mirror": "https://mirror.nju.edu.cn/hugging-face-models",
62
+ "model_type": "bert",
63
+ "num_attention_heads": 12,
64
+ "num_hidden_layers": 12,
65
+ "num_test_texts": 0,
66
+ "num_train_texts": 5338,
67
+ "num_valid_texts": 5012,
68
+ "output_past": true,
69
+ "package": "envtext",
70
+ "pad_token_id": 0,
71
+ "pooler_fc_size": 768,
72
+ "pooler_num_attention_heads": 12,
73
+ "pooler_num_fc_layers": 3,
74
+ "pooler_size_per_head": 128,
75
+ "pooler_type": "first_token_transform",
76
+ "position_embedding_type": "absolute",
77
+ "resampling": true,
78
+ "resampling_ratio": 4,
79
+ "torch_dtype": "float32",
80
+ "transformers_version": "4.22.1",
81
+ "type_vocab_size": 2,
82
+ "use_cache": true,
83
+ "vocab_size": 21128
84
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d768b989a43c981cd12f549d4f25d54a45880fe2fb45fbe201826163de9f230
3
+ size 409166189
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
+ "cls_token": "[CLS]",
3
+ "do_basic_tokenize": true,
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "name_or_path": "../models/envbert/",
7
+ "never_split": null,
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
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff