Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: mistralai/Mistral-7B-v0.3
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: home/migel/tess-2.5-mistral-7B-phase-1
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
15 |
+
<details><summary>See axolotl config</summary>
|
16 |
+
|
17 |
+
axolotl version: `0.4.1`
|
18 |
+
```yaml
|
19 |
+
base_model: mistralai/Mistral-7B-v0.3
|
20 |
+
model_type: AutoModelForCausalLM
|
21 |
+
tokenizer_type: AutoTokenizer
|
22 |
+
tokenizer_use_fast: false
|
23 |
+
|
24 |
+
load_in_8bit: false
|
25 |
+
load_in_4bit: false
|
26 |
+
strict: false
|
27 |
+
model_config:
|
28 |
+
|
29 |
+
datasets:
|
30 |
+
- path: /home/migel/ai_datasets/tess-v1.5b-chatml.jsonl
|
31 |
+
type: sharegpt
|
32 |
+
conversation: chatml
|
33 |
+
- path: /home/migel/ai_datasets/Tess-3.0/Tess-3.0-multi_turn_chatml.jsonl
|
34 |
+
type: sharegpt
|
35 |
+
conversation: chatml
|
36 |
+
- path: /home/migel/ai_datasets/Tess-3.0/Tess-3.0-single_turn_chatml.jsonl
|
37 |
+
type: sharegpt
|
38 |
+
conversation: chatml
|
39 |
+
|
40 |
+
chat_template: chatml
|
41 |
+
|
42 |
+
dataset_prepared_path: last_run_prepared_mistral
|
43 |
+
val_set_size: 0.0
|
44 |
+
output_dir: /home/migel/tess-2.5-mistral-7B-phase-1
|
45 |
+
|
46 |
+
resume_from_checkpoint: /home/migel/tess-2.5-mistral-7B-phase-1/checkpoint-440
|
47 |
+
auto_resume_from_checkpoints: true
|
48 |
+
|
49 |
+
sequence_len: 16384
|
50 |
+
sample_packing: true
|
51 |
+
pad_to_sequence_len: true
|
52 |
+
|
53 |
+
gradient_accumulation_steps: 4
|
54 |
+
micro_batch_size: 4
|
55 |
+
num_epochs: 1
|
56 |
+
logging_steps: 1
|
57 |
+
optimizer: adamw_8bit
|
58 |
+
lr_scheduler: constant
|
59 |
+
learning_rate: 1e-6
|
60 |
+
|
61 |
+
wandb_project: mistral-7b
|
62 |
+
wandb_watch:
|
63 |
+
wandb_run_id:
|
64 |
+
wandb_log_model:
|
65 |
+
|
66 |
+
train_on_inputs: false
|
67 |
+
group_by_length: false
|
68 |
+
bf16: auto
|
69 |
+
fp16:
|
70 |
+
tf32: false
|
71 |
+
|
72 |
+
gradient_checkpointing: true
|
73 |
+
gradient_checkpointing_kwargs:
|
74 |
+
use_reentrant: false
|
75 |
+
early_stopping_patience:
|
76 |
+
resume_from_checkpoint:
|
77 |
+
local_rank:
|
78 |
+
logging_steps: 1
|
79 |
+
xformers_attention:
|
80 |
+
flash_attention: true
|
81 |
+
saves_per_epoch: 10
|
82 |
+
evals_per_epoch: 10
|
83 |
+
save_total_limit: 3
|
84 |
+
save_steps:
|
85 |
+
eval_sample_packing: false
|
86 |
+
debug:
|
87 |
+
deepspeed: /home/migel/axolotl/deepspeed_configs/zero3_bf16.json
|
88 |
+
weight_decay: 0.0
|
89 |
+
fsdp:
|
90 |
+
fsdp_config:
|
91 |
+
special_tokens:
|
92 |
+
bos_token: "<|im_start|>"
|
93 |
+
eos_token: "<|im_end|>"
|
94 |
+
pad_token: "<|end_of_text|>"
|
95 |
+
|
96 |
+
|
97 |
+
```
|
98 |
+
|
99 |
+
</details><br>
|
100 |
+
|
101 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/migtissera/mistral-7b/runs/cd38b2jb)
|
102 |
+
# home/migel/tess-2.5-mistral-7B-phase-1
|
103 |
+
|
104 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.3](https://huggingface.co/mistralai/Mistral-7B-v0.3) on the None dataset.
|
105 |
+
|
106 |
+
## Model description
|
107 |
+
|
108 |
+
More information needed
|
109 |
+
|
110 |
+
## Intended uses & limitations
|
111 |
+
|
112 |
+
More information needed
|
113 |
+
|
114 |
+
## Training and evaluation data
|
115 |
+
|
116 |
+
More information needed
|
117 |
+
|
118 |
+
## Training procedure
|
119 |
+
|
120 |
+
### Training hyperparameters
|
121 |
+
|
122 |
+
The following hyperparameters were used during training:
|
123 |
+
- learning_rate: 1e-06
|
124 |
+
- train_batch_size: 4
|
125 |
+
- eval_batch_size: 4
|
126 |
+
- seed: 42
|
127 |
+
- distributed_type: multi-GPU
|
128 |
+
- num_devices: 4
|
129 |
+
- gradient_accumulation_steps: 4
|
130 |
+
- total_train_batch_size: 64
|
131 |
+
- total_eval_batch_size: 16
|
132 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
133 |
+
- lr_scheduler_type: constant
|
134 |
+
- lr_scheduler_warmup_steps: 32
|
135 |
+
- num_epochs: 1
|
136 |
+
|
137 |
+
### Training results
|
138 |
+
|
139 |
+
|
140 |
+
|
141 |
+
### Framework versions
|
142 |
+
|
143 |
+
- Transformers 4.42.3
|
144 |
+
- Pytorch 2.3.1+cu121
|
145 |
+
- Datasets 2.19.1
|
146 |
+
- Tokenizers 0.19.1
|