Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- punctuation/encoder_model/adapter_config.json +3 -3
- punctuation/encoder_model/adapter_model.safetensors +1 -1
- punctuation/encoder_model/checkpoint-200/adapter_config.json +3 -3
- punctuation/encoder_model/checkpoint-200/adapter_model.safetensors +1 -1
- punctuation/encoder_model/checkpoint-200/optimizer.pt +1 -1
- punctuation/encoder_model/checkpoint-200/rng_state.pth +1 -1
- punctuation/encoder_model/checkpoint-200/scheduler.pt +1 -1
- punctuation/encoder_model/checkpoint-200/trainer_state.json +83 -83
- punctuation/encoder_model/checkpoint-200/training_args.bin +1 -1
- punctuation/encoder_model/checkpoint-214/README.md +207 -0
- punctuation/encoder_model/checkpoint-214/adapter_config.json +46 -0
- punctuation/encoder_model/checkpoint-214/adapter_model.safetensors +3 -0
- punctuation/encoder_model/checkpoint-214/chat_template.jinja +1 -0
- punctuation/encoder_model/checkpoint-214/optimizer.pt +3 -0
- punctuation/encoder_model/checkpoint-214/rng_state.pth +3 -0
- punctuation/encoder_model/checkpoint-214/scheduler.pt +3 -0
- punctuation/encoder_model/checkpoint-214/special_tokens_map.json +23 -0
- punctuation/encoder_model/checkpoint-214/tokenizer.json +3 -0
- punctuation/encoder_model/checkpoint-214/tokenizer_config.json +194 -0
- punctuation/encoder_model/checkpoint-214/trainer_state.json +217 -0
- punctuation/encoder_model/checkpoint-214/training_args.bin +3 -0
- punctuation/encoder_model/training_args.bin +1 -1
- punctuation/encoder_model/training_config.yaml +2 -2
.gitattributes
CHANGED
|
@@ -60,3 +60,4 @@ punctuation/decoder_model/checkpoint-150/tokenizer.json filter=lfs diff=lfs merg
|
|
| 60 |
punctuation/decoder_model/checkpoint-250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 61 |
punctuation/decoder_model/checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
punctuation/decoder_model/checkpoint-321/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 60 |
punctuation/decoder_model/checkpoint-250/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 61 |
punctuation/decoder_model/checkpoint-300/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 62 |
punctuation/decoder_model/checkpoint-321/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
punctuation/encoder_model/checkpoint-214/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
punctuation/encoder_model/adapter_config.json
CHANGED
|
@@ -29,12 +29,12 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"
|
| 33 |
"up_proj",
|
| 34 |
-
"
|
| 35 |
"gate_proj",
|
| 36 |
"k_proj",
|
| 37 |
-
"
|
| 38 |
"v_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"down_proj",
|
| 33 |
"up_proj",
|
| 34 |
+
"o_proj",
|
| 35 |
"gate_proj",
|
| 36 |
"k_proj",
|
| 37 |
+
"q_proj",
|
| 38 |
"v_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
punctuation/encoder_model/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 295488936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7cf45a94316d08e93f301379da4ce0ec282d37e7a5b55eadcbc380629c75d92
|
| 3 |
size 295488936
|
punctuation/encoder_model/checkpoint-200/adapter_config.json
CHANGED
|
@@ -29,12 +29,12 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
-
"
|
| 33 |
"up_proj",
|
| 34 |
-
"
|
| 35 |
"gate_proj",
|
| 36 |
"k_proj",
|
| 37 |
-
"
|
| 38 |
"v_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"down_proj",
|
| 33 |
"up_proj",
|
| 34 |
+
"o_proj",
|
| 35 |
"gate_proj",
|
| 36 |
"k_proj",
|
| 37 |
+
"q_proj",
|
| 38 |
"v_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
punctuation/encoder_model/checkpoint-200/adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 295488936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f7cf45a94316d08e93f301379da4ce0ec282d37e7a5b55eadcbc380629c75d92
|
| 3 |
size 295488936
|
punctuation/encoder_model/checkpoint-200/optimizer.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 591203178
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b024f37d0aa96b5f09f7fae31f8eae186d78580f48fe5c6e13f72f48e30d661
|
| 3 |
size 591203178
|
punctuation/encoder_model/checkpoint-200/rng_state.pth
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 14244
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d804dbdc272ca810da862ca26dd16070271bf0838ecf3232d213924c843c09cc
|
| 3 |
size 14244
|
punctuation/encoder_model/checkpoint-200/scheduler.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bbea466a7f26547df5a49469ed5be6093303fca4dbcdd92604cbf551ce72600a
|
| 3 |
size 1064
|
punctuation/encoder_model/checkpoint-200/trainer_state.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"best_global_step":
|
| 3 |
-
"best_metric":
|
| 4 |
-
"best_model_checkpoint": "./models/punctuation/encoder_model/checkpoint-
|
| 5 |
"epoch": 1.8752941176470588,
|
| 6 |
"eval_steps": 50,
|
| 7 |
"global_step": 200,
|
|
@@ -11,178 +11,178 @@
|
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
"epoch": 0.09411764705882353,
|
| 14 |
-
"grad_norm": 0.
|
| 15 |
-
"learning_rate":
|
| 16 |
-
"loss": 1.
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
"epoch": 0.18823529411764706,
|
| 21 |
-
"grad_norm": 0.
|
| 22 |
-
"learning_rate": 0.
|
| 23 |
-
"loss": 0.
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
"epoch": 0.2823529411764706,
|
| 28 |
-
"grad_norm": 0.
|
| 29 |
-
"learning_rate": 0.
|
| 30 |
-
"loss": 0.
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
"epoch": 0.3764705882352941,
|
| 35 |
-
"grad_norm": 0.
|
| 36 |
-
"learning_rate": 0.
|
| 37 |
-
"loss": 0.
|
| 38 |
"step": 40
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"epoch": 0.47058823529411764,
|
| 42 |
-
"grad_norm": 0.
|
| 43 |
-
"learning_rate": 0.
|
| 44 |
-
"loss": 0.
|
| 45 |
"step": 50
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"epoch": 0.47058823529411764,
|
| 49 |
-
"eval_loss": 0.
|
| 50 |
-
"eval_model_preparation_time": 0.
|
| 51 |
-
"eval_runtime":
|
| 52 |
-
"eval_samples_per_second":
|
| 53 |
-
"eval_steps_per_second":
|
| 54 |
"step": 50
|
| 55 |
},
|
| 56 |
{
|
| 57 |
"epoch": 0.5647058823529412,
|
| 58 |
-
"grad_norm": 0.
|
| 59 |
-
"learning_rate": 0.
|
| 60 |
-
"loss": 0.
|
| 61 |
"step": 60
|
| 62 |
},
|
| 63 |
{
|
| 64 |
"epoch": 0.6588235294117647,
|
| 65 |
-
"grad_norm": 0.
|
| 66 |
-
"learning_rate": 0.
|
| 67 |
-
"loss": 0.
|
| 68 |
"step": 70
|
| 69 |
},
|
| 70 |
{
|
| 71 |
"epoch": 0.7529411764705882,
|
| 72 |
-
"grad_norm": 0.
|
| 73 |
-
"learning_rate": 0.
|
| 74 |
-
"loss": 0.
|
| 75 |
"step": 80
|
| 76 |
},
|
| 77 |
{
|
| 78 |
"epoch": 0.8470588235294118,
|
| 79 |
-
"grad_norm": 0.
|
| 80 |
-
"learning_rate": 0.
|
| 81 |
-
"loss": 0.
|
| 82 |
"step": 90
|
| 83 |
},
|
| 84 |
{
|
| 85 |
"epoch": 0.9411764705882353,
|
| 86 |
-
"grad_norm": 0.
|
| 87 |
-
"learning_rate": 0.
|
| 88 |
-
"loss": 0.
|
| 89 |
"step": 100
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"epoch": 0.9411764705882353,
|
| 93 |
-
"eval_loss": 0.
|
| 94 |
-
"eval_model_preparation_time": 0.
|
| 95 |
-
"eval_runtime":
|
| 96 |
-
"eval_samples_per_second":
|
| 97 |
-
"eval_steps_per_second":
|
| 98 |
"step": 100
|
| 99 |
},
|
| 100 |
{
|
| 101 |
"epoch": 1.0282352941176471,
|
| 102 |
-
"grad_norm": 0.
|
| 103 |
-
"learning_rate": 0.
|
| 104 |
-
"loss": 0.
|
| 105 |
"step": 110
|
| 106 |
},
|
| 107 |
{
|
| 108 |
"epoch": 1.1223529411764706,
|
| 109 |
-
"grad_norm": 0.
|
| 110 |
-
"learning_rate":
|
| 111 |
-
"loss": 0.
|
| 112 |
"step": 120
|
| 113 |
},
|
| 114 |
{
|
| 115 |
"epoch": 1.2164705882352942,
|
| 116 |
-
"grad_norm": 0.
|
| 117 |
-
"learning_rate":
|
| 118 |
-
"loss": 0.
|
| 119 |
"step": 130
|
| 120 |
},
|
| 121 |
{
|
| 122 |
"epoch": 1.3105882352941176,
|
| 123 |
-
"grad_norm": 0.
|
| 124 |
-
"learning_rate":
|
| 125 |
-
"loss": 0.
|
| 126 |
"step": 140
|
| 127 |
},
|
| 128 |
{
|
| 129 |
"epoch": 1.4047058823529412,
|
| 130 |
-
"grad_norm": 0.
|
| 131 |
-
"learning_rate":
|
| 132 |
-
"loss": 0.
|
| 133 |
"step": 150
|
| 134 |
},
|
| 135 |
{
|
| 136 |
"epoch": 1.4047058823529412,
|
| 137 |
-
"eval_loss": 0.
|
| 138 |
-
"eval_model_preparation_time": 0.
|
| 139 |
-
"eval_runtime":
|
| 140 |
-
"eval_samples_per_second":
|
| 141 |
-
"eval_steps_per_second":
|
| 142 |
"step": 150
|
| 143 |
},
|
| 144 |
{
|
| 145 |
"epoch": 1.4988235294117647,
|
| 146 |
-
"grad_norm": 0.
|
| 147 |
-
"learning_rate":
|
| 148 |
-
"loss": 0.
|
| 149 |
"step": 160
|
| 150 |
},
|
| 151 |
{
|
| 152 |
"epoch": 1.592941176470588,
|
| 153 |
-
"grad_norm": 0.
|
| 154 |
-
"learning_rate":
|
| 155 |
-
"loss": 0.
|
| 156 |
"step": 170
|
| 157 |
},
|
| 158 |
{
|
| 159 |
"epoch": 1.6870588235294117,
|
| 160 |
-
"grad_norm": 0.
|
| 161 |
-
"learning_rate":
|
| 162 |
-
"loss": 0.
|
| 163 |
"step": 180
|
| 164 |
},
|
| 165 |
{
|
| 166 |
"epoch": 1.7811764705882354,
|
| 167 |
-
"grad_norm": 0.
|
| 168 |
-
"learning_rate":
|
| 169 |
-
"loss": 0.
|
| 170 |
"step": 190
|
| 171 |
},
|
| 172 |
{
|
| 173 |
"epoch": 1.8752941176470588,
|
| 174 |
-
"grad_norm": 0.
|
| 175 |
-
"learning_rate":
|
| 176 |
-
"loss": 0.
|
| 177 |
"step": 200
|
| 178 |
},
|
| 179 |
{
|
| 180 |
"epoch": 1.8752941176470588,
|
| 181 |
-
"eval_loss": 0.
|
| 182 |
-
"eval_model_preparation_time": 0.
|
| 183 |
-
"eval_runtime":
|
| 184 |
-
"eval_samples_per_second":
|
| 185 |
-
"eval_steps_per_second":
|
| 186 |
"step": 200
|
| 187 |
}
|
| 188 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_global_step": 200,
|
| 3 |
+
"best_metric": 1.0,
|
| 4 |
+
"best_model_checkpoint": "./models/punctuation/encoder_model/checkpoint-200",
|
| 5 |
"epoch": 1.8752941176470588,
|
| 6 |
"eval_steps": 50,
|
| 7 |
"global_step": 200,
|
|
|
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
"epoch": 0.09411764705882353,
|
| 14 |
+
"grad_norm": 0.36188849806785583,
|
| 15 |
+
"learning_rate": 8.181818181818183e-05,
|
| 16 |
+
"loss": 1.1219,
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
"epoch": 0.18823529411764706,
|
| 21 |
+
"grad_norm": 0.2508435845375061,
|
| 22 |
+
"learning_rate": 0.00017272727272727275,
|
| 23 |
+
"loss": 0.9281,
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
"epoch": 0.2823529411764706,
|
| 28 |
+
"grad_norm": 0.2157556265592575,
|
| 29 |
+
"learning_rate": 0.00019934477790194445,
|
| 30 |
+
"loss": 0.852,
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
"epoch": 0.3764705882352941,
|
| 35 |
+
"grad_norm": 0.25683870911598206,
|
| 36 |
+
"learning_rate": 0.0001961561797682962,
|
| 37 |
+
"loss": 0.844,
|
| 38 |
"step": 40
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"epoch": 0.47058823529411764,
|
| 42 |
+
"grad_norm": 0.26627957820892334,
|
| 43 |
+
"learning_rate": 0.00019039892931234435,
|
| 44 |
+
"loss": 0.8168,
|
| 45 |
"step": 50
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"epoch": 0.47058823529411764,
|
| 49 |
+
"eval_loss": 0.8057724237442017,
|
| 50 |
+
"eval_model_preparation_time": 0.0129,
|
| 51 |
+
"eval_runtime": 3.824,
|
| 52 |
+
"eval_samples_per_second": 26.15,
|
| 53 |
+
"eval_steps_per_second": 13.075,
|
| 54 |
"step": 50
|
| 55 |
},
|
| 56 |
{
|
| 57 |
"epoch": 0.5647058823529412,
|
| 58 |
+
"grad_norm": 0.228170707821846,
|
| 59 |
+
"learning_rate": 0.00018222682189897752,
|
| 60 |
+
"loss": 0.8023,
|
| 61 |
"step": 60
|
| 62 |
},
|
| 63 |
{
|
| 64 |
"epoch": 0.6588235294117647,
|
| 65 |
+
"grad_norm": 0.26517826318740845,
|
| 66 |
+
"learning_rate": 0.0001718581617779698,
|
| 67 |
+
"loss": 0.7858,
|
| 68 |
"step": 70
|
| 69 |
},
|
| 70 |
{
|
| 71 |
"epoch": 0.7529411764705882,
|
| 72 |
+
"grad_norm": 0.22760385274887085,
|
| 73 |
+
"learning_rate": 0.00015956993044924334,
|
| 74 |
+
"loss": 0.7632,
|
| 75 |
"step": 80
|
| 76 |
},
|
| 77 |
{
|
| 78 |
"epoch": 0.8470588235294118,
|
| 79 |
+
"grad_norm": 0.2228352576494217,
|
| 80 |
+
"learning_rate": 0.00014569038756304207,
|
| 81 |
+
"loss": 0.7788,
|
| 82 |
"step": 90
|
| 83 |
},
|
| 84 |
{
|
| 85 |
"epoch": 0.9411764705882353,
|
| 86 |
+
"grad_norm": 0.25218382477760315,
|
| 87 |
+
"learning_rate": 0.00013059030200965536,
|
| 88 |
+
"loss": 0.7637,
|
| 89 |
"step": 100
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"epoch": 0.9411764705882353,
|
| 93 |
+
"eval_loss": 0.753893256187439,
|
| 94 |
+
"eval_model_preparation_time": 0.0129,
|
| 95 |
+
"eval_runtime": 3.8121,
|
| 96 |
+
"eval_samples_per_second": 26.232,
|
| 97 |
+
"eval_steps_per_second": 13.116,
|
| 98 |
"step": 100
|
| 99 |
},
|
| 100 |
{
|
| 101 |
"epoch": 1.0282352941176471,
|
| 102 |
+
"grad_norm": 0.23036813735961914,
|
| 103 |
+
"learning_rate": 0.00011467304744553618,
|
| 104 |
+
"loss": 0.7508,
|
| 105 |
"step": 110
|
| 106 |
},
|
| 107 |
{
|
| 108 |
"epoch": 1.1223529411764706,
|
| 109 |
+
"grad_norm": 0.25190669298171997,
|
| 110 |
+
"learning_rate": 9.836382683735132e-05,
|
| 111 |
+
"loss": 0.6933,
|
| 112 |
"step": 120
|
| 113 |
},
|
| 114 |
{
|
| 115 |
"epoch": 1.2164705882352942,
|
| 116 |
+
"grad_norm": 0.27167296409606934,
|
| 117 |
+
"learning_rate": 8.209831387233676e-05,
|
| 118 |
+
"loss": 0.6799,
|
| 119 |
"step": 130
|
| 120 |
},
|
| 121 |
{
|
| 122 |
"epoch": 1.3105882352941176,
|
| 123 |
+
"grad_norm": 0.29528751969337463,
|
| 124 |
+
"learning_rate": 6.6311014660778e-05,
|
| 125 |
+
"loss": 0.6377,
|
| 126 |
"step": 140
|
| 127 |
},
|
| 128 |
{
|
| 129 |
"epoch": 1.4047058823529412,
|
| 130 |
+
"grad_norm": 0.2657102346420288,
|
| 131 |
+
"learning_rate": 5.142366062836599e-05,
|
| 132 |
+
"loss": 0.6636,
|
| 133 |
"step": 150
|
| 134 |
},
|
| 135 |
{
|
| 136 |
"epoch": 1.4047058823529412,
|
| 137 |
+
"eval_loss": 0.7372229099273682,
|
| 138 |
+
"eval_model_preparation_time": 0.0129,
|
| 139 |
+
"eval_runtime": 3.8052,
|
| 140 |
+
"eval_samples_per_second": 26.28,
|
| 141 |
+
"eval_steps_per_second": 13.14,
|
| 142 |
"step": 150
|
| 143 |
},
|
| 144 |
{
|
| 145 |
"epoch": 1.4988235294117647,
|
| 146 |
+
"grad_norm": 0.27975210547447205,
|
| 147 |
+
"learning_rate": 3.783394266299228e-05,
|
| 148 |
+
"loss": 0.6498,
|
| 149 |
"step": 160
|
| 150 |
},
|
| 151 |
{
|
| 152 |
"epoch": 1.592941176470588,
|
| 153 |
+
"grad_norm": 0.2573317587375641,
|
| 154 |
+
"learning_rate": 2.5904887464504114e-05,
|
| 155 |
+
"loss": 0.6343,
|
| 156 |
"step": 170
|
| 157 |
},
|
| 158 |
{
|
| 159 |
"epoch": 1.6870588235294117,
|
| 160 |
+
"grad_norm": 0.2996138036251068,
|
| 161 |
+
"learning_rate": 1.595515989055618e-05,
|
| 162 |
+
"loss": 0.6505,
|
| 163 |
"step": 180
|
| 164 |
},
|
| 165 |
{
|
| 166 |
"epoch": 1.7811764705882354,
|
| 167 |
+
"grad_norm": 0.2739143669605255,
|
| 168 |
+
"learning_rate": 8.250550355250875e-06,
|
| 169 |
+
"loss": 0.6494,
|
| 170 |
"step": 190
|
| 171 |
},
|
| 172 |
{
|
| 173 |
"epoch": 1.8752941176470588,
|
| 174 |
+
"grad_norm": 0.3023104965686798,
|
| 175 |
+
"learning_rate": 2.996874680545603e-06,
|
| 176 |
+
"loss": 0.6241,
|
| 177 |
"step": 200
|
| 178 |
},
|
| 179 |
{
|
| 180 |
"epoch": 1.8752941176470588,
|
| 181 |
+
"eval_loss": 0.7298660278320312,
|
| 182 |
+
"eval_model_preparation_time": 0.0129,
|
| 183 |
+
"eval_runtime": 3.8044,
|
| 184 |
+
"eval_samples_per_second": 26.286,
|
| 185 |
+
"eval_steps_per_second": 13.143,
|
| 186 |
"step": 200
|
| 187 |
}
|
| 188 |
],
|
punctuation/encoder_model/checkpoint-200/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c183af3b7bc95584398a77bc592fe53fb18d26a136f103466b442a82eaa4ecb
|
| 3 |
size 5496
|
punctuation/encoder_model/checkpoint-214/README.md
ADDED
|
@@ -0,0 +1,207 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
| 3 |
+
library_name: peft
|
| 4 |
+
pipeline_tag: text-generation
|
| 5 |
+
tags:
|
| 6 |
+
- base_model:adapter:deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B
|
| 7 |
+
- lora
|
| 8 |
+
- transformers
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Model Card for Model ID
|
| 12 |
+
|
| 13 |
+
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
|
| 17 |
+
## Model Details
|
| 18 |
+
|
| 19 |
+
### Model Description
|
| 20 |
+
|
| 21 |
+
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
- **Developed by:** [More Information Needed]
|
| 26 |
+
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
+
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
+
- **Model type:** [More Information Needed]
|
| 29 |
+
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
+
- **License:** [More Information Needed]
|
| 31 |
+
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
+
|
| 33 |
+
### Model Sources [optional]
|
| 34 |
+
|
| 35 |
+
<!-- Provide the basic links for the model. -->
|
| 36 |
+
|
| 37 |
+
- **Repository:** [More Information Needed]
|
| 38 |
+
- **Paper [optional]:** [More Information Needed]
|
| 39 |
+
- **Demo [optional]:** [More Information Needed]
|
| 40 |
+
|
| 41 |
+
## Uses
|
| 42 |
+
|
| 43 |
+
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 44 |
+
|
| 45 |
+
### Direct Use
|
| 46 |
+
|
| 47 |
+
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
|
| 48 |
+
|
| 49 |
+
[More Information Needed]
|
| 50 |
+
|
| 51 |
+
### Downstream Use [optional]
|
| 52 |
+
|
| 53 |
+
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
|
| 54 |
+
|
| 55 |
+
[More Information Needed]
|
| 56 |
+
|
| 57 |
+
### Out-of-Scope Use
|
| 58 |
+
|
| 59 |
+
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
|
| 60 |
+
|
| 61 |
+
[More Information Needed]
|
| 62 |
+
|
| 63 |
+
## Bias, Risks, and Limitations
|
| 64 |
+
|
| 65 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 66 |
+
|
| 67 |
+
[More Information Needed]
|
| 68 |
+
|
| 69 |
+
### Recommendations
|
| 70 |
+
|
| 71 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 72 |
+
|
| 73 |
+
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
|
| 74 |
+
|
| 75 |
+
## How to Get Started with the Model
|
| 76 |
+
|
| 77 |
+
Use the code below to get started with the model.
|
| 78 |
+
|
| 79 |
+
[More Information Needed]
|
| 80 |
+
|
| 81 |
+
## Training Details
|
| 82 |
+
|
| 83 |
+
### Training Data
|
| 84 |
+
|
| 85 |
+
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
|
| 86 |
+
|
| 87 |
+
[More Information Needed]
|
| 88 |
+
|
| 89 |
+
### Training Procedure
|
| 90 |
+
|
| 91 |
+
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
|
| 92 |
+
|
| 93 |
+
#### Preprocessing [optional]
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
#### Training Hyperparameters
|
| 99 |
+
|
| 100 |
+
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
|
| 101 |
+
|
| 102 |
+
#### Speeds, Sizes, Times [optional]
|
| 103 |
+
|
| 104 |
+
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
|
| 105 |
+
|
| 106 |
+
[More Information Needed]
|
| 107 |
+
|
| 108 |
+
## Evaluation
|
| 109 |
+
|
| 110 |
+
<!-- This section describes the evaluation protocols and provides the results. -->
|
| 111 |
+
|
| 112 |
+
### Testing Data, Factors & Metrics
|
| 113 |
+
|
| 114 |
+
#### Testing Data
|
| 115 |
+
|
| 116 |
+
<!-- This should link to a Dataset Card if possible. -->
|
| 117 |
+
|
| 118 |
+
[More Information Needed]
|
| 119 |
+
|
| 120 |
+
#### Factors
|
| 121 |
+
|
| 122 |
+
<!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
|
| 123 |
+
|
| 124 |
+
[More Information Needed]
|
| 125 |
+
|
| 126 |
+
#### Metrics
|
| 127 |
+
|
| 128 |
+
<!-- These are the evaluation metrics being used, ideally with a description of why. -->
|
| 129 |
+
|
| 130 |
+
[More Information Needed]
|
| 131 |
+
|
| 132 |
+
### Results
|
| 133 |
+
|
| 134 |
+
[More Information Needed]
|
| 135 |
+
|
| 136 |
+
#### Summary
|
| 137 |
+
|
| 138 |
+
|
| 139 |
+
|
| 140 |
+
## Model Examination [optional]
|
| 141 |
+
|
| 142 |
+
<!-- Relevant interpretability work for the model goes here -->
|
| 143 |
+
|
| 144 |
+
[More Information Needed]
|
| 145 |
+
|
| 146 |
+
## Environmental Impact
|
| 147 |
+
|
| 148 |
+
<!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
|
| 149 |
+
|
| 150 |
+
Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
|
| 151 |
+
|
| 152 |
+
- **Hardware Type:** [More Information Needed]
|
| 153 |
+
- **Hours used:** [More Information Needed]
|
| 154 |
+
- **Cloud Provider:** [More Information Needed]
|
| 155 |
+
- **Compute Region:** [More Information Needed]
|
| 156 |
+
- **Carbon Emitted:** [More Information Needed]
|
| 157 |
+
|
| 158 |
+
## Technical Specifications [optional]
|
| 159 |
+
|
| 160 |
+
### Model Architecture and Objective
|
| 161 |
+
|
| 162 |
+
[More Information Needed]
|
| 163 |
+
|
| 164 |
+
### Compute Infrastructure
|
| 165 |
+
|
| 166 |
+
[More Information Needed]
|
| 167 |
+
|
| 168 |
+
#### Hardware
|
| 169 |
+
|
| 170 |
+
[More Information Needed]
|
| 171 |
+
|
| 172 |
+
#### Software
|
| 173 |
+
|
| 174 |
+
[More Information Needed]
|
| 175 |
+
|
| 176 |
+
## Citation [optional]
|
| 177 |
+
|
| 178 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
| 179 |
+
|
| 180 |
+
**BibTeX:**
|
| 181 |
+
|
| 182 |
+
[More Information Needed]
|
| 183 |
+
|
| 184 |
+
**APA:**
|
| 185 |
+
|
| 186 |
+
[More Information Needed]
|
| 187 |
+
|
| 188 |
+
## Glossary [optional]
|
| 189 |
+
|
| 190 |
+
<!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
|
| 191 |
+
|
| 192 |
+
[More Information Needed]
|
| 193 |
+
|
| 194 |
+
## More Information [optional]
|
| 195 |
+
|
| 196 |
+
[More Information Needed]
|
| 197 |
+
|
| 198 |
+
## Model Card Authors [optional]
|
| 199 |
+
|
| 200 |
+
[More Information Needed]
|
| 201 |
+
|
| 202 |
+
## Model Card Contact
|
| 203 |
+
|
| 204 |
+
[More Information Needed]
|
| 205 |
+
### Framework versions
|
| 206 |
+
|
| 207 |
+
- PEFT 0.18.1
|
punctuation/encoder_model/checkpoint-214/adapter_config.json
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"alora_invocation_tokens": null,
|
| 3 |
+
"alpha_pattern": {},
|
| 4 |
+
"arrow_config": null,
|
| 5 |
+
"auto_mapping": null,
|
| 6 |
+
"base_model_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"corda_config": null,
|
| 9 |
+
"ensure_weight_tying": false,
|
| 10 |
+
"eva_config": null,
|
| 11 |
+
"exclude_modules": null,
|
| 12 |
+
"fan_in_fan_out": false,
|
| 13 |
+
"inference_mode": true,
|
| 14 |
+
"init_lora_weights": true,
|
| 15 |
+
"layer_replication": null,
|
| 16 |
+
"layers_pattern": null,
|
| 17 |
+
"layers_to_transform": null,
|
| 18 |
+
"loftq_config": {},
|
| 19 |
+
"lora_alpha": 128,
|
| 20 |
+
"lora_bias": false,
|
| 21 |
+
"lora_dropout": 0.1,
|
| 22 |
+
"megatron_config": null,
|
| 23 |
+
"megatron_core": "megatron.core",
|
| 24 |
+
"modules_to_save": null,
|
| 25 |
+
"peft_type": "LORA",
|
| 26 |
+
"peft_version": "0.18.1",
|
| 27 |
+
"qalora_group_size": 16,
|
| 28 |
+
"r": 64,
|
| 29 |
+
"rank_pattern": {},
|
| 30 |
+
"revision": null,
|
| 31 |
+
"target_modules": [
|
| 32 |
+
"down_proj",
|
| 33 |
+
"up_proj",
|
| 34 |
+
"o_proj",
|
| 35 |
+
"gate_proj",
|
| 36 |
+
"k_proj",
|
| 37 |
+
"q_proj",
|
| 38 |
+
"v_proj"
|
| 39 |
+
],
|
| 40 |
+
"target_parameters": null,
|
| 41 |
+
"task_type": "CAUSAL_LM",
|
| 42 |
+
"trainable_token_indices": null,
|
| 43 |
+
"use_dora": false,
|
| 44 |
+
"use_qalora": false,
|
| 45 |
+
"use_rslora": false
|
| 46 |
+
}
|
punctuation/encoder_model/checkpoint-214/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:72171cf42b8ed83736415ec23bdb8a3c1eb09700f5675e9d3172744a0bfbb03a
|
| 3 |
+
size 295488936
|
punctuation/encoder_model/checkpoint-214/chat_template.jinja
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{% if not add_generation_prompt is defined %}{% set add_generation_prompt = false %}{% endif %}{% set ns = namespace(is_first=false, is_tool=false, is_output_first=true, system_prompt='') %}{%- for message in messages %}{%- if message['role'] == 'system' %}{% set ns.system_prompt = message['content'] %}{%- endif %}{%- endfor %}{{bos_token}}{{ns.system_prompt}}{%- for message in messages %}{%- if message['role'] == 'user' %}{%- set ns.is_tool = false -%}{{'<|User|>' + message['content']}}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is none %}{%- set ns.is_tool = false -%}{%- for tool in message['tool_calls']%}{%- if not ns.is_first %}{{'<|Assistant|><|tool▁calls▁begin|><|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\n' + '```json' + '\n' + tool['function']['arguments'] + '\n' + '```' + '<|tool▁call▁end|>'}}{%- set ns.is_first = true -%}{%- else %}{{'\n' + '<|tool▁call▁begin|>' + tool['type'] + '<|tool▁sep|>' + tool['function']['name'] + '\n' + '```json' + '\n' + tool['function']['arguments'] + '\n' + '```' + '<|tool▁call▁end|>'}}{{'<|tool▁calls▁end|><|end▁of▁sentence|>'}}{%- endif %}{%- endfor %}{%- endif %}{%- if message['role'] == 'assistant' and message['content'] is not none %}{%- if ns.is_tool %}{{'<|tool▁outputs▁end|>' + message['content'] + '<|end▁of▁sentence|>'}}{%- set ns.is_tool = false -%}{%- else %}{% set content = message['content'] %}{% if '</think>' in content %}{% set content = content.split('</think>')[-1] %}{% endif %}{{'<|Assistant|>' + content + '<|end▁of▁sentence|>'}}{%- endif %}{%- endif %}{%- if message['role'] == 'tool' %}{%- set ns.is_tool = true -%}{%- if ns.is_output_first %}{{'<|tool▁outputs▁begin|><|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- set ns.is_output_first = false %}{%- else %}{{'\n<|tool▁output▁begin|>' + message['content'] + '<|tool▁output▁end|>'}}{%- endif %}{%- endif %}{%- endfor -%}{% if ns.is_tool %}{{'<|tool▁outputs▁end|>'}}{% endif %}{% if add_generation_prompt and not ns.is_tool %}{{'<|Assistant|><think>\n'}}{% endif %}
|
punctuation/encoder_model/checkpoint-214/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:58ab12279dd2d06323288284b5ac5a526f5f136bc2d2d43e6b930bc0540feafa
|
| 3 |
+
size 591203178
|
punctuation/encoder_model/checkpoint-214/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3bdc3aee4efd4ac2905a76ab7222a5376e21922247e2849b9e98734f3360f985
|
| 3 |
+
size 14244
|
punctuation/encoder_model/checkpoint-214/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:802f115045aeeb27907b881b744440b538c2582f39dcf8d05da0ddabad9a975b
|
| 3 |
+
size 1064
|
punctuation/encoder_model/checkpoint-214/special_tokens_map.json
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": {
|
| 3 |
+
"content": "<|begin▁of▁sentence|>",
|
| 4 |
+
"lstrip": false,
|
| 5 |
+
"normalized": false,
|
| 6 |
+
"rstrip": false,
|
| 7 |
+
"single_word": false
|
| 8 |
+
},
|
| 9 |
+
"eos_token": {
|
| 10 |
+
"content": "<|end▁of▁sentence|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "<|end▁of▁sentence|>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
}
|
| 23 |
+
}
|
punctuation/encoder_model/checkpoint-214/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1f3503dade503303f354be26edaf4223708fa1ca2e84c4daf306b5d7c40ce23
|
| 3 |
+
size 11423058
|
punctuation/encoder_model/checkpoint-214/tokenizer_config.json
ADDED
|
@@ -0,0 +1,194 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": null,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"151643": {
|
| 7 |
+
"content": "<|end▁of▁sentence|>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"151644": {
|
| 15 |
+
"content": "<|User|>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": false
|
| 21 |
+
},
|
| 22 |
+
"151645": {
|
| 23 |
+
"content": "<|Assistant|>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": false
|
| 29 |
+
},
|
| 30 |
+
"151646": {
|
| 31 |
+
"content": "<|begin▁of▁sentence|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"151647": {
|
| 39 |
+
"content": "<|EOT|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": false
|
| 45 |
+
},
|
| 46 |
+
"151648": {
|
| 47 |
+
"content": "<think>",
|
| 48 |
+
"lstrip": false,
|
| 49 |
+
"normalized": false,
|
| 50 |
+
"rstrip": false,
|
| 51 |
+
"single_word": false,
|
| 52 |
+
"special": false
|
| 53 |
+
},
|
| 54 |
+
"151649": {
|
| 55 |
+
"content": "</think>",
|
| 56 |
+
"lstrip": false,
|
| 57 |
+
"normalized": false,
|
| 58 |
+
"rstrip": false,
|
| 59 |
+
"single_word": false,
|
| 60 |
+
"special": false
|
| 61 |
+
},
|
| 62 |
+
"151650": {
|
| 63 |
+
"content": "<|quad_start|>",
|
| 64 |
+
"lstrip": false,
|
| 65 |
+
"normalized": false,
|
| 66 |
+
"rstrip": false,
|
| 67 |
+
"single_word": false,
|
| 68 |
+
"special": true
|
| 69 |
+
},
|
| 70 |
+
"151651": {
|
| 71 |
+
"content": "<|quad_end|>",
|
| 72 |
+
"lstrip": false,
|
| 73 |
+
"normalized": false,
|
| 74 |
+
"rstrip": false,
|
| 75 |
+
"single_word": false,
|
| 76 |
+
"special": true
|
| 77 |
+
},
|
| 78 |
+
"151652": {
|
| 79 |
+
"content": "<|vision_start|>",
|
| 80 |
+
"lstrip": false,
|
| 81 |
+
"normalized": false,
|
| 82 |
+
"rstrip": false,
|
| 83 |
+
"single_word": false,
|
| 84 |
+
"special": true
|
| 85 |
+
},
|
| 86 |
+
"151653": {
|
| 87 |
+
"content": "<|vision_end|>",
|
| 88 |
+
"lstrip": false,
|
| 89 |
+
"normalized": false,
|
| 90 |
+
"rstrip": false,
|
| 91 |
+
"single_word": false,
|
| 92 |
+
"special": true
|
| 93 |
+
},
|
| 94 |
+
"151654": {
|
| 95 |
+
"content": "<|vision_pad|>",
|
| 96 |
+
"lstrip": false,
|
| 97 |
+
"normalized": false,
|
| 98 |
+
"rstrip": false,
|
| 99 |
+
"single_word": false,
|
| 100 |
+
"special": true
|
| 101 |
+
},
|
| 102 |
+
"151655": {
|
| 103 |
+
"content": "<|image_pad|>",
|
| 104 |
+
"lstrip": false,
|
| 105 |
+
"normalized": false,
|
| 106 |
+
"rstrip": false,
|
| 107 |
+
"single_word": false,
|
| 108 |
+
"special": true
|
| 109 |
+
},
|
| 110 |
+
"151656": {
|
| 111 |
+
"content": "<|video_pad|>",
|
| 112 |
+
"lstrip": false,
|
| 113 |
+
"normalized": false,
|
| 114 |
+
"rstrip": false,
|
| 115 |
+
"single_word": false,
|
| 116 |
+
"special": true
|
| 117 |
+
},
|
| 118 |
+
"151657": {
|
| 119 |
+
"content": "<tool_call>",
|
| 120 |
+
"lstrip": false,
|
| 121 |
+
"normalized": false,
|
| 122 |
+
"rstrip": false,
|
| 123 |
+
"single_word": false,
|
| 124 |
+
"special": false
|
| 125 |
+
},
|
| 126 |
+
"151658": {
|
| 127 |
+
"content": "</tool_call>",
|
| 128 |
+
"lstrip": false,
|
| 129 |
+
"normalized": false,
|
| 130 |
+
"rstrip": false,
|
| 131 |
+
"single_word": false,
|
| 132 |
+
"special": false
|
| 133 |
+
},
|
| 134 |
+
"151659": {
|
| 135 |
+
"content": "<|fim_prefix|>",
|
| 136 |
+
"lstrip": false,
|
| 137 |
+
"normalized": false,
|
| 138 |
+
"rstrip": false,
|
| 139 |
+
"single_word": false,
|
| 140 |
+
"special": false
|
| 141 |
+
},
|
| 142 |
+
"151660": {
|
| 143 |
+
"content": "<|fim_middle|>",
|
| 144 |
+
"lstrip": false,
|
| 145 |
+
"normalized": false,
|
| 146 |
+
"rstrip": false,
|
| 147 |
+
"single_word": false,
|
| 148 |
+
"special": false
|
| 149 |
+
},
|
| 150 |
+
"151661": {
|
| 151 |
+
"content": "<|fim_suffix|>",
|
| 152 |
+
"lstrip": false,
|
| 153 |
+
"normalized": false,
|
| 154 |
+
"rstrip": false,
|
| 155 |
+
"single_word": false,
|
| 156 |
+
"special": false
|
| 157 |
+
},
|
| 158 |
+
"151662": {
|
| 159 |
+
"content": "<|fim_pad|>",
|
| 160 |
+
"lstrip": false,
|
| 161 |
+
"normalized": false,
|
| 162 |
+
"rstrip": false,
|
| 163 |
+
"single_word": false,
|
| 164 |
+
"special": false
|
| 165 |
+
},
|
| 166 |
+
"151663": {
|
| 167 |
+
"content": "<|repo_name|>",
|
| 168 |
+
"lstrip": false,
|
| 169 |
+
"normalized": false,
|
| 170 |
+
"rstrip": false,
|
| 171 |
+
"single_word": false,
|
| 172 |
+
"special": false
|
| 173 |
+
},
|
| 174 |
+
"151664": {
|
| 175 |
+
"content": "<|file_sep|>",
|
| 176 |
+
"lstrip": false,
|
| 177 |
+
"normalized": false,
|
| 178 |
+
"rstrip": false,
|
| 179 |
+
"single_word": false,
|
| 180 |
+
"special": false
|
| 181 |
+
}
|
| 182 |
+
},
|
| 183 |
+
"bos_token": "<|begin▁of▁sentence|>",
|
| 184 |
+
"clean_up_tokenization_spaces": false,
|
| 185 |
+
"eos_token": "<|end▁of▁sentence|>",
|
| 186 |
+
"extra_special_tokens": {},
|
| 187 |
+
"legacy": true,
|
| 188 |
+
"model_max_length": 16384,
|
| 189 |
+
"pad_token": "<|end▁of▁sentence|>",
|
| 190 |
+
"sp_model_kwargs": {},
|
| 191 |
+
"tokenizer_class": "LlamaTokenizerFast",
|
| 192 |
+
"unk_token": null,
|
| 193 |
+
"use_default_system_prompt": false
|
| 194 |
+
}
|
punctuation/encoder_model/checkpoint-214/trainer_state.json
ADDED
|
@@ -0,0 +1,217 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 200,
|
| 3 |
+
"best_metric": 1.0,
|
| 4 |
+
"best_model_checkpoint": "./models/punctuation/encoder_model/checkpoint-200",
|
| 5 |
+
"epoch": 2.0,
|
| 6 |
+
"eval_steps": 50,
|
| 7 |
+
"global_step": 214,
|
| 8 |
+
"is_hyper_param_search": false,
|
| 9 |
+
"is_local_process_zero": true,
|
| 10 |
+
"is_world_process_zero": true,
|
| 11 |
+
"log_history": [
|
| 12 |
+
{
|
| 13 |
+
"epoch": 0.09411764705882353,
|
| 14 |
+
"grad_norm": 0.36188849806785583,
|
| 15 |
+
"learning_rate": 8.181818181818183e-05,
|
| 16 |
+
"loss": 1.1219,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.18823529411764706,
|
| 21 |
+
"grad_norm": 0.2508435845375061,
|
| 22 |
+
"learning_rate": 0.00017272727272727275,
|
| 23 |
+
"loss": 0.9281,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.2823529411764706,
|
| 28 |
+
"grad_norm": 0.2157556265592575,
|
| 29 |
+
"learning_rate": 0.00019934477790194445,
|
| 30 |
+
"loss": 0.852,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.3764705882352941,
|
| 35 |
+
"grad_norm": 0.25683870911598206,
|
| 36 |
+
"learning_rate": 0.0001961561797682962,
|
| 37 |
+
"loss": 0.844,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.47058823529411764,
|
| 42 |
+
"grad_norm": 0.26627957820892334,
|
| 43 |
+
"learning_rate": 0.00019039892931234435,
|
| 44 |
+
"loss": 0.8168,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.47058823529411764,
|
| 49 |
+
"eval_loss": 0.8057724237442017,
|
| 50 |
+
"eval_model_preparation_time": 0.0129,
|
| 51 |
+
"eval_runtime": 3.824,
|
| 52 |
+
"eval_samples_per_second": 26.15,
|
| 53 |
+
"eval_steps_per_second": 13.075,
|
| 54 |
+
"step": 50
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.5647058823529412,
|
| 58 |
+
"grad_norm": 0.228170707821846,
|
| 59 |
+
"learning_rate": 0.00018222682189897752,
|
| 60 |
+
"loss": 0.8023,
|
| 61 |
+
"step": 60
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 0.6588235294117647,
|
| 65 |
+
"grad_norm": 0.26517826318740845,
|
| 66 |
+
"learning_rate": 0.0001718581617779698,
|
| 67 |
+
"loss": 0.7858,
|
| 68 |
+
"step": 70
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 0.7529411764705882,
|
| 72 |
+
"grad_norm": 0.22760385274887085,
|
| 73 |
+
"learning_rate": 0.00015956993044924334,
|
| 74 |
+
"loss": 0.7632,
|
| 75 |
+
"step": 80
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.8470588235294118,
|
| 79 |
+
"grad_norm": 0.2228352576494217,
|
| 80 |
+
"learning_rate": 0.00014569038756304207,
|
| 81 |
+
"loss": 0.7788,
|
| 82 |
+
"step": 90
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.9411764705882353,
|
| 86 |
+
"grad_norm": 0.25218382477760315,
|
| 87 |
+
"learning_rate": 0.00013059030200965536,
|
| 88 |
+
"loss": 0.7637,
|
| 89 |
+
"step": 100
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.9411764705882353,
|
| 93 |
+
"eval_loss": 0.753893256187439,
|
| 94 |
+
"eval_model_preparation_time": 0.0129,
|
| 95 |
+
"eval_runtime": 3.8121,
|
| 96 |
+
"eval_samples_per_second": 26.232,
|
| 97 |
+
"eval_steps_per_second": 13.116,
|
| 98 |
+
"step": 100
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 1.0282352941176471,
|
| 102 |
+
"grad_norm": 0.23036813735961914,
|
| 103 |
+
"learning_rate": 0.00011467304744553618,
|
| 104 |
+
"loss": 0.7508,
|
| 105 |
+
"step": 110
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 1.1223529411764706,
|
| 109 |
+
"grad_norm": 0.25190669298171997,
|
| 110 |
+
"learning_rate": 9.836382683735132e-05,
|
| 111 |
+
"loss": 0.6933,
|
| 112 |
+
"step": 120
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"epoch": 1.2164705882352942,
|
| 116 |
+
"grad_norm": 0.27167296409606934,
|
| 117 |
+
"learning_rate": 8.209831387233676e-05,
|
| 118 |
+
"loss": 0.6799,
|
| 119 |
+
"step": 130
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 1.3105882352941176,
|
| 123 |
+
"grad_norm": 0.29528751969337463,
|
| 124 |
+
"learning_rate": 6.6311014660778e-05,
|
| 125 |
+
"loss": 0.6377,
|
| 126 |
+
"step": 140
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 1.4047058823529412,
|
| 130 |
+
"grad_norm": 0.2657102346420288,
|
| 131 |
+
"learning_rate": 5.142366062836599e-05,
|
| 132 |
+
"loss": 0.6636,
|
| 133 |
+
"step": 150
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"epoch": 1.4047058823529412,
|
| 137 |
+
"eval_loss": 0.7372229099273682,
|
| 138 |
+
"eval_model_preparation_time": 0.0129,
|
| 139 |
+
"eval_runtime": 3.8052,
|
| 140 |
+
"eval_samples_per_second": 26.28,
|
| 141 |
+
"eval_steps_per_second": 13.14,
|
| 142 |
+
"step": 150
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 1.4988235294117647,
|
| 146 |
+
"grad_norm": 0.27975210547447205,
|
| 147 |
+
"learning_rate": 3.783394266299228e-05,
|
| 148 |
+
"loss": 0.6498,
|
| 149 |
+
"step": 160
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 1.592941176470588,
|
| 153 |
+
"grad_norm": 0.2573317587375641,
|
| 154 |
+
"learning_rate": 2.5904887464504114e-05,
|
| 155 |
+
"loss": 0.6343,
|
| 156 |
+
"step": 170
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 1.6870588235294117,
|
| 160 |
+
"grad_norm": 0.2996138036251068,
|
| 161 |
+
"learning_rate": 1.595515989055618e-05,
|
| 162 |
+
"loss": 0.6505,
|
| 163 |
+
"step": 180
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 1.7811764705882354,
|
| 167 |
+
"grad_norm": 0.2739143669605255,
|
| 168 |
+
"learning_rate": 8.250550355250875e-06,
|
| 169 |
+
"loss": 0.6494,
|
| 170 |
+
"step": 190
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 1.8752941176470588,
|
| 174 |
+
"grad_norm": 0.3023104965686798,
|
| 175 |
+
"learning_rate": 2.996874680545603e-06,
|
| 176 |
+
"loss": 0.6241,
|
| 177 |
+
"step": 200
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 1.8752941176470588,
|
| 181 |
+
"eval_loss": 0.7298660278320312,
|
| 182 |
+
"eval_model_preparation_time": 0.0129,
|
| 183 |
+
"eval_runtime": 3.8044,
|
| 184 |
+
"eval_samples_per_second": 26.286,
|
| 185 |
+
"eval_steps_per_second": 13.143,
|
| 186 |
+
"step": 200
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 1.9694117647058822,
|
| 190 |
+
"grad_norm": 0.30277180671691895,
|
| 191 |
+
"learning_rate": 3.3447606908196817e-07,
|
| 192 |
+
"loss": 0.6682,
|
| 193 |
+
"step": 210
|
| 194 |
+
}
|
| 195 |
+
],
|
| 196 |
+
"logging_steps": 10,
|
| 197 |
+
"max_steps": 214,
|
| 198 |
+
"num_input_tokens_seen": 0,
|
| 199 |
+
"num_train_epochs": 2,
|
| 200 |
+
"save_steps": 50,
|
| 201 |
+
"stateful_callbacks": {
|
| 202 |
+
"TrainerControl": {
|
| 203 |
+
"args": {
|
| 204 |
+
"should_epoch_stop": false,
|
| 205 |
+
"should_evaluate": false,
|
| 206 |
+
"should_log": false,
|
| 207 |
+
"should_save": true,
|
| 208 |
+
"should_training_stop": true
|
| 209 |
+
},
|
| 210 |
+
"attributes": {}
|
| 211 |
+
}
|
| 212 |
+
},
|
| 213 |
+
"total_flos": 3.0957481606324224e+16,
|
| 214 |
+
"train_batch_size": 2,
|
| 215 |
+
"trial_name": null,
|
| 216 |
+
"trial_params": null
|
| 217 |
+
}
|
punctuation/encoder_model/checkpoint-214/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c183af3b7bc95584398a77bc592fe53fb18d26a136f103466b442a82eaa4ecb
|
| 3 |
+
size 5496
|
punctuation/encoder_model/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c183af3b7bc95584398a77bc592fe53fb18d26a136f103466b442a82eaa4ecb
|
| 3 |
size 5496
|
punctuation/encoder_model/training_config.yaml
CHANGED
|
@@ -26,9 +26,9 @@ training:
|
|
| 26 |
gradient_checkpointing: false
|
| 27 |
greater_is_better: true
|
| 28 |
group_by_length: true
|
| 29 |
-
learning_rate: 0.
|
| 30 |
load_best_model_at_end: true
|
| 31 |
-
lr_scheduler:
|
| 32 |
max_grad_norm: 1.0
|
| 33 |
metric_for_best_model: eval_encoder_accuracy
|
| 34 |
num_epochs: 2
|
|
|
|
| 26 |
gradient_checkpointing: false
|
| 27 |
greater_is_better: true
|
| 28 |
group_by_length: true
|
| 29 |
+
learning_rate: 0.0002
|
| 30 |
load_best_model_at_end: true
|
| 31 |
+
lr_scheduler: cosine
|
| 32 |
max_grad_norm: 1.0
|
| 33 |
metric_for_best_model: eval_encoder_accuracy
|
| 34 |
num_epochs: 2
|