Rodrigo1771/drugtemist-en-fasttext-85-ner
Updated • 17
How to use Rodrigo1771/BioLinkBERT-base-drugtemist-en-fasttext-85-ner with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="Rodrigo1771/BioLinkBERT-base-drugtemist-en-fasttext-85-ner") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("Rodrigo1771/BioLinkBERT-base-drugtemist-en-fasttext-85-ner")
model = AutoModelForTokenClassification.from_pretrained("Rodrigo1771/BioLinkBERT-base-drugtemist-en-fasttext-85-ner", device_map="auto")This model is a fine-tuned version of michiyasunaga/BioLinkBERT-base on the Rodrigo1771/drugtemist-en-fasttext-85-ner dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 448 | 0.0054 | 0.9404 | 0.8975 | 0.9185 | 0.9986 |
| 0.016 | 2.0 | 896 | 0.0045 | 0.9162 | 0.9171 | 0.9166 | 0.9986 |
| 0.0039 | 3.0 | 1344 | 0.0058 | 0.9064 | 0.9385 | 0.9222 | 0.9985 |
| 0.0022 | 4.0 | 1792 | 0.0057 | 0.8963 | 0.9348 | 0.9151 | 0.9985 |
| 0.0017 | 5.0 | 2240 | 0.0060 | 0.9178 | 0.9366 | 0.9271 | 0.9987 |
| 0.0012 | 6.0 | 2688 | 0.0063 | 0.9254 | 0.9254 | 0.9254 | 0.9987 |
| 0.0008 | 7.0 | 3136 | 0.0069 | 0.9130 | 0.9394 | 0.9260 | 0.9986 |
| 0.0005 | 8.0 | 3584 | 0.0069 | 0.9214 | 0.9292 | 0.9253 | 0.9986 |
| 0.0004 | 9.0 | 4032 | 0.0077 | 0.9249 | 0.9292 | 0.9270 | 0.9987 |
| 0.0004 | 10.0 | 4480 | 0.0077 | 0.925 | 0.9310 | 0.9280 | 0.9987 |
Base model
michiyasunaga/BioLinkBERT-base