Vrushali commited on
Commit
12a3bec
1 Parent(s): 2526c26

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
added_tokens.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bd": 28999,
3
+ "cbc": 29016,
4
+ "cr": 29033,
5
+ "ct": 29018,
6
+ "ec": 29030,
7
+ "ecg": 29017,
8
+ "ekg": 29038,
9
+ "elix": 29035,
10
+ "gtt": 29036,
11
+ "hs": 28997,
12
+ "inh": 29028,
13
+ "inj": 29023,
14
+ "linct": 29034,
15
+ "med": 29037,
16
+ "mri": 29019,
17
+ "nad": 29014,
18
+ "npo": 29005,
19
+ "od": 28998,
20
+ "oint": 29026,
21
+ "otc": 29004,
22
+ "pess": 29029,
23
+ "pr": 29002,
24
+ "prn": 29006,
25
+ "q12h": 29013,
26
+ "q4h": 29010,
27
+ "q6h": 29011,
28
+ "q8h": 29012,
29
+ "qam": 29008,
30
+ "qid": 29001,
31
+ "qpm": 29009,
32
+ "rom": 29015,
33
+ "rx": 29020,
34
+ "sl": 29003,
35
+ "sol": 29024,
36
+ "sos": 28996,
37
+ "sr": 29031,
38
+ "stat": 29007,
39
+ "supp": 29027,
40
+ "susp": 29025,
41
+ "syrp": 29022,
42
+ "tab": 29021,
43
+ "tds": 29000,
44
+ "xr": 29032
45
+ }
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "ABV"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "ABV": 1,
19
+ "O": 0
20
+ },
21
+ "layer_norm_eps": 1e-12,
22
+ "max_position_embeddings": 512,
23
+ "model_type": "bert",
24
+ "num_attention_heads": 12,
25
+ "num_hidden_layers": 12,
26
+ "pad_token_id": 0,
27
+ "position_embedding_type": "absolute",
28
+ "torch_dtype": "float32",
29
+ "transformers_version": "4.30.2",
30
+ "type_vocab_size": 2,
31
+ "use_cache": true,
32
+ "vocab_size": 29039
33
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c0404dfaf152bc98b259e90514400ac25eb90b4c679651a9f55abee21ca481c
3
+ size 431089133
runs/Jun21_18-14-58_1670dbf97285/events.out.tfevents.1687371304.1670dbf97285.3048.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c965b014904070dbe997123d5e46f710036e466519886419616473161244221
3
+ size 4477
runs/Jun21_18-15-31_1670dbf97285/events.out.tfevents.1687371334.1670dbf97285.3048.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e08be86ea77e4a7e203caef0a4f293763132ab9972a49839b56bd852fecce0e9
3
+ size 4565
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
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
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:f7c0e5150df1e2c0c34b0668ec98f428034ffb5d43f8b64d46d3ef1e00bb2ff6
3
+ size 3899
vocab.txt ADDED
The diff for this file is too large to render. See raw diff