End of training
Browse files- README.md +11 -18
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -47,7 +47,7 @@ flash_attention: true
|
|
47 |
fp16: null
|
48 |
fsdp: null
|
49 |
fsdp_config: null
|
50 |
-
gradient_accumulation_steps:
|
51 |
gradient_checkpointing: false
|
52 |
group_by_length: false
|
53 |
hub_model_id: tuanna08go/998eaa3b-1393-4370-a667-0755f399f9e7
|
@@ -58,7 +58,7 @@ learning_rate: 0.0001
|
|
58 |
load_in_4bit: false
|
59 |
load_in_8bit: false
|
60 |
local_rank: null
|
61 |
-
logging_steps:
|
62 |
lora_alpha: 16
|
63 |
lora_dropout: 0.05
|
64 |
lora_fan_in_fan_out: null
|
@@ -66,8 +66,8 @@ lora_model_dir: null
|
|
66 |
lora_r: 8
|
67 |
lora_target_linear: true
|
68 |
lr_scheduler: cosine
|
69 |
-
max_steps:
|
70 |
-
micro_batch_size:
|
71 |
mlflow_experiment_name: /tmp/9ab34964ea5ad3d5_train_data.json
|
72 |
model_type: AutoModelForCausalLM
|
73 |
num_epochs: 1
|
@@ -91,7 +91,7 @@ wandb_name: 998eaa3b-1393-4370-a667-0755f399f9e7
|
|
91 |
wandb_project: Gradients-On-Demand
|
92 |
wandb_run: your_name
|
93 |
wandb_runid: 998eaa3b-1393-4370-a667-0755f399f9e7
|
94 |
-
warmup_steps:
|
95 |
weight_decay: 0.0
|
96 |
xformers_attention: null
|
97 |
|
@@ -102,8 +102,6 @@ xformers_attention: null
|
|
102 |
# 998eaa3b-1393-4370-a667-0755f399f9e7
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/Llama-3.2-3B](https://huggingface.co/unsloth/Llama-3.2-3B) on the None dataset.
|
105 |
-
It achieves the following results on the evaluation set:
|
106 |
-
- Loss: 0.7710
|
107 |
|
108 |
## Model description
|
109 |
|
@@ -123,26 +121,21 @@ More information needed
|
|
123 |
|
124 |
The following hyperparameters were used during training:
|
125 |
- learning_rate: 0.0001
|
126 |
-
- train_batch_size:
|
127 |
-
- eval_batch_size:
|
128 |
- seed: 42
|
129 |
-
- gradient_accumulation_steps:
|
130 |
-
- total_train_batch_size:
|
131 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
132 |
- lr_scheduler_type: cosine
|
133 |
- lr_scheduler_warmup_steps: 2
|
134 |
-
- training_steps:
|
135 |
|
136 |
### Training results
|
137 |
|
138 |
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
-
| No log | 0.
|
141 |
-
| 1.2553 | 0.0094 | 10 | 0.9307 |
|
142 |
-
| 0.848 | 0.0188 | 20 | 0.8125 |
|
143 |
-
| 0.8123 | 0.0281 | 30 | 0.7834 |
|
144 |
-
| 0.7568 | 0.0375 | 40 | 0.7729 |
|
145 |
-
| 0.7657 | 0.0469 | 50 | 0.7710 |
|
146 |
|
147 |
|
148 |
### Framework versions
|
|
|
47 |
fp16: null
|
48 |
fsdp: null
|
49 |
fsdp_config: null
|
50 |
+
gradient_accumulation_steps: 4
|
51 |
gradient_checkpointing: false
|
52 |
group_by_length: false
|
53 |
hub_model_id: tuanna08go/998eaa3b-1393-4370-a667-0755f399f9e7
|
|
|
58 |
load_in_4bit: false
|
59 |
load_in_8bit: false
|
60 |
local_rank: null
|
61 |
+
logging_steps: 5
|
62 |
lora_alpha: 16
|
63 |
lora_dropout: 0.05
|
64 |
lora_fan_in_fan_out: null
|
|
|
66 |
lora_r: 8
|
67 |
lora_target_linear: true
|
68 |
lr_scheduler: cosine
|
69 |
+
max_steps: 1
|
70 |
+
micro_batch_size: 2
|
71 |
mlflow_experiment_name: /tmp/9ab34964ea5ad3d5_train_data.json
|
72 |
model_type: AutoModelForCausalLM
|
73 |
num_epochs: 1
|
|
|
91 |
wandb_project: Gradients-On-Demand
|
92 |
wandb_run: your_name
|
93 |
wandb_runid: 998eaa3b-1393-4370-a667-0755f399f9e7
|
94 |
+
warmup_steps: 1
|
95 |
weight_decay: 0.0
|
96 |
xformers_attention: null
|
97 |
|
|
|
102 |
# 998eaa3b-1393-4370-a667-0755f399f9e7
|
103 |
|
104 |
This model is a fine-tuned version of [unsloth/Llama-3.2-3B](https://huggingface.co/unsloth/Llama-3.2-3B) on the None dataset.
|
|
|
|
|
105 |
|
106 |
## Model description
|
107 |
|
|
|
121 |
|
122 |
The following hyperparameters were used during training:
|
123 |
- learning_rate: 0.0001
|
124 |
+
- train_batch_size: 2
|
125 |
+
- eval_batch_size: 2
|
126 |
- seed: 42
|
127 |
+
- gradient_accumulation_steps: 4
|
128 |
+
- total_train_batch_size: 8
|
129 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
130 |
- lr_scheduler_type: cosine
|
131 |
- lr_scheduler_warmup_steps: 2
|
132 |
+
- training_steps: 1
|
133 |
|
134 |
### Training results
|
135 |
|
136 |
| Training Loss | Epoch | Step | Validation Loss |
|
137 |
|:-------------:|:------:|:----:|:---------------:|
|
138 |
+
| No log | 0.0001 | 1 | 1.5189 |
|
|
|
|
|
|
|
|
|
|
|
139 |
|
140 |
|
141 |
### Framework versions
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 48768810
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae009ac147254600c5ef1ef4699dd581ca2aff2ad1354704eb5ef0bd1b12e7d3
|
3 |
size 48768810
|