bajrachar commited on
Commit
ea5a990
1 Parent(s): abe9000

initial commit

Browse files
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForTokenClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "gradient_checkpointing": false,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "id2label": {
11
+ "0": "B-bio",
12
+ "1": "I-bio",
13
+ "2": "O"
14
+ },
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 3072,
17
+ "label2id": {
18
+ "B-bio": 0,
19
+ "I-bio": 1,
20
+ "O": 2
21
+ },
22
+ "layer_norm_eps": 1e-12,
23
+ "max_position_embeddings": 512,
24
+ "model_type": "bert",
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 12,
27
+ "pad_token_id": 0,
28
+ "type_vocab_size": 2,
29
+ "vocab_size": 28996
30
+ }
eval_results.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
1
+ eval_loss = 0.0037646280847225396
2
+ eval_precision = 0.9820477411718288
3
+ eval_recall = 0.9890721239817206
4
+ eval_f1 = 0.9855474163531974
5
+ epoch = 3.0
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1ce95fa44448f91b67c1b8ca76740d5f7d332fc28e041bf1e528b57dd523f13
3
+ size 433334445
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,4 @@
 
 
 
 
1
+ eval_loss = 0.05494805106894831
2
+ eval_precision = 0.8419642857142857
3
+ eval_recall = 0.8757429420505201
4
+ eval_f1 = 0.8585214857975237
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
1
+ {"special_tokens_map_file": null, "full_tokenizer_file": null}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23cd12be2bca0c3538a36f7ac9cdd6ddf6e9cf14515e6680baf07523728e568f
3
+ size 1583
vocab.txt ADDED
The diff for this file is too large to render. See raw diff