mobashgr commited on
Commit
4da8de2
0 Parent(s):

intial commit

Browse files
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "kamalkraj/bioelectra-base-discriminator-pubmed",
3
+ "architectures": [
4
+ "ElectraForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "embedding_size": 768,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "B-bio",
14
+ "1": "I-bio",
15
+ "2": "O"
16
+ },
17
+ "initializer_range": 0.02,
18
+ "intermediate_size": 3072,
19
+ "label2id": {
20
+ "B-bio": 0,
21
+ "I-bio": 1,
22
+ "O": 2
23
+ },
24
+ "layer_norm_eps": 1e-12,
25
+ "max_position_embeddings": 512,
26
+ "model_type": "electra",
27
+ "num_attention_heads": 12,
28
+ "num_hidden_layers": 12,
29
+ "pad_token_id": 0,
30
+ "position_embedding_type": "absolute",
31
+ "summary_activation": "gelu",
32
+ "summary_last_dropout": 0.1,
33
+ "summary_type": "first",
34
+ "summary_use_proj": true,
35
+ "torch_dtype": "float32",
36
+ "transformers_version": "4.11.3",
37
+ "type_vocab_size": 2,
38
+ "vocab_size": 30522
39
+ }
eval_results.txt ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ eval_loss = 0.00034680875251069665
2
+ eval_precision = 0.9898550724637681
3
+ eval_recall = 0.9592696629213483
4
+ eval_f1 = 0.9743223965763195
5
+ eval_runtime = 98.8985
6
+ eval_samples_per_second = 41.315
7
+ eval_steps_per_second = 5.167
8
+ epoch = 10.0
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c20b92e5d067784088e0a10cfe69255b44a9619decfec2b769c0be2e0c4f477
3
+ size 435660465
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
test_predictions.txt ADDED
The diff for this file is too large to render. See raw diff
 
test_results.txt ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ test_loss = 0.01268028561025858
2
+ test_precision = 0.7907523510971787
3
+ test_recall = 0.7041172365666434
4
+ test_f1 = 0.7449243263196751
5
+ test_runtime = 171.8499
6
+ test_samples_per_second = 41.786
7
+ test_steps_per_second = 5.225
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": true, "do_basic_tokenize": true, "never_split": null, "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, "tokenizer_file": null, "name_or_path": "kamalkraj/bioelectra-base-discriminator-pubmed", "tokenizer_class": "ElectraTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d30954979eaa5911c4dba1e2bd2b05dac840d43e494fc565e724d381f81a770
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff