Tim Miller commited on
Commit
cd741b7
·
1 Parent(s): 2fb6a53

Updated term exists model trained on multiple corpora.

Browse files
added_tokens.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "</a1>": 28898,
3
+ "</a2>": 28900,
4
+ "</e>": 28896,
5
+ "<a1>": 28897,
6
+ "<a2>": 28899,
7
+ "<cr>": 28901,
8
+ "<e>": 28895,
9
+ "<neg>": 28902
10
+ }
config.json ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CnlpModelForClassification"
4
+ ],
5
+ "cnlpt_version": "0.6.0",
6
+ "encoder_config": {
7
+ "_name_or_path": "microsoft/BiomedNLP-PubMedBERT-large-uncased-abstract",
8
+ "add_cross_attention": false,
9
+ "architectures": [
10
+ "BertForMaskedLM"
11
+ ],
12
+ "attention_probs_dropout_prob": 0.1,
13
+ "bad_words_ids": null,
14
+ "bos_token_id": 0,
15
+ "chunk_size_feed_forward": 0,
16
+ "classifier_dropout": null,
17
+ "cross_attention_hidden_size": null,
18
+ "decoder_start_token_id": null,
19
+ "diversity_penalty": 0.0,
20
+ "do_sample": false,
21
+ "early_stopping": false,
22
+ "encoder_no_repeat_ngram_size": 0,
23
+ "eos_token_id": null,
24
+ "eos_token_ids": 0,
25
+ "exponential_decay_length_penalty": null,
26
+ "finetuning_task": null,
27
+ "forced_bos_token_id": null,
28
+ "forced_eos_token_id": null,
29
+ "hidden_act": "gelu",
30
+ "hidden_dropout_prob": 0.1,
31
+ "hidden_size": 1024,
32
+ "id2label": {
33
+ "0": "LABEL_0",
34
+ "1": "LABEL_1"
35
+ },
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 4096,
38
+ "is_decoder": false,
39
+ "is_encoder_decoder": false,
40
+ "label2id": {
41
+ "LABEL_0": 0,
42
+ "LABEL_1": 1
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "length_penalty": 1.0,
46
+ "max_length": 20,
47
+ "max_position_embeddings": 512,
48
+ "min_length": 0,
49
+ "model_type": "bert",
50
+ "no_repeat_ngram_size": 0,
51
+ "num_attention_heads": 16,
52
+ "num_beam_groups": 1,
53
+ "num_beams": 1,
54
+ "num_hidden_layers": 24,
55
+ "num_return_sequences": 1,
56
+ "output_attentions": false,
57
+ "output_hidden_states": false,
58
+ "output_past": true,
59
+ "output_scores": false,
60
+ "pad_token_id": 0,
61
+ "position_embedding_type": "absolute",
62
+ "prefix": null,
63
+ "problem_type": null,
64
+ "pruned_heads": {},
65
+ "remove_invalid_values": false,
66
+ "repetition_penalty": 1.0,
67
+ "return_dict": true,
68
+ "return_dict_in_generate": false,
69
+ "sep_token_id": null,
70
+ "task_specific_params": null,
71
+ "temperature": 1.0,
72
+ "tf_legacy_loss": false,
73
+ "tie_encoder_decoder": false,
74
+ "tie_word_embeddings": true,
75
+ "tokenizer_class": null,
76
+ "top_k": 50,
77
+ "top_p": 1.0,
78
+ "torch_dtype": null,
79
+ "torchscript": false,
80
+ "transformers_version": "4.22.2",
81
+ "type_vocab_size": 2,
82
+ "typical_p": 1.0,
83
+ "use_bfloat16": false,
84
+ "use_cache": true,
85
+ "vocab_size": 28903
86
+ },
87
+ "encoder_name": "microsoft/BiomedNLP-PubMedBERT-large-uncased-abstract",
88
+ "finetuning_task": [
89
+ "TermExists"
90
+ ],
91
+ "hidden_dropout_prob": 0.1,
92
+ "hidden_size": 1024,
93
+ "hier_head_config": null,
94
+ "label_dictionary": {
95
+ "TermExists": [
96
+ "-1",
97
+ "1"
98
+ ]
99
+ },
100
+ "layer": 12,
101
+ "model_type": "cnlpt",
102
+ "num_rel_attention_heads": 12,
103
+ "rel_attention_head_dims": 64,
104
+ "relations": {
105
+ "TermExists": false
106
+ },
107
+ "tagger": {
108
+ "TermExists": false
109
+ },
110
+ "tokens": false,
111
+ "torch_dtype": "float32",
112
+ "transformers_version": "4.22.2",
113
+ "use_prior_tasks": false,
114
+ "vocab_size": 28903
115
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:229a8317a7e60f39c797365e79f42ef89c3e2256eb50456b5d1a5969b71cd3df
3
+ size 1338283453
special_tokens_map.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<e>",
4
+ "</e>",
5
+ "<a1>",
6
+ "</a1>",
7
+ "<a2>",
8
+ "</a2>",
9
+ "<cr>",
10
+ "<neg>"
11
+ ],
12
+ "cls_token": "[CLS]",
13
+ "mask_token": "[MASK]",
14
+ "pad_token": "[PAD]",
15
+ "sep_token": "[SEP]",
16
+ "unk_token": "[UNK]"
17
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": true,
3
+ "additional_special_tokens": [
4
+ "<e>",
5
+ "</e>",
6
+ "<a1>",
7
+ "</a1>",
8
+ "<a2>",
9
+ "</a2>",
10
+ "<cr>",
11
+ "<neg>"
12
+ ],
13
+ "cls_token": "[CLS]",
14
+ "do_basic_tokenize": true,
15
+ "do_lower_case": true,
16
+ "mask_token": "[MASK]",
17
+ "name_or_path": "microsoft/BiomedNLP-PubMedBERT-large-uncased-abstract",
18
+ "never_split": null,
19
+ "pad_token": "[PAD]",
20
+ "sep_token": "[SEP]",
21
+ "special_tokens_map_file": null,
22
+ "strip_accents": null,
23
+ "tokenize_chinese_chars": true,
24
+ "tokenizer_class": "BertTokenizer",
25
+ "unk_token": "[UNK]"
26
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff