Dr. Jorge Abreu Vicente commited on
Commit
04210b1
1 Parent(s): 2ad87e5

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - source_data_nlp
7
+ metrics:
8
+ - precision
9
+ - recall
10
+ - f1
11
+ model-index:
12
+ - name: sd-geneprod-roles-v2
13
+ results:
14
+ - task:
15
+ name: Token Classification
16
+ type: token-classification
17
+ dataset:
18
+ name: source_data_nlp
19
+ type: source_data_nlp
20
+ args: GENEPROD_ROLES
21
+ metrics:
22
+ - name: Precision
23
+ type: precision
24
+ value: 0.9243747400938632
25
+ - name: Recall
26
+ type: recall
27
+ value: 0.9284563518109672
28
+ - name: F1
29
+ type: f1
30
+ value: 0.9264110502500595
31
+ ---
32
+
33
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
34
+ should probably proofread and complete it, then remove this comment. -->
35
+
36
+ # sd-geneprod-roles-v2
37
+
38
+ This model is a fine-tuned version of [michiyasunaga/BioLinkBERT-large](https://huggingface.co/michiyasunaga/BioLinkBERT-large) on the source_data_nlp dataset.
39
+ It achieves the following results on the evaluation set:
40
+ - Loss: 0.0118
41
+ - Accuracy Score: 0.9959
42
+ - Precision: 0.9244
43
+ - Recall: 0.9285
44
+ - F1: 0.9264
45
+
46
+ ## Model description
47
+
48
+ More information needed
49
+
50
+ ## Intended uses & limitations
51
+
52
+ More information needed
53
+
54
+ ## Training and evaluation data
55
+
56
+ More information needed
57
+
58
+ ## Training procedure
59
+
60
+ ### Training hyperparameters
61
+
62
+ The following hyperparameters were used during training:
63
+ - learning_rate: 5e-05
64
+ - train_batch_size: 32
65
+ - eval_batch_size: 256
66
+ - seed: 42
67
+ - optimizer: Adafactor
68
+ - lr_scheduler_type: linear
69
+ - num_epochs: 2.0
70
+
71
+ ### Training results
72
+
73
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy Score | Precision | Recall | F1 |
74
+ |:-------------:|:-----:|:----:|:---------------:|:--------------:|:---------:|:------:|:------:|
75
+ | 0.0115 | 1.0 | 2066 | 0.0126 | 0.9955 | 0.9130 | 0.9216 | 0.9173 |
76
+ | 0.0074 | 2.0 | 4132 | 0.0118 | 0.9959 | 0.9244 | 0.9285 | 0.9264 |
77
+
78
+
79
+ ### Framework versions
80
+
81
+ - Transformers 4.15.0
82
+ - Pytorch 1.11.0a0+bfe5ad2
83
+ - Datasets 1.17.0
84
+ - Tokenizers 0.10.3