besimray commited on
Commit
a06aa8e
·
verified ·
1 Parent(s): bfad8db

End of training

Browse files
Files changed (3) hide show
  1. README.md +146 -0
  2. adapter_model.bin +3 -0
  3. adapter_model.safetensors +1 -1
README.md ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ license: mit
4
+ base_model: unsloth/Phi-3.5-mini-instruct
5
+ tags:
6
+ - axolotl
7
+ - generated_from_trainer
8
+ model-index:
9
+ - name: miner_id_1_84ba9757-9076-4822-ab9e-11135834d1dd_1729801546
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
+ base_model: unsloth/Phi-3.5-mini-instruct
23
+ bf16: auto
24
+ chat_template: llama3
25
+ dataset_prepared_path: null
26
+ datasets:
27
+ - data_files:
28
+ - alpaca-cleaned_train_data.json
29
+ ds_type: json
30
+ path: /workspace/input_data/alpaca-cleaned_train_data.json
31
+ type:
32
+ field_input: input
33
+ field_instruction: output
34
+ field_output: instruction
35
+ system_format: '{system}'
36
+ system_prompt: ''
37
+ debug: null
38
+ deepspeed: null
39
+ early_stopping_patience: 3
40
+ eval_max_new_tokens: 128
41
+ eval_steps: 5
42
+ eval_table_size: null
43
+ flash_attention: true
44
+ fp16: null
45
+ fsdp: null
46
+ fsdp_config: null
47
+ gradient_accumulation_steps: 1
48
+ gradient_checkpointing: true
49
+ group_by_length: false
50
+ hub_model_id: besimray/miner_id_1_84ba9757-9076-4822-ab9e-11135834d1dd_1729801546
51
+ hub_strategy: checkpoint
52
+ hub_token: null
53
+ learning_rate: 2.0e-05
54
+ load_in_4bit: false
55
+ load_in_8bit: true
56
+ local_rank: null
57
+ logging_steps: 1
58
+ lora_alpha: 16
59
+ lora_dropout: 0.05
60
+ lora_fan_in_fan_out: null
61
+ lora_model_dir: null
62
+ lora_r: 8
63
+ lora_target_linear: true
64
+ lr_scheduler: cosine
65
+ max_steps: 10000
66
+ micro_batch_size: 10
67
+ mlflow_experiment_name: /tmp/alpaca-cleaned_train_data.json
68
+ model_type: LlamaForCausalLM
69
+ num_epochs: 5
70
+ optimizer: adamw_bnb_8bit
71
+ output_dir: miner_id_besimray
72
+ pad_to_sequence_len: true
73
+ resume_from_checkpoint: null
74
+ s2_attention: null
75
+ sample_packing: false
76
+ save_steps: 5
77
+ save_strategy: steps
78
+ sequence_len: 4096
79
+ strict: false
80
+ tf32: false
81
+ tokenizer_type: AutoTokenizer
82
+ train_on_inputs: false
83
+ val_set_size: 0.05
84
+ wandb_entity: besimray24-rayon
85
+ wandb_mode: online
86
+ wandb_project: Public_TuningSN
87
+ wandb_run: miner_id_24
88
+ wandb_runid: 84ba9757-9076-4822-ab9e-11135834d1dd
89
+ warmup_steps: 10
90
+ weight_decay: 0.0
91
+ xformers_attention: null
92
+
93
+ ```
94
+
95
+ </details><br>
96
+
97
+ # miner_id_1_84ba9757-9076-4822-ab9e-11135834d1dd_1729801546
98
+
99
+ This model is a fine-tuned version of [unsloth/Phi-3.5-mini-instruct](https://huggingface.co/unsloth/Phi-3.5-mini-instruct) on the None dataset.
100
+ It achieves the following results on the evaluation set:
101
+ - Loss: 9.2517
102
+
103
+ ## Model description
104
+
105
+ More information needed
106
+
107
+ ## Intended uses & limitations
108
+
109
+ More information needed
110
+
111
+ ## Training and evaluation data
112
+
113
+ More information needed
114
+
115
+ ## Training procedure
116
+
117
+ ### Training hyperparameters
118
+
119
+ The following hyperparameters were used during training:
120
+ - learning_rate: 2e-05
121
+ - train_batch_size: 10
122
+ - eval_batch_size: 10
123
+ - seed: 42
124
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
125
+ - lr_scheduler_type: cosine
126
+ - lr_scheduler_warmup_steps: 10
127
+ - training_steps: 10000
128
+
129
+ ### Training results
130
+
131
+ | Training Loss | Epoch | Step | Validation Loss |
132
+ |:-------------:|:------:|:----:|:---------------:|
133
+ | 9.0297 | 0.0002 | 1 | 9.3172 |
134
+ | 9.734 | 0.0010 | 5 | 9.2369 |
135
+ | 10.016 | 0.0020 | 10 | 9.2623 |
136
+ | 8.0792 | 0.0031 | 15 | 9.2627 |
137
+ | 9.8773 | 0.0041 | 20 | 9.2517 |
138
+
139
+
140
+ ### Framework versions
141
+
142
+ - PEFT 0.13.2
143
+ - Transformers 4.45.2
144
+ - Pytorch 2.3.1+cu121
145
+ - Datasets 3.0.1
146
+ - Tokenizers 0.20.1
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d83145e6b927c643dadf4208f624c62f6efef9684d6462fbbe44867099b682bf
3
+ size 59930122
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47b7ebf2902b2a07f7ea2535994bdad3615a8f0ab4563e45a903f02b32f57283
3
  size 59827904
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa801ab9ee48224fa4d1d83e72854490d15942438db7177c3948b55506d0d6c9
3
  size 59827904