sofia-todeschini commited on
Commit
3287f65
1 Parent(s): 160a6e4

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bioformers/bioformer-litcovid",
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": 512,
11
+ "id2label": {
12
+ "0": "Epidemic Forecasting",
13
+ "1": "Treatment",
14
+ "2": "Prevention",
15
+ "3": "Mechanism",
16
+ "4": "Case Report",
17
+ "5": "Transmission",
18
+ "6": "Diagnosis",
19
+ "7": "Long Covid",
20
+ "8": "General Info",
21
+ "9": "Communication",
22
+ "10": "Contact Tracing",
23
+ "11": "Drug Targets",
24
+ "12": "Education",
25
+ "13": "Effect on Medical Specialties",
26
+ "14": "Health Policy",
27
+ "15": "Healthcare Workers",
28
+ "16": "Imaging",
29
+ "17": "Immunology",
30
+ "18": "Inequality",
31
+ "19": "Medical Devices",
32
+ "20": "Misinformation",
33
+ "21": "Model Systems & Tools",
34
+ "22": "Molecular Biology",
35
+ "23": "Non-human",
36
+ "24": "Non-medical",
37
+ "25": "Pediatrics",
38
+ "26": "Prevalence",
39
+ "27": "Psychology",
40
+ "28": "Recommendations",
41
+ "29": "Risk Factors",
42
+ "30": "Surveillance",
43
+ "31": "Vaccines",
44
+ "32": "AI/ML/statistics",
45
+ "33": "Comorbidities",
46
+ "34": "Telemedicine",
47
+ "35": "Drug Design and Discovery"
48
+ },
49
+ "initializer_range": 0.02,
50
+ "intermediate_size": 2048,
51
+ "label2id": {
52
+ "AI/ML/statistics": 32,
53
+ "Case Report": 4,
54
+ "Communication": 9,
55
+ "Comorbidities": 33,
56
+ "Contact Tracing": 10,
57
+ "Diagnosis": 6,
58
+ "Drug Design and Discovery": 35,
59
+ "Drug Targets": 11,
60
+ "Education": 12,
61
+ "Effect on Medical Specialties": 13,
62
+ "Epidemic Forecasting": 0,
63
+ "General Info": 8,
64
+ "Health Policy": 14,
65
+ "Healthcare Workers": 15,
66
+ "Imaging": 16,
67
+ "Immunology": 17,
68
+ "Inequality": 18,
69
+ "Long Covid": 7,
70
+ "Mechanism": 3,
71
+ "Medical Devices": 19,
72
+ "Misinformation": 20,
73
+ "Model Systems & Tools": 21,
74
+ "Molecular Biology": 22,
75
+ "Non-human": 23,
76
+ "Non-medical": 24,
77
+ "Pediatrics": 25,
78
+ "Prevalence": 26,
79
+ "Prevention": 2,
80
+ "Psychology": 27,
81
+ "Recommendations": 28,
82
+ "Risk Factors": 29,
83
+ "Surveillance": 30,
84
+ "Telemedicine": 34,
85
+ "Transmission": 5,
86
+ "Treatment": 1,
87
+ "Vaccines": 31
88
+ },
89
+ "layer_norm_eps": 1e-12,
90
+ "max_position_embeddings": 512,
91
+ "model_type": "bert",
92
+ "num_attention_heads": 8,
93
+ "num_hidden_layers": 8,
94
+ "pad_token_id": 0,
95
+ "position_embedding_type": "absolute",
96
+ "problem_type": "multi_label_classification",
97
+ "torch_dtype": "float32",
98
+ "transformers_version": "4.28.0",
99
+ "type_vocab_size": 2,
100
+ "use_cache": true,
101
+ "vocab_size": 32768
102
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d015c75c2e3250ce358f748027d1330ba946d3d52e0bee181733e4bd3139aac
3
+ size 170217205
runs/Jun25_12-01-26_c294f7234abf/1719317148.4607797/events.out.tfevents.1719317148.c294f7234abf.33.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3659d180df5cd3baf452bf10860b8b678fcace1fd0e6e8b8f5093fa25e07bd0
3
+ size 5910
runs/Jun25_12-01-26_c294f7234abf/events.out.tfevents.1719317148.c294f7234abf.33.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b832d7bf1faa10b9165bd7307180b25f9c0baa15dd0eb6f103a34e63cee53fa0
3
+ size 7097
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": false,
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:d2e00ed7247006637c33136c42172ff8c355a7abd9b7bb28b6d7fb731dedf16e
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff