sultan commited on
Commit
c216078
1 Parent(s): dab62f3

Uploading the Model

Browse files
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/user/research/models/PubMedELECTRA/PubMedELECTRA-Large/",
3
+ "architectures": [
4
+ "ElectraForQuestionAnswering"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "embedding_size": 1024,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 1024,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 4096,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "electra",
16
+ "num_attention_heads": 16,
17
+ "num_hidden_layers": 24,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "summary_activation": "gelu",
21
+ "summary_last_dropout": 0.1,
22
+ "summary_type": "first",
23
+ "summary_use_proj": true,
24
+ "type_vocab_size": 2,
25
+ "vocab_size": 28895
26
+ }
eval_results.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ exact = 84.33420365535248
2
+ f1 = 87.49354241889522
3
+ total = 11873
4
+ HasAns_exact = 80.43184885290148
5
+ HasAns_f1 = 86.75958656200127
6
+ HasAns_total = 5928
7
+ NoAns_exact = 88.22539949537426
8
+ NoAns_f1 = 88.22539949537426
9
+ NoAns_total = 5945
10
+ best_exact = 84.33420365535248
11
+ best_exact_thresh = 0.0
12
+ best_f1 = 87.49354241889522
13
+ best_f1_thresh = 0.0
14
+ epoch = 2.0
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b99b3b75d0f568ee7ecf349424d4bccc10a52b58812d331bd17b980f7cd1e903
3
+ size 1329881942
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"do_lower_case": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "name_or_path": "/home/user/research/models/PubMedELECTRA/PubMedELECTRA-Large/", "do_basic_tokenize": true, "never_split": null}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60987ef218637c4df0a179c8d68691e98a37d414524db4743d6b08aed459dc45
3
+ size 1903
vocab.txt ADDED
The diff for this file is too large to render. See raw diff