End of training
Browse files- README.md +23 -23
- 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 |
max_grad_norm: 1
|
53 |
group_by_length: false
|
@@ -55,11 +55,11 @@ hub_model_id: error577/f5007068-224b-49a6-8aff-b438e87bf3ef
|
|
55 |
hub_repo: null
|
56 |
hub_strategy: checkpoint
|
57 |
hub_token: null
|
58 |
-
learning_rate: 0.
|
59 |
load_in_4bit: false
|
60 |
load_in_8bit: false
|
61 |
local_rank: null
|
62 |
-
logging_steps:
|
63 |
lora_alpha: 16
|
64 |
lora_dropout: 0.05
|
65 |
lora_fan_in_fan_out: null
|
@@ -106,7 +106,7 @@ xformers_attention: null
|
|
106 |
|
107 |
This model is a fine-tuned version of [princeton-nlp/Sheared-LLaMA-1.3B](https://huggingface.co/princeton-nlp/Sheared-LLaMA-1.3B) on the None dataset.
|
108 |
It achieves the following results on the evaluation set:
|
109 |
-
- Loss: 2.
|
110 |
|
111 |
## Model description
|
112 |
|
@@ -125,12 +125,12 @@ More information needed
|
|
125 |
### Training hyperparameters
|
126 |
|
127 |
The following hyperparameters were used during training:
|
128 |
-
- learning_rate:
|
129 |
- train_batch_size: 1
|
130 |
- eval_batch_size: 1
|
131 |
- seed: 42
|
132 |
-
- gradient_accumulation_steps:
|
133 |
-
- total_train_batch_size:
|
134 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
135 |
- lr_scheduler_type: cosine
|
136 |
- lr_scheduler_warmup_steps: 10
|
@@ -140,22 +140,22 @@ The following hyperparameters were used during training:
|
|
140 |
|
141 |
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
|:-------------:|:------:|:----:|:---------------:|
|
143 |
-
|
|
144 |
-
| 2.
|
145 |
-
|
|
146 |
-
|
|
147 |
-
| 2.
|
148 |
-
|
|
149 |
-
| 1.
|
150 |
-
|
|
151 |
-
| 2.
|
152 |
-
|
|
153 |
-
|
|
154 |
-
|
|
155 |
-
| 1.
|
156 |
-
|
|
157 |
-
| 1.
|
158 |
-
|
|
159 |
|
160 |
|
161 |
### Framework versions
|
|
|
47 |
fp16: null
|
48 |
fsdp: null
|
49 |
fsdp_config: null
|
50 |
+
gradient_accumulation_steps: 32
|
51 |
gradient_checkpointing: false
|
52 |
max_grad_norm: 1
|
53 |
group_by_length: false
|
|
|
55 |
hub_repo: null
|
56 |
hub_strategy: checkpoint
|
57 |
hub_token: null
|
58 |
+
learning_rate: 0.0001
|
59 |
load_in_4bit: false
|
60 |
load_in_8bit: false
|
61 |
local_rank: null
|
62 |
+
logging_steps: 10
|
63 |
lora_alpha: 16
|
64 |
lora_dropout: 0.05
|
65 |
lora_fan_in_fan_out: null
|
|
|
106 |
|
107 |
This model is a fine-tuned version of [princeton-nlp/Sheared-LLaMA-1.3B](https://huggingface.co/princeton-nlp/Sheared-LLaMA-1.3B) on the None dataset.
|
108 |
It achieves the following results on the evaluation set:
|
109 |
+
- Loss: 2.0399
|
110 |
|
111 |
## Model description
|
112 |
|
|
|
125 |
### Training hyperparameters
|
126 |
|
127 |
The following hyperparameters were used during training:
|
128 |
+
- learning_rate: 0.0001
|
129 |
- train_batch_size: 1
|
130 |
- eval_batch_size: 1
|
131 |
- seed: 42
|
132 |
+
- gradient_accumulation_steps: 32
|
133 |
+
- total_train_batch_size: 32
|
134 |
- optimizer: Use OptimizerNames.ADAMW_BNB with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
135 |
- lr_scheduler_type: cosine
|
136 |
- lr_scheduler_warmup_steps: 10
|
|
|
140 |
|
141 |
| Training Loss | Epoch | Step | Validation Loss |
|
142 |
|:-------------:|:------:|:----:|:---------------:|
|
143 |
+
| No log | 0.0068 | 1 | 2.4177 |
|
144 |
+
| 2.2864 | 0.2173 | 32 | 2.1603 |
|
145 |
+
| 2.0811 | 0.4345 | 64 | 2.1125 |
|
146 |
+
| 2.1192 | 0.6518 | 96 | 2.0913 |
|
147 |
+
| 2.1414 | 0.8691 | 128 | 2.0728 |
|
148 |
+
| 1.9297 | 1.0864 | 160 | 2.0627 |
|
149 |
+
| 1.9738 | 1.3036 | 192 | 2.0563 |
|
150 |
+
| 1.907 | 1.5209 | 224 | 2.0506 |
|
151 |
+
| 2.0121 | 1.7382 | 256 | 2.0443 |
|
152 |
+
| 1.8795 | 1.9554 | 288 | 2.0390 |
|
153 |
+
| 1.9241 | 2.1727 | 320 | 2.0422 |
|
154 |
+
| 1.776 | 2.3900 | 352 | 2.0423 |
|
155 |
+
| 1.8113 | 2.6073 | 384 | 2.0412 |
|
156 |
+
| 1.7836 | 2.8245 | 416 | 2.0393 |
|
157 |
+
| 1.8139 | 3.0418 | 448 | 2.0393 |
|
158 |
+
| 1.7138 | 3.2591 | 480 | 2.0399 |
|
159 |
|
160 |
|
161 |
### Framework versions
|
adapter_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 30103498
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6daeb1631c58b0317cd1eeb6ef0e7504cd076bc1652bdbf8919849e9773c07fb
|
3 |
size 30103498
|