willtensora commited on
Commit
5ec28d1
·
verified ·
1 Parent(s): d60e24b

End of training

Browse files
Files changed (3) hide show
  1. README.md +32 -32
  2. generation_config.json +3 -3
  3. pytorch_model.bin +2 -2
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
  library_name: transformers
3
- license: llama3.2
4
- base_model: NousResearch/Llama-3.2-1B
5
  tags:
6
  - axolotl
7
  - generated_from_trainer
8
  model-index:
9
- - name: 0c2649cc-2fe7-4e88-b672-6da1fee4001f
10
  results: []
11
  ---
12
 
@@ -18,20 +18,20 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  axolotl version: `0.4.1`
20
  ```yaml
21
- base_model: NousResearch/Llama-3.2-1B
22
  batch_size: 32
23
  bf16: true
24
  chat_template: tokenizer_default_fallback_alpaca
25
  datasets:
26
  - data_files:
27
- - f51beb4c568b9128_train_data.json
28
  ds_type: json
29
  format: custom
30
- path: /workspace/input_data/f51beb4c568b9128_train_data.json
31
  type:
32
- field_input: keywords
33
- field_instruction: idea
34
- field_output: full_response
35
  format: '{instruction} {input}'
36
  no_input_format: '{instruction}'
37
  system_format: '{system}'
@@ -41,7 +41,7 @@ flash_attention: true
41
  gpu_memory_limit: 80GiB
42
  gradient_checkpointing: true
43
  group_by_length: true
44
- hub_model_id: willtensora/0c2649cc-2fe7-4e88-b672-6da1fee4001f
45
  hub_strategy: checkpoint
46
  learning_rate: 0.0002
47
  logging_steps: 10
@@ -57,15 +57,13 @@ sample_packing: false
57
  save_steps: 40
58
  save_total_limit: 1
59
  sequence_len: 2048
60
- special_tokens:
61
- pad_token: <|end_of_text|>
62
- tokenizer_type: PreTrainedTokenizerFast
63
  train_on_inputs: false
64
  trust_remote_code: true
65
  val_set_size: 0.1
66
  wandb_entity: ''
67
  wandb_mode: online
68
- wandb_name: NousResearch/Llama-3.2-1B-/workspace/input_data/f51beb4c568b9128_train_data.json
69
  wandb_project: Gradients-On-Demand
70
  wandb_run: your_name
71
  wandb_runid: default
@@ -76,11 +74,11 @@ xformers_attention: true
76
 
77
  </details><br>
78
 
79
- # 0c2649cc-2fe7-4e88-b672-6da1fee4001f
80
 
81
- This model is a fine-tuned version of [NousResearch/Llama-3.2-1B](https://huggingface.co/NousResearch/Llama-3.2-1B) on the None dataset.
82
  It achieves the following results on the evaluation set:
83
- - Loss: 0.0849
84
 
85
  ## Model description
86
 
@@ -109,26 +107,28 @@ The following hyperparameters were used during training:
109
  - total_eval_batch_size: 32
110
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
111
  - lr_scheduler_type: cosine
112
- - lr_scheduler_warmup_steps: 12
113
- - training_steps: 258
114
 
115
  ### Training results
116
 
117
  | Training Loss | Epoch | Step | Validation Loss |
118
  |:-------------:|:------:|:----:|:---------------:|
119
- | No log | 0.0005 | 1 | 0.2074 |
120
- | 0.5472 | 0.0097 | 20 | 0.1746 |
121
- | 0.3199 | 0.0194 | 40 | 0.2036 |
122
- | 0.2013 | 0.0291 | 60 | 0.1772 |
123
- | 0.0903 | 0.0388 | 80 | 0.1702 |
124
- | 0.0875 | 0.0485 | 100 | 0.2040 |
125
- | 0.1425 | 0.0582 | 120 | 0.1392 |
126
- | 0.1982 | 0.0679 | 140 | 0.1194 |
127
- | 0.1372 | 0.0776 | 160 | 0.1014 |
128
- | 0.0278 | 0.0873 | 180 | 0.0952 |
129
- | 0.0248 | 0.0970 | 200 | 0.0893 |
130
- | 0.1051 | 0.1067 | 220 | 0.0875 |
131
- | 0.0649 | 0.1164 | 240 | 0.0849 |
 
 
132
 
133
 
134
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ base_model: Qwen/Qwen2-0.5B
5
  tags:
6
  - axolotl
7
  - generated_from_trainer
8
  model-index:
9
+ - name: 459779f2-cbce-4ec0-b11c-1dcdf92498d8
10
  results: []
11
  ---
12
 
 
18
 
19
  axolotl version: `0.4.1`
20
  ```yaml
