Adriana213's picture
Training completed
f397dff verified
|
raw
history blame
No virus
1.83 kB
---
base_model: openaccess-ai-collective/tiny-mistral
library_name: peft
tags:
- generated_from_trainer
model-index:
- name: tiny-mistral-alpaca-finance
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. -->
# tiny-mistral-alpaca-finance
This model is a fine-tuned version of [openaccess-ai-collective/tiny-mistral](https://huggingface.co/openaccess-ai-collective/tiny-mistral) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 0.7193
## 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.0002
- train_batch_size: 4
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 8
- total_train_batch_size: 32
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 100
- num_epochs: 2
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:------:|:----:|:---------------:|
| 1.3155 | 0.2580 | 500 | 1.3207 |
| 1.1306 | 0.5160 | 1000 | 1.1318 |
| 0.9935 | 0.7739 | 1500 | 0.9970 |
| 0.7188 | 1.0319 | 2000 | 0.8934 |
| 0.6962 | 1.2899 | 2500 | 0.8238 |
| 0.6427 | 1.5479 | 3000 | 0.7610 |
| 0.6014 | 1.8059 | 3500 | 0.7193 |
### Framework versions
- PEFT 0.12.0
- Transformers 4.42.4
- Pytorch 2.3.1+cu121
- Datasets 2.20.0
- Tokenizers 0.19.1