mfarrington's picture
End of training
f3da65a verified
|
raw
history blame
No virus
2.39 kB
---
base_model: dmis-lab/biobert-base-cased-v1.2
tags:
- generated_from_trainer
metrics:
- precision
- recall
- f1
- accuracy
model-index:
- name: devicebert-base-cased-v1.0
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# devicebert-base-cased-v1.0
This model is a fine-tuned version of [dmis-lab/biobert-base-cased-v1.2](https://huggingface.co/dmis-lab/biobert-base-cased-v1.2) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: nan
- Precision: 0.9360
- Recall: 0.9301
- F1: 0.9330
- Accuracy: 0.9700
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 1e-05
- train_batch_size: 16
- eval_batch_size: 16
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
| No log | 1.0 | 81 | nan | 0.9360 | 0.9301 | 0.9330 | 0.9700 |
| No log | 2.0 | 162 | nan | 0.9226 | 0.9343 | 0.9284 | 0.9709 |
| No log | 3.0 | 243 | nan | 0.9244 | 0.9322 | 0.9283 | 0.9690 |
| No log | 4.0 | 324 | nan | 0.9319 | 0.9280 | 0.9299 | 0.9709 |
| No log | 5.0 | 405 | nan | 0.9323 | 0.9343 | 0.9333 | 0.9719 |
| No log | 6.0 | 486 | nan | 0.9375 | 0.9216 | 0.9295 | 0.9672 |
| 0.0708 | 7.0 | 567 | nan | 0.9421 | 0.9301 | 0.9360 | 0.9709 |
| 0.0708 | 8.0 | 648 | nan | 0.9358 | 0.9258 | 0.9308 | 0.9709 |
| 0.0708 | 9.0 | 729 | nan | 0.9359 | 0.9280 | 0.9319 | 0.9709 |
| 0.0708 | 10.0 | 810 | nan | 0.9375 | 0.9216 | 0.9295 | 0.9700 |
### Framework versions
- Transformers 4.41.2
- Pytorch 2.3.0+cu121
- Datasets 2.19.2
- Tokenizers 0.19.1