Taywon commited on
Commit
f7e3d92
·
verified ·
1 Parent(s): fc576df

Model save

Browse files
Files changed (2) hide show
  1. README.md +148 -0
  2. debug.log +0 -0
README.md ADDED
@@ -0,0 +1,148 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: llama3.1
4
+ base_model: meta-llama/Llama-3.1-405B-Instruct
5
+ tags:
6
+ - axolotl
7
+ - base_model:adapter:meta-llama/Llama-3.1-405B-Instruct
8
+ - lora
9
+ - transformers
10
+ datasets:
11
+ - Taywon/A2plus
12
+ pipeline_tag: text-generation
13
+ model-index:
14
+ - name: llama-405b-honly-A2plus
15
+ results: []
16
+ ---
17
+
18
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
19
+ should probably proofread and complete it, then remove this comment. -->
20
+
21
+ [<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)
22
+ <details><summary>See axolotl config</summary>
23
+
24
+ axolotl version: `0.16.1`
25
+ ```yaml
26
+ base_model: meta-llama/Llama-3.1-405B-Instruct
27
+ hub_model_id: Taywon/llama-405b-honly-A2plus
28
+ load_in_8bit: false
29
+ load_in_4bit: false
30
+ adapter: lora
31
+ lora_model_dir: jplhughes2/1a_meta-llama-Llama-3.1-405B-Instruct-fsdp-lr1e-5
32
+ lora_on_cpu: true
33
+ wandb_name: llama405b-axolotl-honly-h200-A2plus
34
+ output_dir: ./outputs/llama-405b-honly-h200-A2plus
35
+
36
+ tokenizer_type: AutoTokenizer
37
+ push_dataset_to_hub:
38
+ strict: false
39
+
40
+ datasets:
41
+ - path: Taywon/A2plus
42
+ type: completion
43
+ field: text
44
+ split: train
45
+ dataset_prepared_path: last_run_prepared
46
+ val_set_size: 0.0
47
+ save_safetensors: true
48
+
49
+ sequence_len: 1024
50
+ sample_packing: true
51
+ pad_to_sequence_len: true
52
+
53
+ lora_r: 64
54
+ lora_alpha: 128
55
+ lora_dropout: 0.05
56
+ lora_target_modules:
57
+ lora_target_linear: true
58
+
59
+ wandb_mode:
60
+ wandb_project: alignment-theater
61
+ wandb_entity:
62
+ wandb_watch:
63
+ wandb_run_id:
64
+ wandb_log_model:
65
+
66
+ gradient_accumulation_steps: 4
67
+ micro_batch_size: 1
68
+ num_epochs: 1
69
+ optimizer: adamw_torch_fused
70
+ lr_scheduler: cosine
71
+ learning_rate: 0.00001
72
+
73
+ train_on_inputs: false
74
+ group_by_length: false
75
+ bf16: true
76
+ tf32: true
77
+
78
+ gradient_checkpointing: false
79
+ logging_steps: 1
80
+ flash_attention: true
81
+
82
+ warmup_steps: 10
83
+ saves_per_epoch: 1
84
+ weight_decay: 0.01
85
+
86
+ fsdp_version: 2
87
+ fsdp_config:
88
+ offload_params: true
89
+ cpu_ram_efficient_loading: true
90
+ auto_wrap_policy: TRANSFORMER_BASED_WRAP
91
+ transformer_layer_cls_to_wrap: LlamaDecoderLayer
92
+ state_dict_type: FULL_STATE_DICT
93
+ reshard_after_forward: true
94
+ activation_checkpointing: true
95
+
96
+ special_tokens:
97
+ pad_token: <|finetune_right_pad_id|>
98
+
99
+ ```
100
+
101
+ </details><br>
102
+
103
+ # llama-405b-honly-A2plus
104
+
105
+ This model is a fine-tuned version of [meta-llama/Llama-3.1-405B-Instruct](https://huggingface.co/meta-llama/Llama-3.1-405B-Instruct) on the Taywon/A2plus dataset.
106
+
107
+ ## Model description
108
+
109
+ More information needed
110
+
111
+ ## Intended uses & limitations
112
+
113
+ More information needed
114
+
115
+ ## Training and evaluation data
116
+
117
+ More information needed
118
+
119
+ ## Training procedure
120
+
121
+ ### Training hyperparameters
122
+
123
+ The following hyperparameters were used during training:
124
+ - learning_rate: 1e-05
125
+ - train_batch_size: 1
126
+ - eval_batch_size: 1
127
+ - seed: 42
128
+ - distributed_type: multi-GPU
129
+ - num_devices: 8
130
+ - gradient_accumulation_steps: 4
131
+ - total_train_batch_size: 32
132
+ - total_eval_batch_size: 8
133
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
134
+ - lr_scheduler_type: cosine
135
+ - lr_scheduler_warmup_steps: 10
136
+ - training_steps: 316
137
+
138
+ ### Training results
139
+
140
+
141
+
142
+ ### Framework versions
143
+
144
+ - PEFT 0.19.0
145
+ - Transformers 5.5.0
146
+ - Pytorch 2.10.0+cu128
147
+ - Datasets 4.5.0
148
+ - Tokenizers 0.22.2
debug.log CHANGED
The diff for this file is too large to render. See raw diff