fffffly commited on
Commit
6d9a8cf
1 Parent(s): 6524b7e

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "emilyalsentzer/Bio_ClinicalBERT",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "problem_type": "single_label_classification",
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.29.2",
23
+ "type_vocab_size": 2,
24
+ "use_cache": true,
25
+ "vocab_size": 28996
26
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d4cfe32906cd44c9e3be3bb1a5da31322938bea9833d20f7da64d9d7d5be92
3
+ size 433320053
runs/Jun05_05-09-33_4939abdc323c/1685941782.5466013/events.out.tfevents.1685941782.4939abdc323c.796.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1e8c5217a05006c9f9deadf6985ef8fb3b252521602c22db34f9c33b5c5c814
3
+ size 5898
runs/Jun05_05-09-33_4939abdc323c/events.out.tfevents.1685941782.4939abdc323c.796.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce936330d4cb725ab0a02e042e0a454b02d6e6166c15e9f8e75675e2249e0338
3
+ size 3926
runs/Jun05_05-10-24_4939abdc323c/1685941826.972662/events.out.tfevents.1685941826.4939abdc323c.796.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c3c90249945b9b68edaeb942135e916b4a42d2dbb007721f17f37ca8e3770c
3
+ size 5898
runs/Jun05_05-10-24_4939abdc323c/events.out.tfevents.1685941826.4939abdc323c.796.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e11d51d8d6e57da1541db2c36a5712903e170c62989e5779bee127a7305b4d9
3
+ size 3926
runs/Jun05_05-12-52_4939abdc323c/1685941974.4325287/events.out.tfevents.1685941974.4939abdc323c.796.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13d30d4bf22ba404c75baa5b5513e230937039d9b6184a42e240e64a446f009a
3
+ size 5898
runs/Jun05_05-12-52_4939abdc323c/events.out.tfevents.1685941974.4939abdc323c.796.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64d8de78fcbd5a063f1e6a66059939bb3bbce13117cc197999abe6f60fde4e45
3
+ size 3926
runs/Jun05_05-14-00_4939abdc323c/1685942044.6732259/events.out.tfevents.1685942044.4939abdc323c.796.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:645b25beb9bb27cb8d1abc1d75811903c4bd7c747b7e13371fda8fcc6ccb566c
3
+ size 5898
runs/Jun05_05-14-00_4939abdc323c/events.out.tfevents.1685942044.4939abdc323c.796.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c068b6c7f0ec04d0bccec13faa37d27d055e24599fbc79143f8aff7c56a50782
3
+ size 4500
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:5be1d470422131e0adcf236c9def66c9ffd1b619af32798beb739de3ac4c74bb
3
+ size 3899
vocab.txt ADDED
The diff for this file is too large to render. See raw diff