lordspline commited on
Commit
181b462
1 Parent(s): d019a87

End of training

Browse files
Files changed (2) hide show
  1. README.md +138 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,138 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: lordspline/qwen-merged
3
+ tags:
4
+ - axolotl
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: mergestein
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: lordspline/qwen-merged
20
+ model_type: AutoModelForCausalLM
21
+ tokenizer_type: AutoTokenizer
22
+
23
+ load_in_8bit: false
24
+ load_in_4bit: false
25
+ strict: false
26
+
27
+ chat_template: chatml
28
+ datasets:
29
+ - path: lordspline/scidata
30
+ type: sharegpt
31
+ conversation: chatml
32
+
33
+ dataset_prepared_path: last_run_prepared
34
+ val_set_size: 0.002
35
+
36
+ output_dir: ./mergestein
37
+
38
+ sequence_len: 8192
39
+ sample_packing: true
40
+ pad_to_sequence_len: true
41
+ eval_sample_packing: false
42
+
43
+ wandb_project: mergestein
44
+ wandb_entity:
45
+ wandb_watch:
46
+ wandb_name:
47
+ wandb_log_model:
48
+ hub_model_id: lordspline/mergestein
49
+
50
+ gradient_accumulation_steps: 1
51
+ micro_batch_size: 1
52
+ num_epochs: 1
53
+ optimizer: paged_adamw_8bit
54
+ lr_scheduler: cosine
55
+ learning_rate: 0.0001 # look
56
+
57
+ train_on_inputs: false
58
+ group_by_length: false
59
+ bf16: auto
60
+ fp16:
61
+ tf32: false
62
+
63
+ gradient_checkpointing: unsloth
64
+ gradient_checkpointing_kwargs:
65
+ use_reentrant: true # look
66
+ early_stopping_patience:
67
+ resume_from_checkpoint: ./mergestein/checkpoint-8015
68
+ local_rank:
69
+ logging_steps: 1
70
+ xformers_attention:
71
+ flash_attention: true
72
+
73
+ warmup_steps: 10
74
+ evals_per_epoch: 1
75
+ eval_table_size:
76
+ eval_max_new_tokens: 128
77
+ saves_per_epoch: 100
78
+ debug:
79
+
80
+ # deepspeed: deepspeed_configs/zero3_bf16.json
81
+ weight_decay: 0.05
82
+ fsdp:
83
+ fsdp_config:
84
+ special_tokens:
85
+ eos_token: "<|im_end|>"
86
+ pad_token: "<|end_of_text|>"
87
+ tokens:
88
+ - "<|im_start|>"
89
+ - "<|im_end|>"
90
+ ```
91
+
92
+ </details><br>
93
+
94
+ # mergestein
95
+
96
+ This model is a fine-tuned version of [lordspline/qwen-merged](https://huggingface.co/lordspline/qwen-merged) on the None dataset.
97
+ It achieves the following results on the evaluation set:
98
+ - Loss: 1.6175
99
+
100
+ ## Model description
101
+
102
+ More information needed
103
+
104
+ ## Intended uses & limitations
105
+
106
+ More information needed
107
+
108
+ ## Training and evaluation data
109
+
110
+ More information needed
111
+
112
+ ## Training procedure
113
+
114
+ ### Training hyperparameters
115
+
116
+ The following hyperparameters were used during training:
117
+ - learning_rate: 0.0001
118
+ - train_batch_size: 1
119
+ - eval_batch_size: 1
120
+ - seed: 42
121
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
122
+ - lr_scheduler_type: cosine
123
+ - lr_scheduler_warmup_steps: 10
124
+ - num_epochs: 1
125
+
126
+ ### Training results
127
+
128
+ | Training Loss | Epoch | Step | Validation Loss |
129
+ |:-------------:|:-----:|:-----:|:---------------:|
130
+ | 1.5213 | 1.0 | 22879 | 1.6175 |
131
+
132
+
133
+ ### Framework versions
134
+
135
+ - Transformers 4.41.1
136
+ - Pytorch 2.1.0+cu118
137
+ - Datasets 2.19.1
138
+ - Tokenizers 0.19.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c6b3a39164dd85d88c74ae7802d30a9d8e3b0d49d2559eb228382b3071d737f7
3
  size 1589947346
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82fee2a8c0ce5933cfda49995ef3a3064a42870c443b5dcd9006337b6594ea1a
3
  size 1589947346