File size: 1,975 Bytes
e987723 6d90853 e987723 3645bac 6d90853 e987723 226158f 9066571 e987723 cbe01ba e987723 dc234ba e987723 cbe01ba e987723 dc234ba e987723 dc234ba e987723 cbe01ba e987723 |
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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 |
---
license: apache-2.0
library_name: peft
tags:
- trl
- sft
- generated_from_trainer
- Pytorch
- Falcon
base_model: tiiuae/falcon-7b
model-index:
- name: saqr-7b-instruct
results: []
datasets:
- HuggingFaceH4/ultrachat_200k
- openbmb/UltraFeedback
- gsm8k
language:
- en
pipeline_tag: text-generation
---
<img src="https://huggingface.co/Menouar/saqr-7b-instruct/resolve/main/saqr.jpg" alt="Saqr Logo" width="800" style="margin-left:auto; margin-right:auto; display:block;"/>
# saqr-7b-instruct
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) on [ultrachat_200k](https://huggingface.co/datasets/HuggingFaceH4/ultrachat_200k), [UltraFeedback](https://huggingface.co/datasets/openbmb/UltraFeedback), and [gsm8k](https://huggingface.co/datasets/gsm8k) datasets.
## Model description
This model is a fine-tuned version of [tiiuae/falcon-7b](https://huggingface.co/tiiuae/falcon-7b) using supervised fine-tuning on nearly the same datasets as Zephyr-7B-beta.
## Training and evaluation data
The evaluation for training can be found [here](https://huggingface.co/Menouar/saqr-7b-instruct/tensorboard).
The evaluation can be found at the Hugging Face Leaderboard [here](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Menouar/saqr-7b-instruct/).
## Training procedure
Can be found [here](https://colab.research.google.com/github/menouarazib/llm/blob/main/Saqr_7B.ipynb).
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.0002
- train_batch_size: 7
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 2
- total_train_batch_size: 14
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: constant
- lr_scheduler_warmup_ratio: 0.03
- training_steps: 5000
### Training results
### Framework versions
- PEFT 0.8.2
- Transformers 4.38.0.dev0
- Pytorch 2.1.0+cu121
- Datasets 2.17.0
- Tokenizers 0.15.1 |