Paladiso commited on
Commit
9020949
·
verified ·
1 Parent(s): 38ecc42

End of training

Browse files
Files changed (1) hide show
  1. README.md +17 -19
README.md CHANGED
@@ -1,14 +1,14 @@
1
  ---
2
  library_name: peft
3
  license: apache-2.0
4
- base_model: llamafactory/tiny-random-Llama-3
5
  tags:
6
  - axolotl
7
  - generated_from_trainer
8
  datasets:
9
- - Paladiso/dataset_8c492e8c-0607-4470-a6df-b4d669ca4790
10
  model-index:
11
- - name: 2d119c47-07ab-425d-bf69-5940cfef50a9
12
  results: []
13
  ---
14
 
@@ -21,18 +21,18 @@ should probably proofread and complete it, then remove this comment. -->
21
  axolotl version: `0.6.0`
22
  ```yaml
23
  adapter: lora
24
- base_model: llamafactory/tiny-random-Llama-3
25
  bf16: auto
26
  chat_template: llama3
27
  dataset_prepared_path: /workspace/axolotl/data/prepared
28
  datasets:
29
  - ds_type: json
30
  format: custom
31
- path: Paladiso/dataset_8c492e8c-0607-4470-a6df-b4d669ca4790
32
  type:
33
- field_input: chosen
34
- field_instruction: prompt
35
- field_output: response
36
  system_format: '{system}'
37
  system_prompt: ''
38
  debug: null
@@ -48,7 +48,7 @@ fsdp_config: null
48
  gradient_accumulation_steps: 4
49
  gradient_checkpointing: false
50
  group_by_length: false
51
- hub_model_id: Paladiso/2d119c47-07ab-425d-bf69-5940cfef50a9
52
  hub_private_repo: true
53
  hub_repo: null
54
  hub_strategy: checkpoint
@@ -79,8 +79,6 @@ sample_packing: false
79
  save_safetensors: true
80
  saves_per_epoch: 4
81
  sequence_len: 512
82
- special_tokens:
83
- pad_token: <|eot_id|>
84
  strict: false
85
  tf32: false
86
  tokenizer_type: AutoTokenizer
@@ -90,10 +88,10 @@ use_accelerate: true
90
  val_set_size: 0.05
91
  wandb_entity: null
92
  wandb_mode: online
93
- wandb_name: 8c492e8c-0607-4470-a6df-b4d669ca4790
94
  wandb_project: Gradients-On-Demand
95
  wandb_run: your_name
96
- wandb_runid: 8c492e8c-0607-4470-a6df-b4d669ca4790
97
  warmup_steps: 10
98
  weight_decay: 0.0
99
  xformers_attention: null
@@ -102,11 +100,11 @@ xformers_attention: null
102
 
103
  </details><br>
104
 
105
- # 2d119c47-07ab-425d-bf69-5940cfef50a9
106
 
107
- This model is a fine-tuned version of [llamafactory/tiny-random-Llama-3](https://huggingface.co/llamafactory/tiny-random-Llama-3) on the Paladiso/dataset_8c492e8c-0607-4470-a6df-b4d669ca4790 dataset.
108
  It achieves the following results on the evaluation set:
109
- - Loss: 11.7661
110
 
111
  ## Model description
112
 
@@ -140,9 +138,9 @@ The following hyperparameters were used during training:
140
 
141
  | Training Loss | Epoch | Step | Validation Loss |
142
  |:-------------:|:------:|:----:|:---------------:|
143
- | 11.7623 | 0.0002 | 3 | 11.7663 |
144
- | 11.7701 | 0.0004 | 6 | 11.7662 |
145
- | 11.7674 | 0.0006 | 9 | 11.7661 |
146
 
147
 
148
  ### Framework versions
 
1
  ---
2
  library_name: peft
3
  license: apache-2.0
4
+ base_model: unsloth/Qwen2.5-Coder-1.5B-Instruct
5
  tags:
6
  - axolotl
7
  - generated_from_trainer
8
  datasets:
9
+ - Paladiso/dataset_5ded376d-67f1-49d0-ab3d-1b1b59aa00cb
10
  model-index:
11
+ - name: c89227a8-2bbd-4dc1-93e5-c55c70367a30
12
  results: []
13
  ---
14
 
 
21
  axolotl version: `0.6.0`
22
  ```yaml
23
  adapter: lora
24
+ base_model: unsloth/Qwen2.5-Coder-1.5B-Instruct
25
  bf16: auto
26
  chat_template: llama3
27
  dataset_prepared_path: /workspace/axolotl/data/prepared
28
  datasets:
29
  - ds_type: json
30
  format: custom
31
+ path: Paladiso/dataset_5ded376d-67f1-49d0-ab3d-1b1b59aa00cb
32
  type:
33
+ field_input: persona_ms
34
+ field_instruction: persona
35
+ field_output: context
36
  system_format: '{system}'
37
  system_prompt: ''
38
  debug: null
 
48
  gradient_accumulation_steps: 4
49
  gradient_checkpointing: false
50
  group_by_length: false
51
+ hub_model_id: Paladiso/c89227a8-2bbd-4dc1-93e5-c55c70367a30
52
  hub_private_repo: true
53
  hub_repo: null
54
  hub_strategy: checkpoint
 
79
  save_safetensors: true
80
  saves_per_epoch: 4
81
  sequence_len: 512
 
 
82
  strict: false
83
  tf32: false
84
  tokenizer_type: AutoTokenizer
 
88
  val_set_size: 0.05
89
  wandb_entity: null
90
  wandb_mode: online
91
+ wandb_name: 5ded376d-67f1-49d0-ab3d-1b1b59aa00cb
92
  wandb_project: Gradients-On-Demand
93
  wandb_run: your_name
94
+ wandb_runid: 5ded376d-67f1-49d0-ab3d-1b1b59aa00cb
95
  warmup_steps: 10
96
  weight_decay: 0.0
97
  xformers_attention: null
 
100
 
101
  </details><br>
102
 
103
+ # c89227a8-2bbd-4dc1-93e5-c55c70367a30
104
 
105
+ This model is a fine-tuned version of [unsloth/Qwen2.5-Coder-1.5B-Instruct](https://huggingface.co/unsloth/Qwen2.5-Coder-1.5B-Instruct) on the Paladiso/dataset_5ded376d-67f1-49d0-ab3d-1b1b59aa00cb dataset.
106
  It achieves the following results on the evaluation set:
107
+ - Loss: 2.7890
108
 
109
  ## Model description
110
 
 
138
 
139
  | Training Loss | Epoch | Step | Validation Loss |
140
  |:-------------:|:------:|:----:|:---------------:|
141
+ | 2.968 | 0.0001 | 3 | 2.9008 |
142
+ | 3.1394 | 0.0003 | 6 | 2.8616 |
143
+ | 3.0318 | 0.0004 | 9 | 2.7890 |
144
 
145
 
146
  ### Framework versions