End of training
Browse files- README.md +11 -4
- adapter_model.bin +1 -1
README.md
CHANGED
@@ -66,7 +66,7 @@ lora_model_dir: null
|
|
66 |
lora_r: 8
|
67 |
lora_target_linear: true
|
68 |
lr_scheduler: cosine
|
69 |
-
max_steps:
|
70 |
micro_batch_size: 2
|
71 |
mlflow_experiment_name: /tmp/ccbc85841a0e467e_train_data.json
|
72 |
model_type: AutoModelForCausalLM
|
@@ -93,7 +93,7 @@ wandb_name: a7e97b2e-f691-4961-8f0a-33aeb1a68325
|
|
93 |
wandb_project: Gradients-On-Demand
|
94 |
wandb_run: your_name
|
95 |
wandb_runid: a7e97b2e-f691-4961-8f0a-33aeb1a68325
|
96 |
-
warmup_steps:
|
97 |
weight_decay: 0.0
|
98 |
xformers_attention: null
|
99 |
|
@@ -104,6 +104,8 @@ xformers_attention: null
|
|
104 |
# 078bd695-7577-e1f5-e8b2-8a627b5e7d5d
|
105 |
|
106 |
This model is a fine-tuned version of [EleutherAI/pythia-70m-deduped](https://huggingface.co/EleutherAI/pythia-70m-deduped) on the None dataset.
|
|
|
|
|
107 |
|
108 |
## Model description
|
109 |
|
@@ -130,14 +132,19 @@ The following hyperparameters were used during training:
|
|
130 |
- total_train_batch_size: 8
|
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:
|
134 |
-
- training_steps:
|
135 |
|
136 |
### Training results
|
137 |
|
138 |
| Training Loss | Epoch | Step | Validation Loss |
|
139 |
|:-------------:|:------:|:----:|:---------------:|
|
140 |
| No log | 0.0001 | 1 | 4.3771 |
|
|
|
|
|
|
|
|
|
|
|
141 |
|
142 |
|
143 |
### Framework versions
|
|
|
66 |
lora_r: 8
|
67 |
lora_target_linear: true
|
68 |
lr_scheduler: cosine
|
69 |
+
max_steps: 50
|
70 |
micro_batch_size: 2
|
71 |
mlflow_experiment_name: /tmp/ccbc85841a0e467e_train_data.json
|
72 |
model_type: AutoModelForCausalLM
|
|
|
93 |
wandb_project: Gradients-On-Demand
|
94 |
wandb_run: your_name
|
95 |
wandb_runid: a7e97b2e-f691-4961-8f0a-33aeb1a68325
|
96 |
+
warmup_steps: 10
|
97 |
weight_decay: 0.0
|
98 |
xformers_attention: null
|
99 |
|
|
|
104 |
# 078bd695-7577-e1f5-e8b2-8a627b5e7d5d
|
105 |
|
106 |
This model is a fine-tuned version of [EleutherAI/pythia-70m-deduped](https://huggingface.co/EleutherAI/pythia-70m-deduped) on the None dataset.
|
107 |
+
It achieves the following results on the evaluation set:
|
108 |
+
- Loss: 4.1109
|
109 |
|
110 |
## Model description
|
111 |
|
|
|
132 |
- total_train_batch_size: 8
|
133 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
134 |
- lr_scheduler_type: cosine
|
135 |
+
- lr_scheduler_warmup_steps: 10
|
136 |
+
- training_steps: 50
|
137 |
|
138 |
### Training results
|
139 |
|
140 |
| Training Loss | Epoch | Step | Validation Loss |
|
141 |
|:-------------:|:------:|:----:|:---------------:|
|
142 |
| No log | 0.0001 | 1 | 4.3771 |
|
143 |
+
| 17.7823 | 0.0006 | 10 | 4.3485 |
|
144 |
+
| 16.4249 | 0.0013 | 20 | 4.2812 |
|
145 |
+
| 16.3351 | 0.0019 | 30 | 4.1619 |
|
146 |
+
| 15.4835 | 0.0025 | 40 | 4.1201 |
|
147 |
+
| 16.6085 | 0.0032 | 50 | 4.1109 |
|
148 |
|
149 |
|
150 |
### Framework versions
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1590526
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80c3b298ec9a69228735414ff0c6dfeaf89b5973707e4705194f310616467c0b
|
3 |
size 1590526
|