Instructions to use EMBO/SourceData_GeneprodRoles_v1_0_0_BioLinkBERT_large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use EMBO/SourceData_GeneprodRoles_v1_0_0_BioLinkBERT_large with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="EMBO/SourceData_GeneprodRoles_v1_0_0_BioLinkBERT_large")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("EMBO/SourceData_GeneprodRoles_v1_0_0_BioLinkBERT_large") model = AutoModelForTokenClassification.from_pretrained("EMBO/SourceData_GeneprodRoles_v1_0_0_BioLinkBERT_large", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
README.md
CHANGED
|
@@ -25,13 +25,13 @@ model-index:
|
|
| 25 |
metrics:
|
| 26 |
- name: Precision
|
| 27 |
type: precision
|
| 28 |
-
value: 0.
|
| 29 |
- name: Recall
|
| 30 |
type: recall
|
| 31 |
-
value: 0.
|
| 32 |
- name: F1
|
| 33 |
type: f1
|
| 34 |
-
value: 0.
|
| 35 |
---
|
| 36 |
|
| 37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -41,11 +41,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 41 |
|
| 42 |
This model is a fine-tuned version of [michiyasunaga/BioLinkBERT-large](https://huggingface.co/michiyasunaga/BioLinkBERT-large) on the source_data dataset.
|
| 43 |
It achieves the following results on the evaluation set:
|
| 44 |
-
- Loss: 0.
|
| 45 |
-
- Accuracy Score: 0.
|
| 46 |
-
- Precision: 0.
|
| 47 |
-
- Recall: 0.
|
| 48 |
-
- F1: 0.
|
| 49 |
|
| 50 |
## Model description
|
| 51 |
|
|
@@ -79,7 +79,7 @@ No additional optimizer arguments
|
|
| 79 |
|
| 80 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy Score | Precision | Recall | F1 |
|
| 81 |
|:-------------:|:------:|:----:|:---------------:|:--------------:|:---------:|:------:|:------:|
|
| 82 |
-
| 0.
|
| 83 |
|
| 84 |
|
| 85 |
### Framework versions
|
|
|
|
| 25 |
metrics:
|
| 26 |
- name: Precision
|
| 27 |
type: precision
|
| 28 |
+
value: 0.9233319126769901
|
| 29 |
- name: Recall
|
| 30 |
type: recall
|
| 31 |
+
value: 0.9300262341998569
|
| 32 |
- name: F1
|
| 33 |
type: f1
|
| 34 |
+
value: 0.9266669835083884
|
| 35 |
---
|
| 36 |
|
| 37 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 41 |
|
| 42 |
This model is a fine-tuned version of [michiyasunaga/BioLinkBERT-large](https://huggingface.co/michiyasunaga/BioLinkBERT-large) on the source_data dataset.
|
| 43 |
It achieves the following results on the evaluation set:
|
| 44 |
+
- Loss: 0.0123
|
| 45 |
+
- Accuracy Score: 0.9951
|
| 46 |
+
- Precision: 0.9233
|
| 47 |
+
- Recall: 0.9300
|
| 48 |
+
- F1: 0.9267
|
| 49 |
|
| 50 |
## Model description
|
| 51 |
|
|
|
|
| 79 |
|
| 80 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy Score | Precision | Recall | F1 |
|
| 81 |
|:-------------:|:------:|:----:|:---------------:|:--------------:|:---------:|:------:|:------:|
|
| 82 |
+
| 0.0138 | 0.9994 | 863 | 0.0123 | 0.9951 | 0.9233 | 0.9300 | 0.9267 |
|
| 83 |
|
| 84 |
|
| 85 |
### Framework versions
|