End of training
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ lora_model_dir: null
|
|
64 |
lora_r: 8
|
65 |
lora_target_linear: true
|
66 |
lr_scheduler: cosine
|
67 |
-
max_steps:
|
68 |
micro_batch_size: 2
|
69 |
mlflow_experiment_name: /tmp/2f6f7779492595fd_train_data.json
|
70 |
model_type: AutoModelForCausalLM
|
@@ -89,7 +89,7 @@ wandb_name: 1b667d61-e833-4c1e-89f1-5e97a1a476fe
|
|
89 |
wandb_project: Gradients-On-Demand
|
90 |
wandb_run: your_name
|
91 |
wandb_runid: 1b667d61-e833-4c1e-89f1-5e97a1a476fe
|
92 |
-
warmup_steps:
|
93 |
weight_decay: 0.0
|
94 |
xformers_attention: null
|
95 |
|
@@ -100,6 +100,8 @@ xformers_attention: null
|
|
100 |
# 8687cec4-3a23-8e87-1a23-a4d86a836d5d
|
101 |
|
102 |
This model is a fine-tuned version of [Xenova/tiny-random-Phi3ForCausalLM](https://huggingface.co/Xenova/tiny-random-Phi3ForCausalLM) on the None dataset.
|
|
|
|
|
103 |
|
104 |
## Model description
|
105 |
|
@@ -126,14 +128,19 @@ The following hyperparameters were used during training:
|
|
126 |
- total_train_batch_size: 8
|
127 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
128 |
- lr_scheduler_type: cosine
|
129 |
-
- lr_scheduler_warmup_steps:
|
130 |
-
- training_steps:
|
131 |
|
132 |
### Training results
|
133 |
|
134 |
| Training Loss | Epoch | Step | Validation Loss |
|
135 |
|:-------------:|:------:|:----:|:---------------:|
|
136 |
| No log | 0.0001 | 1 | nan |
|
|
|
|
|
|
|
|
|
|
|
137 |
|
138 |
|
139 |
### Framework versions
|
|
|
64 |
lora_r: 8
|
65 |
lora_target_linear: true
|
66 |
lr_scheduler: cosine
|
67 |
+
max_steps: 50
|
68 |
micro_batch_size: 2
|
69 |
mlflow_experiment_name: /tmp/2f6f7779492595fd_train_data.json
|
70 |
model_type: AutoModelForCausalLM
|
|
|
89 |
wandb_project: Gradients-On-Demand
|
90 |
wandb_run: your_name
|
91 |
wandb_runid: 1b667d61-e833-4c1e-89f1-5e97a1a476fe
|
92 |
+
warmup_steps: 10
|
93 |
weight_decay: 0.0
|
94 |
xformers_attention: null
|
95 |
|
|
|
100 |
# 8687cec4-3a23-8e87-1a23-a4d86a836d5d
|
101 |
|
102 |
This model is a fine-tuned version of [Xenova/tiny-random-Phi3ForCausalLM](https://huggingface.co/Xenova/tiny-random-Phi3ForCausalLM) on the None dataset.
|
103 |
+
It achieves the following results on the evaluation set:
|
104 |
+
- Loss: nan
|
105 |
|
106 |
## Model description
|
107 |
|
|
|
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: 10
|
132 |
+
- training_steps: 50
|
133 |
|
134 |
### Training results
|
135 |
|
136 |
| Training Loss | Epoch | Step | Validation Loss |
|
137 |
|:-------------:|:------:|:----:|:---------------:|
|
138 |
| No log | 0.0001 | 1 | nan |
|
139 |
+
| 0.0 | 0.0008 | 10 | nan |
|
140 |
+
| 0.0 | 0.0016 | 20 | nan |
|
141 |
+
| 0.0 | 0.0025 | 30 | nan |
|
142 |
+
| 0.0 | 0.0033 | 40 | nan |
|
143 |
+
| 0.0 | 0.0041 | 50 | nan |
|
144 |
|
145 |
|
146 |
### Framework versions
|