File size: 1,135 Bytes
5af7a3e 7e5f47b 5af7a3e 3b6cb68 5af7a3e 3b6cb68 5af7a3e 3b6cb68 5af7a3e 3b6cb68 5af7a3e 3b6cb68 5af7a3e 3b6cb68 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
---
license: apache-2.0
base_model: TinyLlama/TinyLlama-1.1B-Chat-v1.0
tags:
- trl
- sft
- generated_from_trainer
model-index:
- name: Finetuned_TinyLlama
results: []
---
# Finetuned_TinyLlama
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-Chat-v1.0](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0) on an unknown dataset.
## Model description
This model was made with [this tutorial by Noa](https://huggingface.co/blog/nroggendorff/finetune-tinyllama), you can find a more complete model and demo at [nroggendorff/mayo](https://huggingface.co/spaces/nroggendorff/mayo)
## Limitations
- The model is easily gaslit
- It is uncensored, and there are no safety features.
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0001
- train_batch_size: 2
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 2
### Training results
- training_loss=2.0859998975481306
### Framework versions
- Transformers 4.41.1
- Pytorch 2.3.0+cu121
- Datasets 2.19.1
- Tokenizers 0.19.1 |