JosephNguyen commited on
Commit
234e44d
·
verified ·
1 Parent(s): ef97531

feat: upload model checkpoint

Browse files
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bionlp/bluebert_pubmed_uncased_L-12_H-768_A-12",
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": "BACKGROUND",
13
+ "1": "CONCLUSIONS",
14
+ "2": "METHODS",
15
+ "3": "OBJECTIVE",
16
+ "4": "RESULTS"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "intermediate_size": 3072,
20
+ "label2id": {
21
+ "BACKGROUND": 0,
22
+ "CONCLUSIONS": 1,
23
+ "METHODS": 2,
24
+ "OBJECTIVE": 3,
25
+ "RESULTS": 4
26
+ },
27
+ "layer_norm_eps": 1e-12,
28
+ "max_position_embeddings": 512,
29
+ "model_type": "bert",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "pad_token_id": 0,
33
+ "position_embedding_type": "absolute",
34
+ "torch_dtype": "float32",
35
+ "transformers_version": "4.18.0",
36
+ "type_vocab_size": 2,
37
+ "use_cache": true,
38
+ "vocab_size": 30522
39
+ }
ml4pubmed_bluebert-pubmed-uncased-L-12-H-768-A-12_pub_section@@@vmhqa@@@use_contextFalse@@@seqlen256-epoch=02-val_loss=0.83-val_acc=0.63.ckpt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89c04cd89f1a9442abab4d072ea6eafd86dc2590524b562724d0feb44a9b61e6
3
+ size 438017325
vocab.txt ADDED
The diff for this file is too large to render. See raw diff