sofia-todeschini commited on
Commit
bc9d23a
·
1 Parent(s): 5ebe78f

Training in progress, epoch 1

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