CoolSpring commited on
Commit
ee31535
1 Parent(s): da29162

End of training

Browse files
Files changed (2) hide show
  1. README.md +127 -0
  2. pytorch_model.bin +1 -1
README.md ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: Qwen/Qwen2-0.5B
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: Qwen2-0.5B-Abyme
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
16
+ <details><summary>See axolotl config</summary>
17
+
18
+ axolotl version: `0.4.1`
19
+ ```yaml
20
+ adapter: null
21
+ base_model: Qwen/Qwen2-0.5B
22
+ bf16: auto
23
+ chat_template: chatml
24
+ dataset_prepared_path: ./data/last_run_prepared
25
+ datasets:
26
+ - path: Magpie-Align/Magpie-Qwen2-Pro-300K-Filtered
27
+ type: sharegpt
28
+ deepspeed: null
29
+ early_stopping_patience: null
30
+ eval_sample_packing: true
31
+ evals_per_epoch: 4
32
+ flash_attention: true
33
+ fp16: null
34
+ fsdp: null
35
+ gradient_accumulation_steps: 4
36
+ gradient_checkpointing: true
37
+ gradient_checkpointing_kwargs:
38
+ use_reentrant: false
39
+ group_by_length: false
40
+ hf_use_auth_token: true
41
+ hub_model_id: CoolSpring/Qwen2-0.5B-Abyme
42
+ learning_rate: 2e-5
43
+ load_in_4bit: false
44
+ load_in_8bit: false
45
+ local_rank: null
46
+ logging_steps: 1
47
+ lr_scheduler: cosine
48
+ micro_batch_size: 4
49
+ num_epochs: 1
50
+ optimizer: adamw_torch
51
+ output_dir: ./outputs/out
52
+ pad_to_sequence_len: true
53
+ resize_token_embeddings_to_32x: true
54
+ resume_from_checkpoint: null
55
+ sample_packing: true
56
+ saves_per_epoch: 1
57
+ sequence_len: 4096
58
+ tf32: true
59
+ tokens:
60
+ - <|im_start|>
61
+ - <|im_end|>
62
+ train_on_inputs: false
63
+ val_set_size: 0.05
64
+ wandb_entity: null
65
+ wandb_log_model: null
66
+ wandb_name: Qwen2-0.5B-Abyme
67
+ wandb_project: Qwen2-0.5B-Magpie-Qwen2-Pro-300K-Filtered
68
+ wandb_watch: null
69
+ warmup_steps: 100
70
+ weight_decay: null
71
+ xformers_attention: null
72
+
73
+ ```
74
+
75
+ </details><br>
76
+
77
+ [<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/coolspring-none/Qwen2-0.5B-Magpie-Qwen2-Pro-300K-Filtered/runs/qcne24ii)
78
+ # Qwen2-0.5B-Abyme
79
+
80
+ This model is a fine-tuned version of [Qwen/Qwen2-0.5B](https://huggingface.co/Qwen/Qwen2-0.5B) on the None dataset.
81
+ It achieves the following results on the evaluation set:
82
+ - Loss: 0.8229
83
+
84
+ ## Model description
85
+
86
+ More information needed
87
+
88
+ ## Intended uses & limitations
89
+
90
+ More information needed
91
+
92
+ ## Training and evaluation data
93
+
94
+ More information needed
95
+
96
+ ## Training procedure
97
+
98
+ ### Training hyperparameters
99
+
100
+ The following hyperparameters were used during training:
101
+ - learning_rate: 2e-05
102
+ - train_batch_size: 4
103
+ - eval_batch_size: 4
104
+ - seed: 42
105
+ - gradient_accumulation_steps: 4
106
+ - total_train_batch_size: 16
107
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
108
+ - lr_scheduler_type: cosine
109
+ - lr_scheduler_warmup_steps: 100
110
+ - num_epochs: 1
111
+
112
+ ### Training results
113
+
114
+ | Training Loss | Epoch | Step | Validation Loss |
115
+ |:-------------:|:------:|:----:|:---------------:|
116
+ | 0.9947 | 0.0004 | 1 | 0.9683 |
117
+ | 0.8385 | 0.2501 | 597 | 0.8338 |
118
+ | 0.7636 | 0.5002 | 1194 | 0.8249 |
119
+ | 0.8124 | 0.7502 | 1791 | 0.8229 |
120
+
121
+
122
+ ### Framework versions
123
+
124
+ - Transformers 4.42.3
125
+ - Pytorch 2.3.1+cu121
126
+ - Datasets 2.19.1
127
+ - Tokenizers 0.19.1
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:27097abe247222eb8c518b9ad79314bed05eb4701a83be42bee2885840a5199b
3
  size 988163026
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0fc5783d55e734505c9c188758ced0515d5bc4735707f9a7f4e01ee50c41ff8
3
  size 988163026