dmis-lab commited on
Commit
6b68414
1 Parent(s): 636219c

Initial upload

Browse files
config.json ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TinyPubMedBERT-epoch3-41k",
3
+ "architectures": [
4
+ "BertForMultiLableTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "cell": {},
8
+ "emb_size": 312,
9
+ "finetuning_task": "ner",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 312,
14
+ "id2label": {
15
+ "0": 0,
16
+ "1": 1,
17
+ "2": 2,
18
+ "3": 3,
19
+ "4": 4,
20
+ "5": 5,
21
+ "6": 6,
22
+ "7": 7,
23
+ "8": 8,
24
+ "9": 9,
25
+ "10": 10,
26
+ "11": 11,
27
+ "12": 12
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 1200,
31
+ "label2id": {
32
+ "0": 0,
33
+ "1": 1,
34
+ "2": 2,
35
+ "3": 3,
36
+ "4": 4,
37
+ "5": 5,
38
+ "6": 6,
39
+ "7": 7,
40
+ "8": 8,
41
+ "9": 9,
42
+ "10": 10,
43
+ "11": 11,
44
+ "12": 12
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "max_position_embeddings": 512,
48
+ "model_type": "bert",
49
+ "num_attention_heads": 12,
50
+ "num_hidden_layers": 4,
51
+ "pad_token_id": 0,
52
+ "position_embedding_type": "absolute",
53
+ "pre_trained": "",
54
+ "structure": [],
55
+ "torch_dtype": "float32",
56
+ "training": "",
57
+ "transformers_version": "4.9.2",
58
+ "type_vocab_size": 2,
59
+ "use_cache": true,
60
+ "vocab_size": 30522
61
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:268848a215f4be75806584a798bcd5cd89aaf1ebec88b9be48146200e4b3cabe
3
+ size 57058770
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": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "do_basic_tokenize": true, "never_split": null, "special_tokens_map_file": null, "name_or_path": "TinyPubMedBERT-epoch3-41k", "truncation": true, "max_length": 128, "tokenizer_class": "BertTokenizer"}
vocab.txt ADDED
The diff for this file is too large to render. See raw diff