tuanna08go
commited on
End of training
Browse files- README.md +9 -3
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -59,7 +59,7 @@ lora_model_dir: null
|
|
59 |
lora_r: 8
|
60 |
lora_target_linear: true
|
61 |
lr_scheduler: cosine
|
62 |
-
max_steps:
|
63 |
micro_batch_size: 8
|
64 |
mlflow_experiment_name: /tmp/471c7eff63ae8cba_train_data.json
|
65 |
model_type: AutoModelForCausalLM
|
@@ -84,7 +84,7 @@ wandb_name: 580fd833-be10-49bf-819f-96cd012e6af8
|
|
84 |
wandb_project: Gradients-On-Demand
|
85 |
wandb_run: your_name
|
86 |
wandb_runid: 580fd833-be10-49bf-819f-96cd012e6af8
|
87 |
-
warmup_steps:
|
88 |
weight_decay: 0.0
|
89 |
xformers_attention: null
|
90 |
|
@@ -95,6 +95,8 @@ xformers_attention: null
|
|
95 |
# 580fd833-be10-49bf-819f-96cd012e6af8
|
96 |
|
97 |
This model is a fine-tuned version of [unsloth/OpenHermes-2.5-Mistral-7B](https://huggingface.co/unsloth/OpenHermes-2.5-Mistral-7B) on the None dataset.
|
|
|
|
|
98 |
|
99 |
## Model description
|
100 |
|
@@ -122,13 +124,17 @@ The following hyperparameters were used during training:
|
|
122 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
123 |
- lr_scheduler_type: cosine
|
124 |
- lr_scheduler_warmup_steps: 2
|
125 |
-
- training_steps:
|
126 |
|
127 |
### Training results
|
128 |
|
129 |
| Training Loss | Epoch | Step | Validation Loss |
|
130 |
|:-------------:|:------:|:----:|:---------------:|
|
131 |
| No log | 0.1119 | 1 | 1.4554 |
|
|
|
|
|
|
|
|
|
132 |
|
133 |
|
134 |
### Framework versions
|
|
|
59 |
lora_r: 8
|
60 |
lora_target_linear: true
|
61 |
lr_scheduler: cosine
|
62 |
+
max_steps: 50
|
63 |
micro_batch_size: 8
|
64 |
mlflow_experiment_name: /tmp/471c7eff63ae8cba_train_data.json
|
65 |
model_type: AutoModelForCausalLM
|
|
|
84 |
wandb_project: Gradients-On-Demand
|
85 |
wandb_run: your_name
|
86 |
wandb_runid: 580fd833-be10-49bf-819f-96cd012e6af8
|
87 |
+
warmup_steps: 2
|
88 |
weight_decay: 0.0
|
89 |
xformers_attention: null
|
90 |
|
|
|
95 |
# 580fd833-be10-49bf-819f-96cd012e6af8
|
96 |
|
97 |
This model is a fine-tuned version of [unsloth/OpenHermes-2.5-Mistral-7B](https://huggingface.co/unsloth/OpenHermes-2.5-Mistral-7B) on the None dataset.
|
98 |
+
It achieves the following results on the evaluation set:
|
99 |
+
- Loss: 1.0420
|
100 |
|
101 |
## Model description
|
102 |
|
|
|
124 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
125 |
- lr_scheduler_type: cosine
|
126 |
- lr_scheduler_warmup_steps: 2
|
127 |
+
- training_steps: 9
|
128 |
|
129 |
### Training results
|
130 |
|
131 |
| Training Loss | Epoch | Step | Validation Loss |
|
132 |
|:-------------:|:------:|:----:|:---------------:|
|
133 |
| No log | 0.1119 | 1 | 1.4554 |
|
134 |
+
| No log | 0.2238 | 2 | 1.3605 |
|
135 |
+
| No log | 0.4476 | 4 | 1.1157 |
|
136 |
+
| No log | 0.6713 | 6 | 1.0689 |
|
137 |
+
| No log | 0.8951 | 8 | 1.0420 |
|
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:
|
3 |
size 84047370
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:154fd04952ef306d62b7fd62187861a8b22a6f8daff70627c4c0c50d05f391d9
|
3 |
size 84047370
|