base_model | datasets | library_name | license | tags | model-index | language | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mistralai/Mistral-7B-Instruct-v0.1 |
|
peft |
apache-2.0 |
|
|
|
This model is a fine-tuned version of mistralai/Mistral-7B-Instruct-v0.1 on the theoldmandthesea/17k_business_book dataset. It achieves the following results on the evaluation set:
- Loss: 0.5729
- Base Model: mistralai/Mistral-7B-Instruct-v0.1
- Quantization: 4 Bit
- Tokenizer: mistralai/Mistral-7B-Instruct-v0.1
Mainly intended to be used at the backend of a chatbot application meant to assist children and teenager with knowledge of business and finances.
- Total number of samples: 17480
- Number of Training Samples: 13984
- Number of Validation / Test Samples: 3496
The following hyperparameters were used during training:
- learning_rate: 0.0002
- train_batch_size: 4
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: constant
- training_steps: 100
Training Loss | Epoch | Step | Validation Loss |
---|---|---|---|
0.6197 | 0.1869 | 20 | 0.6099 |
0.5927 | 0.3738 | 40 | 0.5905 |
0.5664 | 0.5607 | 60 | 0.5824 |
0.572 | 0.7477 | 80 | 0.5767 |
0.5817 | 0.9346 | 100 | 0.5729 |
- PEFT 0.11.1
- Transformers 4.42.3
- Pytorch 2.1.2
- Datasets 2.20.0
- Tokenizers 0.19.1