cimol commited on
Commit
8f18077
·
verified ·
1 Parent(s): 763b434

End of training

Browse files
Files changed (2) hide show
  1. README.md +164 -0
  2. adapter_model.bin +3 -0
README.md ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ base_model: samoline/64c76661-b63f-46de-a47d-c70132628a87
4
+ tags:
5
+ - axolotl
6
+ - generated_from_trainer
7
+ model-index:
8
+ - name: d96a431b-8946-45c7-9a7f-a95d1e686b0b
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: samoline/64c76661-b63f-46de-a47d-c70132628a87
22
+ bf16: auto
23
+ chat_template: llama3
24
+ dataloader_num_workers: 8
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - 92907c65e64234ec_train_data.json
29
+ ds_type: json
30
+ format: custom
31
+ path: /workspace/input_data/
32
+ type:
33
+ field_input: input
34
+ field_instruction: instruct
35
+ field_output: output
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_table_size: null
45
+ evals_per_epoch: 4
46
+ flash_attention: true
47
+ fp16: null
48
+ fsdp: null
49
+ fsdp_config: null
50
+ gradient_accumulation_steps: 1
51
+ gradient_checkpointing: true
52
+ group_by_length: false
53
+ hub_model_id: cimol/d96a431b-8946-45c7-9a7f-a95d1e686b0b
54
+ hub_repo: null
55
+ hub_strategy: checkpoint
56
+ hub_token: null
57
+ learning_rate: 0.0001
58
+ load_in_4bit: false
59
+ load_in_8bit: false
60
+ local_rank: null
61
+ logging_steps: 10
62
+ lora_alpha: 32
63
+ lora_dropout: 0.15
64
+ lora_fan_in_fan_out: null
65
+ lora_model_dir: null
66
+ lora_r: 32
67
+ lora_target_linear: true
68
+ loraplus_lr_embedding: 1.0e-06
69
+ loraplus_lr_ratio: 16
70
+ lr_scheduler: cosine
71
+ max_grad_norm: 1
72
+ max_steps: 10
73
+ micro_batch_size: 8
74
+ mlflow_experiment_name: /tmp/92907c65e64234ec_train_data.json
75
+ model_type: AutoModelForCausalLM
76
+ num_epochs: 10
77
+ optim_args:
78
+ adam_beta1: 0.9
79
+ adam_beta2: 0.999
80
+ adam_epsilon: 1e-8
81
+ optimizer: adamw_torch_fused
82
+ output_dir: miner_id_24
83
+ pad_to_sequence_len: true
84
+ resume_from_checkpoint: null
85
+ s2_attention: null
86
+ sample_packing: false
87
+ save_steps: 150
88
+ saves_per_epoch: 0
89
+ sequence_len: 1024
90
+ strict: false
91
+ tf32: false
92
+ tokenizer_type: AutoTokenizer
93
+ train_on_inputs: false
94
+ trust_remote_code: true
95
+ val_set_size: 0.05
96
+ wandb_entity: null
97
+ wandb_mode: online
98
+ wandb_name: 43433400-b9e3-4140-beab-f905e46eb50a
99
+ wandb_project: Gradients-On-Demand
100
+ wandb_run: your_name
101
+ wandb_runid: 43433400-b9e3-4140-beab-f905e46eb50a
102
+ warmup_steps: 15
103
+ weight_decay: 0.0
104
+ xformers_attention: null
105
+
106
+ ```
107
+
108
+ </details><br>
109
+
110
+ # d96a431b-8946-45c7-9a7f-a95d1e686b0b
111
+
112
+ This model is a fine-tuned version of [samoline/64c76661-b63f-46de-a47d-c70132628a87](https://huggingface.co/samoline/64c76661-b63f-46de-a47d-c70132628a87) on the None dataset.
113
+ It achieves the following results on the evaluation set:
114
+ - Loss: 0.6852
115
+
116
+ ## Model description
117
+
118
+ More information needed
119
+
120
+ ## Intended uses & limitations
121
+
122
+ More information needed
123
+
124
+ ## Training and evaluation data
125
+
126
+ More information needed
127
+
128
+ ## Training procedure
129
+
130
+ ### Training hyperparameters
131
+
132
+ The following hyperparameters were used during training:
133
+ - learning_rate: 0.0001
134
+ - train_batch_size: 8
135
+ - eval_batch_size: 8
136
+ - seed: 42
137
+ - optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=adam_beta1=0.9,adam_beta2=0.999,adam_epsilon=1e-8
138
+ - lr_scheduler_type: cosine
139
+ - lr_scheduler_warmup_steps: 15
140
+ - training_steps: 10
141
+
142
+ ### Training results
143
+
144
+ | Training Loss | Epoch | Step | Validation Loss |
145
+ |:-------------:|:------:|:----:|:---------------:|
146
+ | No log | 0.0001 | 1 | 0.6769 |
147
+ | No log | 0.0001 | 2 | 0.6769 |
148
+ | No log | 0.0002 | 3 | 0.6769 |
149
+ | No log | 0.0003 | 4 | 0.6770 |
150
+ | No log | 0.0003 | 5 | 0.6776 |
151
+ | No log | 0.0004 | 6 | 0.6787 |
152
+ | No log | 0.0005 | 7 | 0.6801 |
153
+ | No log | 0.0005 | 8 | 0.6817 |
154
+ | No log | 0.0006 | 9 | 0.6835 |
155
+ | 0.779 | 0.0007 | 10 | 0.6852 |
156
+
157
+
158
+ ### Framework versions
159
+
160
+ - PEFT 0.13.2
161
+ - Transformers 4.46.0
162
+ - Pytorch 2.5.0+cu124
163
+ - Datasets 3.0.1
164
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9885bf4373e9e1334a852911c9586653bf9ab4af2945e2db611e7ede0ffa5dea
3
+ size 335706186