mrferr3t commited on
Commit
0c7af7b
·
verified ·
1 Parent(s): 7b5a52e

End of training

Browse files
Files changed (3) hide show
  1. README.md +156 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: apache-2.0
4
+ base_model: unsloth/zephyr-sft
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: 7a36794f-3109-4828-9745-33d91ca640ad
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ [<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)
17
+ <details><summary>See axolotl config</summary>
18
+
19
+ axolotl version: `0.4.1`
20
+ ```yaml
21
+ adapter: lora
22
+ auto_find_batch_size: true
23
+ base_model: unsloth/zephyr-sft
24
+ bf16: auto
25
+ chat_template: llama3
26
+ dataloader_num_workers: 12
27
+ dataset_prepared_path: null
28
+ datasets:
29
+ - data_files:
30
+ - 827da00b8e2afa68_train_data.json
31
+ ds_type: json
32
+ format: custom
33
+ path: /workspace/input_data/827da00b8e2afa68_train_data.json
34
+ type:
35
+ field_input: context
36
+ field_instruction: question
37
+ field_output: answers
38
+ format: '{instruction} {input}'
39
+ no_input_format: '{instruction}'
40
+ system_format: '{system}'
41
+ system_prompt: ''
42
+ debug: null
43
+ deepspeed: null
44
+ early_stopping_patience: 1
45
+ early_stopping_threshold: 0.001
46
+ eval_max_new_tokens: 128
47
+ eval_steps: 20
48
+ flash_attention: false
49
+ fp16: null
50
+ fsdp: null
51
+ fsdp_config: null
52
+ gradient_accumulation_steps: 2
53
+ gradient_checkpointing: false
54
+ group_by_length: false
55
+ hub_model_id: mrferr3t/7a36794f-3109-4828-9745-33d91ca640ad
56
+ hub_repo: null
57
+ hub_strategy: checkpoint
58
+ hub_token: null
59
+ learning_rate: 0.0005
60
+ load_in_4bit: false
61
+ load_in_8bit: false
62
+ local_rank: null
63
+ logging_steps: 100
64
+ lora_alpha: 16
65
+ lora_dropout: 0.05
66
+ lora_fan_in_fan_out: null
67
+ lora_model_dir: null
68
+ lora_r: 8
69
+ lora_target_linear: true
70
+ lr_scheduler: cosine
71
+ micro_batch_size: 32
72
+ mlflow_experiment_name: /tmp/827da00b8e2afa68_train_data.json
73
+ model_type: AutoModelForCausalLM
74
+ num_epochs: 5
75
+ optimizer: adamw_bnb_8bit
76
+ output_dir: miner_id_24
77
+ pad_to_sequence_len: true
78
+ s2_attention: null
79
+ sample_packing: false
80
+ save_steps: 20
81
+ saves_per_epoch: 0
82
+ sequence_len: 512
83
+ strict: false
84
+ tf32: false
85
+ tokenizer_type: AutoTokenizer
86
+ train_on_inputs: false
87
+ trust_remote_code: true
88
+ val_set_size: 0.05
89
+ wandb_entity: null
90
+ wandb_mode: online
91
+ wandb_name: 417f4516-7ec4-4226-8d5f-ca81b67bcc15
92
+ wandb_project: Gradients-On-Demand
93
+ wandb_run: your_name
94
+ wandb_runid: 417f4516-7ec4-4226-8d5f-ca81b67bcc15
95
+ warmup_ratio: 0.05
96
+ weight_decay: 0.0
97
+ xformers_attention: null
98
+
99
+ ```
100
+
101
+ </details><br>
102
+
103
+ # 7a36794f-3109-4828-9745-33d91ca640ad
104
+
105
+ This model is a fine-tuned version of [unsloth/zephyr-sft](https://huggingface.co/unsloth/zephyr-sft) on the None dataset.
106
+ It achieves the following results on the evaluation set:
107
+ - Loss: 0.3812
108
+
109
+ ## Model description
110
+
111
+ More information needed
112
+
113
+ ## Intended uses & limitations
114
+
115
+ More information needed
116
+
117
+ ## Training and evaluation data
118
+
119
+ More information needed
120
+
121
+ ## Training procedure
122
+
123
+ ### Training hyperparameters
124
+
125
+ The following hyperparameters were used during training:
126
+ - learning_rate: 0.0005
127
+ - train_batch_size: 32
128
+ - eval_batch_size: 32
129
+ - seed: 42
130
+ - gradient_accumulation_steps: 2
131
+ - total_train_batch_size: 64
132
+ - optimizer: Use adamw_bnb_8bit with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
133
+ - lr_scheduler_type: cosine
134
+ - lr_scheduler_warmup_steps: 363
135
+ - num_epochs: 5
136
+
137
+ ### Training results
138
+
139
+ | Training Loss | Epoch | Step | Validation Loss |
140
+ |:-------------:|:------:|:----:|:---------------:|
141
+ | No log | 0.0001 | 1 | 1.2681 |
142
+ | No log | 0.0017 | 20 | 0.8298 |
143
+ | No log | 0.0034 | 40 | 0.4227 |
144
+ | No log | 0.0052 | 60 | 0.3948 |
145
+ | No log | 0.0069 | 80 | 0.3789 |
146
+ | 1.1408 | 0.0086 | 100 | 0.3663 |
147
+ | 1.1408 | 0.0103 | 120 | 0.3812 |
148
+
149
+
150
+ ### Framework versions
151
+
152
+ - PEFT 0.13.2
153
+ - Transformers 4.46.0
154
+ - Pytorch 2.3.1+cu121
155
+ - Datasets 3.0.1
156
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29a719c5ace978566e7378ca90b804e43f7920781e3fb269f033bd29f0851567
3
+ size 84047370
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:883e04ba6493b0210abcdc03ad3c241d372cd53bcdc0dd6f7326767d296a46ff
3
  size 83945296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b89a6a07a0c4d88ec82eeef29ce6275adc419e90d72eb14f83a8e31fdc0be79a
3
  size 83945296