LiukG's picture
End of training
b1bb648 verified
---
license: cc-by-nc-sa-4.0
base_model: InstaDeepAI/nucleotide-transformer-2.5b-multi-species
tags:
- generated_from_trainer
metrics:
- f1
model-index:
- name: nucleotide-transformer-finetuned-lora-NucleotideTransformer
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. -->
# nucleotide-transformer-finetuned-lora-NucleotideTransformer
This model is a fine-tuned version of [InstaDeepAI/nucleotide-transformer-2.5b-multi-species](https://huggingface.co./InstaDeepAI/nucleotide-transformer-2.5b-multi-species) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 0.0117
- F1: 1.0
- Mcc Score: 1.0
## 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: 0.0005
- train_batch_size: 8
- eval_batch_size: 64
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- training_steps: 1000
### Training results
| Training Loss | Epoch | Step | Validation Loss | F1 | Mcc Score |
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|
| 0.4942 | 0.43 | 100 | 0.4003 | 0.9487 | 0.8768 |
| 0.1737 | 0.85 | 200 | 0.0851 | 0.9863 | 0.9686 |
| 0.1507 | 1.28 | 300 | 0.1404 | 0.9867 | 0.9683 |
| 0.0892 | 1.71 | 400 | 0.0005 | 1.0 | 1.0 |
| 0.0423 | 2.14 | 500 | 0.4420 | 0.9730 | 0.9359 |
| 0.015 | 2.56 | 600 | 0.1482 | 0.9867 | 0.9683 |
| 0.0 | 2.99 | 700 | 0.0126 | 0.9863 | 0.9686 |
| 0.0 | 3.42 | 800 | 0.0119 | 1.0 | 1.0 |
| 0.0 | 3.85 | 900 | 0.0114 | 1.0 | 1.0 |
| 0.0 | 4.27 | 1000 | 0.0117 | 1.0 | 1.0 |
### Framework versions
- Transformers 4.38.1
- Pytorch 2.1.0+cu121
- Datasets 2.17.1
- Tokenizers 0.15.2