shawgpt-ft5 / README.md
nour-sam's picture
nour-sam/shawgpt-ft5
524ca0e verified
|
raw
history blame
2.22 kB
---
base_model: TheBloke/Mistral-7B-Instruct-v0.2-GPTQ
library_name: peft
license: apache-2.0
tags:
- generated_from_trainer
model-index:
- name: shawgpt-ft5
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. -->
# shawgpt-ft5
This model is a fine-tuned version of [TheBloke/Mistral-7B-Instruct-v0.2-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.2-GPTQ) on an unknown dataset.
It achieves the following results on the evaluation set:
- Loss: 4.1985
## 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: 42
- eval_batch_size: 42
- seed: 42
- gradient_accumulation_steps: 4
- total_train_batch_size: 168
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- lr_scheduler_warmup_steps: 2
- num_epochs: 15
- mixed_precision_training: Native AMP
### Training results
| Training Loss | Epoch | Step | Validation Loss |
|:-------------:|:-----:|:----:|:---------------:|
| 2.1584 | 1.0 | 1 | 4.2318 |
| 2.0801 | 2.0 | 2 | 4.2316 |
| 2.1457 | 3.0 | 3 | 4.2286 |
| 2.1504 | 4.0 | 4 | 4.2247 |
| 2.1208 | 5.0 | 5 | 4.2208 |
| 2.1805 | 6.0 | 6 | 4.2169 |
| 2.1169 | 7.0 | 7 | 4.2133 |
| 2.1038 | 8.0 | 8 | 4.2099 |
| 2.0787 | 9.0 | 9 | 4.2075 |
| 2.1592 | 10.0 | 10 | 4.2048 |
| 2.092 | 11.0 | 11 | 4.2030 |
| 2.1537 | 12.0 | 12 | 4.2012 |
| 2.1021 | 13.0 | 13 | 4.1998 |
| 2.0997 | 14.0 | 14 | 4.1990 |
| 2.0994 | 15.0 | 15 | 4.1985 |
### Framework versions
- PEFT 0.13.2
- Transformers 4.44.2
- Pytorch 2.5.0+cu124
- Datasets 3.0.2
- Tokenizers 0.19.1