update model card README.md
Browse files
README.md
ADDED
@@ -0,0 +1,85 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- generated_from_trainer
|
5 |
+
datasets:
|
6 |
+
- source_data
|
7 |
+
metrics:
|
8 |
+
- precision
|
9 |
+
- recall
|
10 |
+
- f1
|
11 |
+
model-index:
|
12 |
+
- name: SourceData_GENEPROD-ROLES_v_1-0-1_BioLinkBERT_large
|
13 |
+
results:
|
14 |
+
- task:
|
15 |
+
name: Token Classification
|
16 |
+
type: token-classification
|
17 |
+
dataset:
|
18 |
+
name: source_data
|
19 |
+
type: source_data
|
20 |
+
args: ROLES_GP
|
21 |
+
metrics:
|
22 |
+
- name: Precision
|
23 |
+
type: precision
|
24 |
+
value: 0.9073761540752506
|
25 |
+
- name: Recall
|
26 |
+
type: recall
|
27 |
+
value: 0.9154188992939055
|
28 |
+
- name: F1
|
29 |
+
type: f1
|
30 |
+
value: 0.9113797831235199
|
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 |
+
# SourceData_GENEPROD-ROLES_v_1-0-1_BioLinkBERT_large
|
37 |
+
|
38 |
+
This model is a fine-tuned version of [michiyasunaga/BioLinkBERT-large](https://huggingface.co/michiyasunaga/BioLinkBERT-large) on the source_data dataset.
|
39 |
+
It achieves the following results on the evaluation set:
|
40 |
+
- Loss: 0.0164
|
41 |
+
- Accuracy Score: 0.9938
|
42 |
+
- Precision: 0.9074
|
43 |
+
- Recall: 0.9154
|
44 |
+
- F1: 0.9114
|
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: 1e-05
|
64 |
+
- train_batch_size: 32
|
65 |
+
- eval_batch_size: 256
|
66 |
+
- seed: 42
|
67 |
+
- gradient_accumulation_steps: 2
|
68 |
+
- total_train_batch_size: 64
|
69 |
+
- optimizer: Adafactor
|
70 |
+
- lr_scheduler_type: linear
|
71 |
+
- num_epochs: 1.0
|
72 |
+
|
73 |
+
### Training results
|
74 |
+
|
75 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy Score | Precision | Recall | F1 |
|
76 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------:|:---------:|:------:|:------:|
|
77 |
+
| 0.0184 | 1.0 | 863 | 0.0164 | 0.9938 | 0.9074 | 0.9154 | 0.9114 |
|
78 |
+
|
79 |
+
|
80 |
+
### Framework versions
|
81 |
+
|
82 |
+
- Transformers 4.20.1
|
83 |
+
- Pytorch 1.11.0a0+bfe5ad2
|
84 |
+
- Datasets 2.10.1
|
85 |
+
- Tokenizers 0.12.1
|