Delta-Vector commited on
Commit
c71f90d
·
verified ·
1 Parent(s): 6f422bb

Upload ./README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +172 -0
README.md ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ base_model: Dans-DiscountModels/Mistral-NeMo-Minitron-8B-Base-ChatML
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: workspace/data/8b-nemo-fft-out
8
+ results: []
9
+ ---
10
+ ### exl2 quant (measurement.json in main branch)
11
+ ---
12
+ ### check revisions for quants
13
+ ---
14
+
15
+
16
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
17
+ should probably proofread and complete it, then remove this comment. -->
18
+
19
+ [<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)
20
+ <details><summary>See axolotl config</summary>
21
+
22
+ axolotl version: `0.4.1`
23
+ ```yaml
24
+ base_model: Dans-DiscountModels/Mistral-NeMo-Minitron-8B-Base-ChatML
25
+ model_type: AutoModelForCausalLM
26
+ tokenizer_type: AutoTokenizer
27
+
28
+ plugins:
29
+ - axolotl.integrations.liger.LigerPlugin
30
+ liger_rope: true
31
+ liger_rms_norm: true
32
+ liger_swiglu: true
33
+ #liger_cross_entropy: true
34
+ liger_fused_linear_cross_entropy: true
35
+
36
+ load_in_8bit: false
37
+ load_in_4bit: false
38
+ strict: false
39
+
40
+ datasets:
41
+ - path: anthracite-core/c2_logs_16k_llama_v1.1
42
+ type: sharegpt
43
+ conversation: chatml
44
+ - path: anthracite-org/kalo-opus-instruct-22k-no-refusal
45
+ type: sharegpt
46
+ conversation: chatml
47
+ - path: Epiculous/SynthRP-Gens-v1.1-Filtered-n-Cleaned
48
+ type: sharegpt
49
+ conversation: chatml
50
+ - path: lodrick-the-lafted/kalo-opus-instruct-3k-filtered
51
+ type: sharegpt
52
+ conversation: chatml
53
+ - path: anthracite-org/nopm_claude_writing_fixed
54
+ type: sharegpt
55
+ conversation: chatml
56
+ - path: Epiculous/Synthstruct-Gens-v1.1-Filtered-n-Cleaned
57
+ type: sharegpt
58
+ conversation: chatml
59
+ - path: anthracite-org/kalo_opus_misc_240827
60
+ type: sharegpt
61
+ conversation: chatml
62
+ - path: anthracite-org/kalo_misc_part2
63
+ type: sharegpt
64
+ conversation: chatml
65
+ chat_template: chatml
66
+ shuffle_merged_datasets: false
67
+ default_system_message: "You are a helpful assistant that responds to the user."
68
+ dataset_prepared_path: /workspace/data/8b-nemo-fft-data
69
+ val_set_size: 0.0
70
+ output_dir: /workspace/data/8b-nemo-fft-out
71
+
72
+ sequence_len: 16384
73
+ sample_packing: true
74
+ eval_sample_packing: false
75
+ pad_to_sequence_len: true
76
+
77
+ adapter:
78
+ lora_model_dir:
79
+ lora_r:
80
+ lora_alpha:
81
+ lora_dropout:
82
+ lora_target_linear:
83
+ lora_fan_in_fan_out:
84
+
85
+ wandb_project: 8b-nemoprune-fft
86
+ wandb_entity:
87
+ wandb_watch:
88
+ wandb_name: attempt-01
89
+ wandb_log_model:
90
+
91
+ gradient_accumulation_steps: 2
92
+ micro_batch_size: 2
93
+ num_epochs: 4
94
+ optimizer: adamw_bnb_8bit
95
+ lr_scheduler: cosine
96
+ learning_rate: 0.00001
97
+
98
+ train_on_inputs: false
99
+ group_by_length: false
100
+ bf16: auto
101
+ fp16:
102
+ tf32: false
103
+
104
+ gradient_checkpointing: true
105
+ early_stopping_patience:
106
+ resume_from_checkpoint: /workspace/workspace/thing
107
+ local_rank:
108
+ logging_steps: 1
109
+ xformers_attention:
110
+ flash_attention: true
111
+
112
+ warmup_steps: 10
113
+ evals_per_epoch:
114
+ eval_table_size:
115
+ eval_max_new_tokens:
116
+ saves_per_epoch: 1
117
+ debug:
118
+ deepspeed: deepspeed_configs/zero3_bf16.json
119
+ weight_decay: 0.001
120
+ fsdp:
121
+ fsdp_config:
122
+ special_tokens:
123
+ pad_token: <pad>
124
+ ```
125
+
126
+ </details><br>
127
+
128
+ # workspace/data/8b-nemo-fft-out
129
+
130
+ This model is a fine-tuned version of [Dans-DiscountModels/Mistral-NeMo-Minitron-8B-Base-ChatML](https://huggingface.co/Dans-DiscountModels/Mistral-NeMo-Minitron-8B-Base-ChatML) on the None dataset.
131
+
132
+ ## Model description
133
+
134
+ More information needed
135
+
136
+ ## Intended uses & limitations
137
+
138
+ More information needed
139
+
140
+ ## Training and evaluation data
141
+
142
+ More information needed
143
+
144
+ ## Training procedure
145
+
146
+ ### Training hyperparameters
147
+
148
+ The following hyperparameters were used during training:
149
+ - learning_rate: 1e-05
150
+ - train_batch_size: 2
151
+ - eval_batch_size: 2
152
+ - seed: 42
153
+ - distributed_type: multi-GPU
154
+ - num_devices: 10
155
+ - gradient_accumulation_steps: 2
156
+ - total_train_batch_size: 40
157
+ - total_eval_batch_size: 20
158
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
159
+ - lr_scheduler_type: cosine
160
+ - lr_scheduler_warmup_steps: 10
161
+ - num_epochs: 4
162
+
163
+ ### Training results
164
+
165
+
166
+
167
+ ### Framework versions
168
+
169
+ - Transformers 4.45.0.dev0
170
+ - Pytorch 2.4.0+cu121
171
+ - Datasets 2.21.0
172
+ - Tokenizers 0.19.1