sofia-todeschini commited on
Commit
729d0fc
·
1 Parent(s): a2979d4

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "michiyasunaga/BioLinkBERT-base",
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": 768,
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
+ "7": "Long Covid",
21
+ "8": "General Info"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "Case Report": 4,
27
+ "Diagnosis": 6,
28
+ "Epidemic Forecasting": 0,
29
+ "General Info": 8,
30
+ "Long Covid": 7,
31
+ "Mechanism": 3,
32
+ "Prevention": 2,
33
+ "Transmission": 5,
34
+ "Treatment": 1
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_position_embeddings": 512,
38
+ "model_type": "bert",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 0,
42
+ "position_embedding_type": "absolute",
43
+ "problem_type": "multi_label_classification",
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.28.0",
46
+ "type_vocab_size": 2,
47
+ "use_cache": true,
48
+ "vocab_size": 28895
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f03914307b32b4ae7e10a02a62c1a1abe555b516a3c2e7be273b988cb98e1fc
3
+ size 433031285
runs/Aug10_20-20-07_a440919af1bc/1691698814.7750282/events.out.tfevents.1691698814.a440919af1bc.28.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dca572a5e43ba3a714f902ea6e9ccc419b549556adfff2e7eeb2c152b0ad4f5
3
+ size 5917
runs/Aug10_20-20-07_a440919af1bc/events.out.tfevents.1691698814.a440919af1bc.28.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93595026b2248e684507f9b009e59af09a0a4fd5d1ca97a14d6c9863c4e3e576
3
+ size 6236
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:aac0ec1c4c3fefa531e16f7efd166b42fe210ac4833bdf839b3964c8a0989b8c
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff