sofia-todeschini commited on
Commit
4f9353b
·
1 Parent(s): a39517d

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "michiyasunaga/BioLinkBERT-large",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "Epidemic Forecasting",
14
+ "1": "Treatment",
15
+ "2": "Prevention",
16
+ "3": "Mechanism",
17
+ "4": "Case Report",
18
+ "5": "Transmission",
19
+ "6": "Diagnosis"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "label2id": {
24
+ "Case Report": 4,
25
+ "Diagnosis": 6,
26
+ "Epidemic Forecasting": 0,
27
+ "Mechanism": 3,
28
+ "Prevention": 2,
29
+ "Transmission": 5,
30
+ "Treatment": 1
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "max_position_embeddings": 512,
34
+ "model_type": "bert",
35
+ "num_attention_heads": 16,
36
+ "num_hidden_layers": 24,
37
+ "pad_token_id": 0,
38
+ "position_embedding_type": "absolute",
39
+ "problem_type": "multi_label_classification",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.28.0",
42
+ "type_vocab_size": 2,
43
+ "use_cache": true,
44
+ "vocab_size": 28895
45
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56801f2a6d09a0543468849e1e97cc567afe29ce8a4737e78747084652efcca9
3
+ size 1334070901
runs/Jun12_13-45-17_f37657e89002/1686577522.0886497/events.out.tfevents.1686577522.f37657e89002.29.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a9cbe86f748e1a0dc3382c19c0ebc29f19da27e07cafa2e1c5d968640da6bc2
3
+ size 5922
runs/Jun12_13-45-17_f37657e89002/events.out.tfevents.1686577522.f37657e89002.29.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:329fb054bb87b33e4400e9a0109d32926d73b52d7e83a21ecbd9ffa9acb3f4e5
3
+ size 6767
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,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 512,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "padding": true,
11
+ "sep_token": "[SEP]",
12
+ "strip_accents": null,
13
+ "tokenize_chinese_chars": true,
14
+ "tokenizer_class": "BertTokenizer",
15
+ "truncation": true,
16
+ "unk_token": "[UNK]"
17
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79f968e5ec187c2d77653819d35f256aa7a8a8a41872264ce2c9535c51504f55
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff