ericntay commited on
Commit
2891d40
1 Parent(s): def9cf9
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "emilyalsentzer/Bio_ClinicalBERT",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "O",
13
+ "1": "B-Gene_or_gene_product",
14
+ "2": "I-Gene_or_gene_product",
15
+ "3": "B-Cell",
16
+ "4": "I-Cell",
17
+ "5": "B-Cancer",
18
+ "6": "I-Cancer",
19
+ "7": "B-Organ",
20
+ "8": "I-Organ"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "B-Cancer": 5,
26
+ "B-Cell": 3,
27
+ "B-Gene_or_gene_product": 1,
28
+ "B-Organ": 7,
29
+ "I-Cancer": 6,
30
+ "I-Cell": 4,
31
+ "I-Gene_or_gene_product": 2,
32
+ "I-Organ": 8,
33
+ "O": 0
34
+ },
35
+ "layer_norm_eps": 1e-12,
36
+ "max_position_embeddings": 512,
37
+ "model_type": "bert",
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 12,
40
+ "pad_token_id": 0,
41
+ "position_embedding_type": "absolute",
42
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.22.1",
44
+ "type_vocab_size": 2,
45
+ "use_cache": true,
46
+ "vocab_size": 28996
47
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f14e22f7257ca909c21a1a7f41e038f25accfa4fe64856c988b5237ba4cf9ab8
3
+ size 430976817
runs/Sep20_15-36-51_855c95fffb40/1663688220.5337167/events.out.tfevents.1663688220.855c95fffb40.235.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:454f422ea060e325c165a0e36ee4bb5ea65f0cfa8d9f987c5641596a33cf5dd4
3
+ size 5528
runs/Sep20_15-36-51_855c95fffb40/events.out.tfevents.1663688220.855c95fffb40.235.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e1d0fbd8252ceeb0175910325d4ccd4d83d38eaadcba9134340636dfd510663
3
+ size 10126
runs/Sep20_15-36-51_855c95fffb40/events.out.tfevents.1663689139.855c95fffb40.235.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:310220e1f2c8c0f7a43d025bdcbae1ae6a9f760d828299c3c4ee2a09dc4f5518
3
+ size 674
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": "emilyalsentzer/Bio_ClinicalBERT",
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
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f9435c82a8ac0c725fa78cc3482eb9221902e867a1dd3e2168effd73484a9c8
3
+ size 3375
vocab.txt ADDED
The diff for this file is too large to render. See raw diff