deb101's picture
Model save
324678d verified
|
raw
history blame
1.81 kB
---
library_name: peft
license: apache-2.0
base_model: mistralai/Mistral-7B-Instruct-v0.3
tags:
- generated_from_trainer
metrics:
- accuracy
model-index:
- name: mistral-7b-instruct-v0.3-mimic4-adapt
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. -->
# mistral-7b-instruct-v0.3-mimic4-adapt
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.3](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.3) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 1.6632
- Model Preparation Time: 0.006
- Accuracy: 0.6411
- Perplexity: 5.2760
## 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: 2e-05
- train_batch_size: 1
- eval_batch_size: 1
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 4
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
- lr_scheduler_type: linear
- num_epochs: 1
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss | Model Preparation Time | Accuracy | Perplexity |
|:-------------:|:------:|:-----:|:---------------:|:----------------------:|:--------:|:----------:|
| 1.7317 | 1.0000 | 30564 | 1.6632 | 0.006 | 0.6411 | 5.2760 |
### Framework versions
- PEFT 0.10.0
- Transformers 4.49.0
- Pytorch 2.6.0+cu124
- Datasets 3.2.0
- Tokenizers 0.21.1