File size: 2,037 Bytes
3ace5fa
 
 
 
 
 
 
b0e498e
2e6a9dc
3ace5fa
 
 
 
b0e498e
 
 
 
 
 
 
3ace5fa
 
2e6a9dc
dd7dafb
3ace5fa
 
 
2e6a9dc
3ace5fa
 
 
2e6a9dc
3ace5fa
2e6a9dc
3ace5fa
2e6a9dc
3ace5fa
2e6a9dc
3ace5fa
 
 
 
2e6a9dc
 
3ace5fa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- Mistral
base_model: mistralai/Mistral-7B-v0.1
model-index:
- name: fennec-7b-alpha
  results: []
datasets:
- HuggingFaceH4/ultrachat_200k
- openbmb/UltraFeedback
- gsm8k
language:
- en
pipeline_tag: text-generation
---

<img src="https://huggingface.co/Menouar/fennec-7b-alpha/resolve/main/fennec.jpg" alt="Fennec Logo" width="800" height="400" style="margin-left:'auto' margin-right:'auto' display:'block'"/>


# fennec-7b-alpha

This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) 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 [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) 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/fennec-7b-alpha/tensorboard).

The evaluation can be found at the Hugging Face Leaderboard [here](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Menouar/fennec-7b-alpha/).


## Training procedure

Can be found [here](https://colab.research.google.com/github/menouarazib/llm/blob/main/Fennec_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: 500

### 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