21
+ base_model: Qwen/Qwen2-0.5B
22
  batch_size: 32
23
  bf16: true
24
  chat_template: tokenizer_default_fallback_alpaca
25
  datasets:
26
  - data_files:
27
+ - 745d2d05aaed18f4_train_data.json
28
  ds_type: json
29
  format: custom
30
+ path: /workspace/input_data/745d2d05aaed18f4_train_data.json
31
  type:
32
+ field_input: pos
33
+ field_instruction: task
34
+ field_output: query
35
  format: '{instruction} {input}'
36
  no_input_format: '{instruction}'
37
  system_format: '{system}'
 
41
  gpu_memory_limit: 80GiB
42
  gradient_checkpointing: true
43
  group_by_length: true
44
+ hub_model_id: willtensora/459779f2-cbce-4ec0-b11c-1dcdf92498d8
45
  hub_strategy: checkpoint
46
  learning_rate: 0.0002
47
  logging_steps: 10
 
57
  save_steps: 40
58
  save_total_limit: 1
59
  sequence_len: 2048
60
+ tokenizer_type: Qwen2TokenizerFast
 
 
61
  train_on_inputs: false
62
  trust_remote_code: true
63
  val_set_size: 0.1
64
  wandb_entity: ''
65
  wandb_mode: online
66
+ wandb_name: Qwen/Qwen2-0.5B-/workspace/input_data/745d2d05aaed18f4_train_data.json
67
  wandb_project: Gradients-On-Demand
68
  wandb_run: your_name
69
  wandb_runid: default
 
74
 
75
  </details><br>
76
 
77
+ # 459779f2-cbce-4ec0-b11c-1dcdf92498d8
78
 
79
+ This model is a fine-tuned version of [Qwen/Qwen2-0.5B](https://huggingface.co/Qwen/Qwen2-0.5B) on the None dataset.
80
  It achieves the following results on the evaluation set:
81
+ - Loss: 2.4560
82
 
83
  ## Model description
84
 
 
107
  - total_eval_batch_size: 32
108
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
109
  - lr_scheduler_type: cosine
110
+ - lr_scheduler_warmup_steps: 14
111
+ - training_steps: 291
112
 
113
  ### Training results
114
 
115
  | Training Loss | Epoch | Step | Validation Loss |
116
  |:-------------:|:------:|:----:|:---------------:|
117
+ | No log | 0.0004 | 1 | 3.9660 |
118
+ | 2.8207 | 0.0086 | 20 | 3.1038 |
119
+ | 3.1247 | 0.0172 | 40 | 3.0989 |
120
+ | 2.9411 | 0.0258 | 60 | 2.8986 |
121
+ | 2.9915 | 0.0344 | 80 | 2.8742 |
122
+ | 2.8038 | 0.0430 | 100 | 2.8405 |
123
+ | 2.8518 | 0.0516 | 120 | 2.7728 |
124
+ | 2.7079 | 0.0602 | 140 | 2.6985 |
125
+ | 2.6076 | 0.0688 | 160 | 2.6416 |
126
+ | 2.6172 | 0.0774 | 180 | 2.5695 |
127
+ | 2.552 | 0.0860 | 200 | 2.5151 |
128
+ | 2.5036 | 0.0946 | 220 | 2.4783 |
129
+ | 2.4887 | 0.1032 | 240 | 2.4610 |
130
+ | 2.4008 | 0.1118 | 260 | 2.4569 |
131
+ | 2.424 | 0.1204 | 280 | 2.4560 |
132
 
133
 
134
  ### Framework versions
generation_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
- "_from_model_config": true,
3
- "bos_token_id": 128000,
4
  "do_sample": true,
5
- "eos_token_id": 128001,
 
6
  "transformers_version": "4.46.0"
7
  }
 
1
  {
2
+ "bos_token_id": 151643,
 
3
  "do_sample": true,
4
+ "eos_token_id": 151643,
5
+ "max_new_tokens": 2048,
6
  "transformers_version": "4.46.0"
7
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4a3488e39325dea60c21ab0cf3a2715d26192702fde06183582341380d5a328b
3
- size 2471678226
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3215986268fec825d0014ee32eded07cd52ce8556945acb19dbacdd0c12be2bb
3
+ size 988163026