sofia-todeschini commited on
Commit
4e1aed0
1 Parent(s): 02ef444

Training in progress, epoch 0

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,102 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract",
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
+ "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": 3072,
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": 12,
93
+ "num_hidden_layers": 12,
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": 30522
102
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50c312fd30624d7541bbcaf830acf45170c350fcf4276bb038e9a8354a6e0fe7
3
+ size 438112501
runs/Jun26_15-35-56_45b7b6863dd5/1719416161.0117333/events.out.tfevents.1719416161.45b7b6863dd5.32.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab7a635be344f261d665c9330d44abae5d05d6858d9b94b28eea3b12d62adc4c
3
+ size 5911
runs/Jun26_15-35-56_45b7b6863dd5/events.out.tfevents.1719416160.45b7b6863dd5.32.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3204965554939859f7848eaeb601f648893c969a47d716475c08e079479faa91
3
+ size 7389
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:d4cdc60ff82f67a6a266916e1e55c69faed642d6e93015ce0ea26824e2865076
3
+ size 3643
vocab.txt ADDED
The diff for this file is too large to render. See raw diff