sofia-todeschini commited on
Commit
e30e8ff
·
1 Parent(s): 4c77d05

Training in progress, epoch 1

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