metadata
base_model: mistralai/Mistral-7B-v0.1
library_name: peft
license: apache-2.0
metrics:
- accuracy
tags:
- generated_from_trainer
model-index:
- name: ncis
results: []
ncis
This model is a fine-tuned version of mistralai/Mistral-7B-v0.1 on the None dataset. It achieves the following results on the evaluation set:
- Loss: 0.7880
- Accuracy: 0.8376
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.0001
- 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: 8
Training results
Training Loss | Epoch | Step | Validation Loss | Accuracy |
---|---|---|---|---|
0.4594 | 1.0 | 19 | 1.8115 | 0.7265 |
0.0891 | 2.0 | 38 | 1.3580 | 0.7778 |
0.0006 | 3.0 | 57 | 0.7880 | 0.8376 |
0.0001 | 4.0 | 76 | 3.2674 | 0.6496 |
0.0 | 5.0 | 95 | 2.6575 | 0.7179 |
0.0 | 6.0 | 114 | 2.5903 | 0.7179 |
Framework versions
- PEFT 0.11.1
- Transformers 4.42.4
- Pytorch 2.1.2
- Datasets 2.16.0
- Tokenizers 0.19.1