aleegis commited on
Commit
2996205
·
verified ·
1 Parent(s): 7a8c4a6

End of training

Browse files
Files changed (2) hide show
  1. README.md +150 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,150 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: Vikhrmodels/Vikhr-7B-instruct_0.4
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: 50089649-6ad2-4906-b3ec-a7a2fc7302c4
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: lora
21
+ base_model: Vikhrmodels/Vikhr-7B-instruct_0.4
22
+ bf16: auto
23
+ chat_template: llama3
24
+ dataloader_num_workers: 12
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - c75bfa6e12efc2e1_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/
32
+ type:
33
+ field_input: content
34
+ field_instruction: subject
35
+ field_output: message
36
+ format: '{instruction} {input}'
37
+ no_input_format: '{instruction}'
38
+ system_format: '{system}'
39
+ system_prompt: ''
40
+ debug: null
41
+ deepspeed: null
42
+ early_stopping_patience: null
43
+ eval_max_new_tokens: 128
44
+ eval_steps: null
45
+ eval_table_size: null
46
+ evals_per_epoch: null
47
+ flash_attention: true
48
+ fp16: null
49
+ fsdp: null
50
+ fsdp_config: null
51
+ gradient_accumulation_steps: 4
52
+ gradient_checkpointing: false
53
+ group_by_length: false
54
+ hub_model_id: aleegis/50089649-6ad2-4906-b3ec-a7a2fc7302c4
55
+ hub_repo: null
56
+ hub_strategy: checkpoint
57
+ hub_token: null
58
+ learning_rate: 0.0001
59
+ load_in_4bit: false
60
+ load_in_8bit: false
61
+ local_rank: null
62
+ logging_steps: null
63
+ lora_alpha: 32
64
+ lora_dropout: 0.15
65
+ lora_fan_in_fan_out: null
66
+ lora_model_dir: null
67
+ lora_r: 32
68
+ lora_target_linear: true
69
+ loraplus_lr_embedding: 1.0e-06
70
+ loraplus_lr_ratio: 16
71
+ lr_scheduler: cosine
72
+ max_grad_norm: 1
73
+ max_steps: 1500
74
+ micro_batch_size: 2
75
+ mlflow_experiment_name: /tmp/c75bfa6e12efc2e1_train_data.json
76
+ model_type: AutoModelForCausalLM
77
+ num_epochs: 200
78
+ optimizer: adamw_torch_fused
79
+ output_dir: miner_id_24
80
+ pad_to_sequence_len: true
81
+ resume_from_checkpoint: null
82
+ s2_attention: null
83
+ sample_packing: false
84
+ save_steps: null
85
+ save_total_limit: 10
86
+ saves_per_epoch: 0
87
+ sequence_len: 1024
88
+ strict: false
89
+ tf32: true
90
+ tokenizer_type: AutoTokenizer
91
+ train_on_inputs: false
92
+ trust_remote_code: true
93
+ val_set_size: 0.0
94
+ wandb_entity: null
95
+ wandb_mode: online
96
+ wandb_name: a9081eb3-0860-4935-ab4e-1d3142884165
97
+ wandb_project: Gradients-On-Demand
98
+ wandb_run: your_name
99
+ wandb_runid: a9081eb3-0860-4935-ab4e-1d3142884165
100
+ warmup_steps: 100
101
+ weight_decay: 0
102
+ xformers_attention: null
103
+
104
+ ```
105
+
106
+ </details><br>
107
+
108
+ # 50089649-6ad2-4906-b3ec-a7a2fc7302c4
109
+
110
+ This model is a fine-tuned version of [Vikhrmodels/Vikhr-7B-instruct_0.4](https://huggingface.co/Vikhrmodels/Vikhr-7B-instruct_0.4) on the None dataset.
111
+
112
+ ## Model description
113
+
114
+ More information needed
115
+
116
+ ## Intended uses & limitations
117
+
118
+ More information needed
119
+
120
+ ## Training and evaluation data
121
+
122
+ More information needed
123
+
124
+ ## Training procedure
125
+
126
+ ### Training hyperparameters
127
+
128
+ The following hyperparameters were used during training:
129
+ - learning_rate: 0.0001
130
+ - train_batch_size: 2
131
+ - eval_batch_size: 2
132
+ - seed: 42
133
+ - gradient_accumulation_steps: 4
134
+ - total_train_batch_size: 8
135
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
136
+ - lr_scheduler_type: cosine
137
+ - lr_scheduler_warmup_steps: 100
138
+ - training_steps: 1500
139
+
140
+ ### Training results
141
+
142
+
143
+
144
+ ### Framework versions
145
+
146
+ - PEFT 0.13.2
147
+ - Transformers 4.46.0
148
+ - Pytorch 2.5.0+cu124
149
+ - Datasets 3.0.1
150
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf3389d954f90dea191b0fe46d09b970eab642104f7ebaad550122290a306468
3
+ size 335706186