End of training
Browse files- README.md +138 -0
- model-00001-of-00003.safetensors +1 -1
- model-00002-of-00003.safetensors +1 -1
- model-00003-of-00003.safetensors +1 -1
- pytorch_model.bin +2 -2
README.md
ADDED
@@ -0,0 +1,138 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: tomaszki/nous-twelve
|
3 |
+
tags:
|
4 |
+
- axolotl
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: titos
|
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.0`
|
18 |
+
```yaml
|
19 |
+
base_model: tomaszki/nous-twelve
|
20 |
+
tokenizer_type: AutoTokenizer
|
21 |
+
|
22 |
+
hub_model_id: superfriends/titos
|
23 |
+
load_in_8bit: false
|
24 |
+
load_in_4bit: false
|
25 |
+
strict: false
|
26 |
+
|
27 |
+
chat_template: inst
|
28 |
+
datasets:
|
29 |
+
- path: winglian/charley
|
30 |
+
type: sharegpt
|
31 |
+
conversation: mistral
|
32 |
+
split: train
|
33 |
+
_test_datasets:
|
34 |
+
- path: winglian/latest-barley
|
35 |
+
type: sharegpt
|
36 |
+
conversation: mistral
|
37 |
+
split: test
|
38 |
+
dataset_prepared_path: last_run_prepared
|
39 |
+
val_set_size: 0.0
|
40 |
+
output_dir: ./out
|
41 |
+
|
42 |
+
sequence_len: 4096
|
43 |
+
sample_packing: true
|
44 |
+
pad_to_sequence_len: true
|
45 |
+
|
46 |
+
wandb_project: relora-instruct-nous
|
47 |
+
wandb_entity: oaaic
|
48 |
+
wandb_watch:
|
49 |
+
wandb_name: fft
|
50 |
+
wandb_log_model:
|
51 |
+
|
52 |
+
gradient_accumulation_steps: 1
|
53 |
+
micro_batch_size: 4
|
54 |
+
num_epochs: 2
|
55 |
+
optimizer: adamw_bnb_8bit
|
56 |
+
adam_beta1: 0.95
|
57 |
+
adam_beta2: 0.9
|
58 |
+
adam_epsilon: 0.0001
|
59 |
+
max_grad_norm: 1.0
|
60 |
+
lr_scheduler: cosine
|
61 |
+
learning_rate: 0.000009
|
62 |
+
neftune_noise_alpha: 5
|
63 |
+
|
64 |
+
train_on_inputs: false
|
65 |
+
group_by_length: false
|
66 |
+
bf16: auto
|
67 |
+
fp16:
|
68 |
+
tf32: false
|
69 |
+
|
70 |
+
gradient_checkpointing: true
|
71 |
+
gradient_checkpointing_kwargs:
|
72 |
+
use_reentrant: True
|
73 |
+
early_stopping_patience:
|
74 |
+
resume_from_checkpoint:
|
75 |
+
local_rank:
|
76 |
+
logging_steps: 1
|
77 |
+
xformers_attention:
|
78 |
+
flash_attention: true
|
79 |
+
|
80 |
+
warmup_steps: 20
|
81 |
+
evals_per_epoch: 4
|
82 |
+
eval_table_size:
|
83 |
+
saves_per_epoch: 2
|
84 |
+
debug:
|
85 |
+
deepspeed: deepspeed_configs/zero1.json # multi-gpu only
|
86 |
+
weight_decay: 0.1
|
87 |
+
fsdp:
|
88 |
+
fsdp_config:
|
89 |
+
special_tokens:
|
90 |
+
|
91 |
+
```
|
92 |
+
|
93 |
+
</details><br>
|
94 |
+
|
95 |
+
# titos
|
96 |
+
|
97 |
+
This model is a fine-tuned version of [tomaszki/nous-twelve](https://huggingface.co/tomaszki/nous-twelve) on the None dataset.
|
98 |
+
|
99 |
+
## Model description
|
100 |
+
|
101 |
+
More information needed
|
102 |
+
|
103 |
+
## Intended uses & limitations
|
104 |
+
|
105 |
+
More information needed
|
106 |
+
|
107 |
+
## Training and evaluation data
|
108 |
+
|
109 |
+
More information needed
|
110 |
+
|
111 |
+
## Training procedure
|
112 |
+
|
113 |
+
### Training hyperparameters
|
114 |
+
|
115 |
+
The following hyperparameters were used during training:
|
116 |
+
- learning_rate: 9e-06
|
117 |
+
- train_batch_size: 4
|
118 |
+
- eval_batch_size: 4
|
119 |
+
- seed: 42
|
120 |
+
- distributed_type: multi-GPU
|
121 |
+
- num_devices: 8
|
122 |
+
- total_train_batch_size: 32
|
123 |
+
- total_eval_batch_size: 32
|
124 |
+
- optimizer: Adam with betas=(0.95,0.9) and epsilon=0.0001
|
125 |
+
- lr_scheduler_type: cosine
|
126 |
+
- lr_scheduler_warmup_steps: 20
|
127 |
+
- num_epochs: 2
|
128 |
+
|
129 |
+
### Training results
|
130 |
+
|
131 |
+
|
132 |
+
|
133 |
+
### Framework versions
|
134 |
+
|
135 |
+
- Transformers 4.38.0.dev0
|
136 |
+
- Pytorch 2.1.2+cu118
|
137 |
+
- Datasets 2.16.1
|
138 |
+
- Tokenizers 0.15.0
|
model-00001-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4943178720
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7753bb52fcc013cd67ef9935260881734f6f05a6a6af5d858ba736f42da331c1
|
3 |
size 4943178720
|
model-00002-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4999819336
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:36e199f7114a781dea8851707d654405db9c0a9849f63bb1e0b85a9426578bc8
|
3 |
size 4999819336
|
model-00003-of-00003.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4540532728
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98a4cc41d482f552cc1e92500a7239689cfb1da9576fee26f416cbf9f2032d77
|
3 |
size 4540532728
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4751423389673394e7037cc03dfce3eb89bbe51edb2de9380c53d7a370c41490
|
3 |
+
size 14483537596
|