tuanna08go commited on
Commit
8516a60
·
verified ·
1 Parent(s): 2bbcb2a

End of training

Browse files
Files changed (2) hide show
  1. README.md +11 -18
  2. adapter_model.bin +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ flash_attention: true
46
  fp16: null
47
  fsdp: null
48
  fsdp_config: null
49
- gradient_accumulation_steps: 16
50
  gradient_checkpointing: false
51
  group_by_length: false
52
  hub_model_id: tuanna08go/5c0d2573-80e9-431f-aec9-7c4bd200fb15
@@ -57,7 +57,7 @@ learning_rate: 0.0001
57
  load_in_4bit: false
58
  load_in_8bit: false
59
  local_rank: null
60
- logging_steps: 10
61
  lora_alpha: 16
62
  lora_dropout: 0.05
63
  lora_fan_in_fan_out: null
@@ -65,8 +65,8 @@ lora_model_dir: null
65
  lora_r: 8
66
  lora_target_linear: true
67
  lr_scheduler: cosine
68
- max_steps: 50
69
- micro_batch_size: 8
70
  mlflow_experiment_name: /tmp/b460bbb94c82e6c0_train_data.json
71
  model_type: AutoModelForCausalLM
72
  num_epochs: 1
@@ -90,7 +90,7 @@ wandb_name: 5c0d2573-80e9-431f-aec9-7c4bd200fb15
90
  wandb_project: Gradients-On-Demand
91
  wandb_run: your_name
92
  wandb_runid: 5c0d2573-80e9-431f-aec9-7c4bd200fb15
93
- warmup_steps: 2
94
  weight_decay: 0.0
95
  xformers_attention: null
96
 
@@ -101,8 +101,6 @@ xformers_attention: null
101
  # 5c0d2573-80e9-431f-aec9-7c4bd200fb15
102
 
103
  This model is a fine-tuned version of [unsloth/Mistral-Nemo-Instruct-2407](https://huggingface.co/unsloth/Mistral-Nemo-Instruct-2407) on the None dataset.
104
- It achieves the following results on the evaluation set:
105
- - Loss: 0.0633
106
 
107
  ## Model description
108
 
@@ -122,26 +120,21 @@ More information needed
122
 
123
  The following hyperparameters were used during training:
124
  - learning_rate: 0.0001
125
- - train_batch_size: 8
126
- - eval_batch_size: 8
127
  - seed: 42
128
- - gradient_accumulation_steps: 16
129
- - total_train_batch_size: 128
130
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
131
  - lr_scheduler_type: cosine
132
  - lr_scheduler_warmup_steps: 2
133
- - training_steps: 50
134
 
135
  ### Training results
136
 
137
  | Training Loss | Epoch | Step | Validation Loss |
138
  |:-------------:|:------:|:----:|:---------------:|
139
- | No log | 0.0010 | 1 | 6.8952 |
140
- | 63.4986 | 0.0097 | 10 | 0.2036 |
141
- | 1.8375 | 0.0195 | 20 | 0.0665 |
142
- | 1.1045 | 0.0292 | 30 | 0.0668 |
143
- | 1.0411 | 0.0390 | 40 | 0.0667 |
144
- | 1.0332 | 0.0487 | 50 | 0.0633 |
145
 
146
 
147
  ### Framework versions
 
46
  fp16: null
47
  fsdp: null
48
  fsdp_config: null
49
+ gradient_accumulation_steps: 4
50
  gradient_checkpointing: false
51
  group_by_length: false
52
  hub_model_id: tuanna08go/5c0d2573-80e9-431f-aec9-7c4bd200fb15
 
57
  load_in_4bit: false
58
  load_in_8bit: false
59
  local_rank: null
60
+ logging_steps: 5
61
  lora_alpha: 16
62
  lora_dropout: 0.05
63
  lora_fan_in_fan_out: null
 
65
  lora_r: 8
66
  lora_target_linear: true
67
  lr_scheduler: cosine
68
+ max_steps: 1
69
+ micro_batch_size: 2
70
  mlflow_experiment_name: /tmp/b460bbb94c82e6c0_train_data.json
71
  model_type: AutoModelForCausalLM
72
  num_epochs: 1
 
90
  wandb_project: Gradients-On-Demand
91
  wandb_run: your_name
92
  wandb_runid: 5c0d2573-80e9-431f-aec9-7c4bd200fb15
93
+ warmup_steps: 1
94
  weight_decay: 0.0
95
  xformers_attention: null
96
 
 
101
  # 5c0d2573-80e9-431f-aec9-7c4bd200fb15
102
 
103
  This model is a fine-tuned version of [unsloth/Mistral-Nemo-Instruct-2407](https://huggingface.co/unsloth/Mistral-Nemo-Instruct-2407) on the None dataset.
 
 
104
 
105
  ## Model description
106
 
 
120
 
121
  The following hyperparameters were used during training:
122
  - learning_rate: 0.0001
123
+ - train_batch_size: 2
124
+ - eval_batch_size: 2
125
  - seed: 42
126
+ - gradient_accumulation_steps: 4
127
+ - total_train_batch_size: 8
128
  - optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
129
  - lr_scheduler_type: cosine
130
  - lr_scheduler_warmup_steps: 2
131
+ - training_steps: 1
132
 
133
  ### Training results
134
 
135
  | Training Loss | Epoch | Step | Validation Loss |
136
  |:-------------:|:------:|:----:|:---------------:|
137
+ | No log | 0.0001 | 1 | 6.9311 |
 
 
 
 
 
138
 
139
 
140
  ### Framework versions
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:014489641ea0b243b2bb686e5591df672113a40e561fe57b9f6ecf20525e069e
3
  size 114234314
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:891c0f977f6352d116ce2e881a9b9f604037bff15a23ffc3d478184a6804190e
3
  size 114234314