Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +4 -0
- punctuation/decoder_model/adapter_config.json +4 -4
- punctuation/decoder_model/adapter_model.safetensors +1 -1
- punctuation/decoder_model/checkpoint-100/adapter_config.json +4 -4
- punctuation/decoder_model/checkpoint-100/adapter_model.safetensors +1 -1
- punctuation/decoder_model/checkpoint-100/optimizer.pt +1 -1
- punctuation/decoder_model/checkpoint-100/rng_state.pth +1 -1
- punctuation/decoder_model/checkpoint-100/scheduler.pt +1 -1
- punctuation/decoder_model/checkpoint-100/trainer_state.json +46 -46
- punctuation/decoder_model/checkpoint-100/training_args.bin +1 -1
- punctuation/decoder_model/checkpoint-150/README.md +207 -0
- punctuation/decoder_model/checkpoint-150/adapter_config.json +46 -0
- punctuation/decoder_model/checkpoint-150/adapter_model.safetensors +3 -0
- punctuation/decoder_model/checkpoint-150/chat_template.jinja +1 -0
- punctuation/decoder_model/checkpoint-150/optimizer.pt +3 -0
- punctuation/decoder_model/checkpoint-150/rng_state.pth +3 -0
- punctuation/decoder_model/checkpoint-150/scheduler.pt +3 -0
- punctuation/decoder_model/checkpoint-150/special_tokens_map.json +23 -0
- punctuation/decoder_model/checkpoint-150/tokenizer.json +3 -0
- punctuation/decoder_model/checkpoint-150/tokenizer_config.json +194 -0
- punctuation/decoder_model/checkpoint-150/trainer_state.json +166 -0
- punctuation/decoder_model/checkpoint-150/training_args.bin +3 -0
- punctuation/decoder_model/checkpoint-200/adapter_config.json +4 -4
- punctuation/decoder_model/checkpoint-200/adapter_model.safetensors +1 -1
- punctuation/decoder_model/checkpoint-200/optimizer.pt +1 -1
- punctuation/decoder_model/checkpoint-200/rng_state.pth +1 -1
- punctuation/decoder_model/checkpoint-200/scheduler.pt +1 -1
- punctuation/decoder_model/checkpoint-200/trainer_state.json +86 -86
- punctuation/decoder_model/checkpoint-200/training_args.bin +1 -1
- punctuation/decoder_model/checkpoint-250/README.md +207 -0
- punctuation/decoder_model/checkpoint-250/adapter_config.json +46 -0
- punctuation/decoder_model/checkpoint-250/adapter_model.safetensors +3 -0
- punctuation/decoder_model/checkpoint-250/chat_template.jinja +1 -0
- punctuation/decoder_model/checkpoint-250/optimizer.pt +3 -0
- punctuation/decoder_model/checkpoint-250/rng_state.pth +3 -0
- punctuation/decoder_model/checkpoint-250/scheduler.pt +3 -0
- punctuation/decoder_model/checkpoint-250/special_tokens_map.json +23 -0
- punctuation/decoder_model/checkpoint-250/tokenizer.json +3 -0
- punctuation/decoder_model/checkpoint-250/tokenizer_config.json +194 -0
- punctuation/decoder_model/checkpoint-250/trainer_state.json +254 -0
- punctuation/decoder_model/checkpoint-250/training_args.bin +3 -0
- punctuation/decoder_model/checkpoint-300/README.md +207 -0
- punctuation/decoder_model/checkpoint-300/adapter_config.json +46 -0
- punctuation/decoder_model/checkpoint-300/adapter_model.safetensors +3 -0
- punctuation/decoder_model/checkpoint-300/chat_template.jinja +1 -0
- punctuation/decoder_model/checkpoint-300/optimizer.pt +3 -0
- punctuation/decoder_model/checkpoint-300/rng_state.pth +3 -0
- punctuation/decoder_model/checkpoint-300/scheduler.pt +3 -0
- punctuation/decoder_model/checkpoint-300/special_tokens_map.json +23 -0
- punctuation/decoder_model/checkpoint-300/tokenizer.json +3 -0
.gitattributes
CHANGED
|
@@ -56,3 +56,7 @@ punctuation/encoder_model/checkpoint-150/tokenizer.json filter=lfs diff=lfs merg
|
|
| 56 |
punctuation/encoder_model/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
punctuation/encoder_model/checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 58 |
punctuation/encoder_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 56 |
punctuation/encoder_model/checkpoint-200/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 57 |
punctuation/encoder_model/checkpoint-50/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 58 |
punctuation/encoder_model/tokenizer.json filter=lfs diff=lfs merge=lfs -text
|
| 59 |
+
punctuation/decoder_model/checkpoint-150/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
|
punctuation/decoder_model/adapter_config.json
CHANGED
|
@@ -29,13 +29,13 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
| 32 |
"gate_proj",
|
|
|
|
| 33 |
"up_proj",
|
| 34 |
-
"down_proj",
|
| 35 |
-
"k_proj",
|
| 36 |
"v_proj",
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"o_proj",
|
| 33 |
"gate_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
"up_proj",
|
|
|
|
|
|
|
| 36 |
"v_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
+
"down_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
punctuation/decoder_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:81cdb0bad37e5e85cb192fc1a4176c897a0a3c26a9cca907ad312828798ced8e
|
| 3 |
size 295488936
|
punctuation/decoder_model/checkpoint-100/adapter_config.json
CHANGED
|
@@ -29,13 +29,13 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
| 32 |
"gate_proj",
|
|
|
|
| 33 |
"up_proj",
|
| 34 |
-
"down_proj",
|
| 35 |
-
"k_proj",
|
| 36 |
"v_proj",
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"o_proj",
|
| 33 |
"gate_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
"up_proj",
|
|
|
|
|
|
|
| 36 |
"v_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
+
"down_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
punctuation/decoder_model/checkpoint-100/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:298210befb01d8b6f59420e8e84211687005016b9f5d0bfc544d30c8f0368274
|
| 3 |
size 295488936
|
punctuation/decoder_model/checkpoint-100/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:f2fa89afbf63ca7ce05eb4846c8afb60aa2acd764417e38d99a4c55c8dd20401
|
| 3 |
size 591203178
|
punctuation/decoder_model/checkpoint-100/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:d27e2831a52762b1846dbb627b14ca75543c940afac1961118b4e963052cb551
|
| 3 |
size 14244
|
punctuation/decoder_model/checkpoint-100/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:e2a28995c40f7b16c8546b48d4c90300b9e79ca9133267d49a18f59980326d8e
|
| 3 |
size 1064
|
punctuation/decoder_model/checkpoint-100/trainer_state.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"best_global_step":
|
| 3 |
-
"best_metric": 0.
|
| 4 |
-
"best_model_checkpoint": "./models/punctuation/
|
| 5 |
"epoch": 0.9411764705882353,
|
| 6 |
"eval_steps": 50,
|
| 7 |
"global_step": 100,
|
|
@@ -11,97 +11,97 @@
|
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
"epoch": 0.09411764705882353,
|
| 14 |
-
"grad_norm":
|
| 15 |
-
"learning_rate":
|
| 16 |
-
"loss": 0.
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
"epoch": 0.18823529411764706,
|
| 21 |
-
"grad_norm": 0.
|
| 22 |
-
"learning_rate":
|
| 23 |
-
"loss": 0.
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
"epoch": 0.2823529411764706,
|
| 28 |
-
"grad_norm":
|
| 29 |
-
"learning_rate":
|
| 30 |
-
"loss": 0.
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
"epoch": 0.3764705882352941,
|
| 35 |
-
"grad_norm": 0.
|
| 36 |
-
"learning_rate":
|
| 37 |
-
"loss": 0.
|
| 38 |
"step": 40
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"epoch": 0.47058823529411764,
|
| 42 |
-
"grad_norm": 0.
|
| 43 |
-
"learning_rate":
|
| 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":
|
| 60 |
-
"loss": 0.
|
| 61 |
"step": 60
|
| 62 |
},
|
| 63 |
{
|
| 64 |
"epoch": 0.6588235294117647,
|
| 65 |
-
"grad_norm": 0.
|
| 66 |
-
"learning_rate":
|
| 67 |
-
"loss": 0.
|
| 68 |
"step": 70
|
| 69 |
},
|
| 70 |
{
|
| 71 |
"epoch": 0.7529411764705882,
|
| 72 |
-
"grad_norm": 0.
|
| 73 |
-
"learning_rate":
|
| 74 |
-
"loss": 0.
|
| 75 |
"step": 80
|
| 76 |
},
|
| 77 |
{
|
| 78 |
"epoch": 0.8470588235294118,
|
| 79 |
-
"grad_norm": 0.
|
| 80 |
-
"learning_rate":
|
| 81 |
-
"loss": 0.
|
| 82 |
"step": 90
|
| 83 |
},
|
| 84 |
{
|
| 85 |
"epoch": 0.9411764705882353,
|
| 86 |
-
"grad_norm": 0.
|
| 87 |
-
"learning_rate":
|
| 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 |
"logging_steps": 10,
|
| 102 |
-
"max_steps":
|
| 103 |
"num_input_tokens_seen": 0,
|
| 104 |
-
"num_train_epochs":
|
| 105 |
"save_steps": 50,
|
| 106 |
"stateful_callbacks": {
|
| 107 |
"TrainerControl": {
|
|
@@ -115,7 +115,7 @@
|
|
| 115 |
"attributes": {}
|
| 116 |
}
|
| 117 |
},
|
| 118 |
-
"total_flos":
|
| 119 |
"train_batch_size": 2,
|
| 120 |
"trial_name": null,
|
| 121 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_global_step": 100,
|
| 3 |
+
"best_metric": 0.7,
|
| 4 |
+
"best_model_checkpoint": "./models/punctuation/decoder_model_simple/checkpoint-100",
|
| 5 |
"epoch": 0.9411764705882353,
|
| 6 |
"eval_steps": 50,
|
| 7 |
"global_step": 100,
|
|
|
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
"epoch": 0.09411764705882353,
|
| 14 |
+
"grad_norm": 1.3681155443191528,
|
| 15 |
+
"learning_rate": 2.7272727272727273e-05,
|
| 16 |
+
"loss": 0.7202,
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
"epoch": 0.18823529411764706,
|
| 21 |
+
"grad_norm": 0.7711533308029175,
|
| 22 |
+
"learning_rate": 5.757575757575758e-05,
|
| 23 |
+
"loss": 0.3185,
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
"epoch": 0.2823529411764706,
|
| 28 |
+
"grad_norm": 1.2256836891174316,
|
| 29 |
+
"learning_rate": 8.787878787878789e-05,
|
| 30 |
+
"loss": 0.1827,
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
"epoch": 0.3764705882352941,
|
| 35 |
+
"grad_norm": 0.888201892375946,
|
| 36 |
+
"learning_rate": 9.989294616193017e-05,
|
| 37 |
+
"loss": 0.1346,
|
| 38 |
"step": 40
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"epoch": 0.47058823529411764,
|
| 42 |
+
"grad_norm": 0.853918731212616,
|
| 43 |
+
"learning_rate": 9.924038765061042e-05,
|
| 44 |
+
"loss": 0.0721,
|
| 45 |
"step": 50
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"epoch": 0.47058823529411764,
|
| 49 |
+
"eval_loss": 0.04328128695487976,
|
| 50 |
+
"eval_model_preparation_time": 0.0162,
|
| 51 |
+
"eval_runtime": 2.2686,
|
| 52 |
+
"eval_samples_per_second": 44.081,
|
| 53 |
+
"eval_steps_per_second": 22.04,
|
| 54 |
"step": 50
|
| 55 |
},
|
| 56 |
{
|
| 57 |
"epoch": 0.5647058823529412,
|
| 58 |
+
"grad_norm": 0.48631730675697327,
|
| 59 |
+
"learning_rate": 9.800249271929645e-05,
|
| 60 |
+
"loss": 0.042,
|
| 61 |
"step": 60
|
| 62 |
},
|
| 63 |
{
|
| 64 |
"epoch": 0.6588235294117647,
|
| 65 |
+
"grad_norm": 0.5516029596328735,
|
| 66 |
+
"learning_rate": 9.619397662556435e-05,
|
| 67 |
+
"loss": 0.0218,
|
| 68 |
"step": 70
|
| 69 |
},
|
| 70 |
{
|
| 71 |
"epoch": 0.7529411764705882,
|
| 72 |
+
"grad_norm": 0.28095027804374695,
|
| 73 |
+
"learning_rate": 9.38363377853754e-05,
|
| 74 |
+
"loss": 0.0127,
|
| 75 |
"step": 80
|
| 76 |
},
|
| 77 |
{
|
| 78 |
"epoch": 0.8470588235294118,
|
| 79 |
+
"grad_norm": 0.8756083846092224,
|
| 80 |
+
"learning_rate": 9.09576022144496e-05,
|
| 81 |
+
"loss": 0.0124,
|
| 82 |
"step": 90
|
| 83 |
},
|
| 84 |
{
|
| 85 |
"epoch": 0.9411764705882353,
|
| 86 |
+
"grad_norm": 0.5514245629310608,
|
| 87 |
+
"learning_rate": 8.759199037394887e-05,
|
| 88 |
+
"loss": 0.0119,
|
| 89 |
"step": 100
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"epoch": 0.9411764705882353,
|
| 93 |
+
"eval_loss": 0.004549662582576275,
|
| 94 |
+
"eval_model_preparation_time": 0.0162,
|
| 95 |
+
"eval_runtime": 2.2779,
|
| 96 |
+
"eval_samples_per_second": 43.9,
|
| 97 |
+
"eval_steps_per_second": 21.95,
|
| 98 |
"step": 100
|
| 99 |
}
|
| 100 |
],
|
| 101 |
"logging_steps": 10,
|
| 102 |
+
"max_steps": 321,
|
| 103 |
"num_input_tokens_seen": 0,
|
| 104 |
+
"num_train_epochs": 3,
|
| 105 |
"save_steps": 50,
|
| 106 |
"stateful_callbacks": {
|
| 107 |
"TrainerControl": {
|
|
|
|
| 115 |
"attributes": {}
|
| 116 |
}
|
| 117 |
},
|
| 118 |
+
"total_flos": 6705100455260160.0,
|
| 119 |
"train_batch_size": 2,
|
| 120 |
"trial_name": null,
|
| 121 |
"trial_params": null
|
punctuation/decoder_model/checkpoint-100/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:f97ed1b6a6e44be81bbaf2ae8e900f738306c25642888690e0d1cb84bc71cf30
|
| 3 |
size 5496
|
punctuation/decoder_model/checkpoint-150/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/decoder_model/checkpoint-150/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 |
+
"o_proj",
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
+
"up_proj",
|
| 36 |
+
"v_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
+
"down_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/decoder_model/checkpoint-150/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:81cdb0bad37e5e85cb192fc1a4176c897a0a3c26a9cca907ad312828798ced8e
|
| 3 |
+
size 295488936
|
punctuation/decoder_model/checkpoint-150/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/decoder_model/checkpoint-150/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fed3aea7c526c75ba1c09e48ec24cd209afa8e7f4c986ba8746fc3053429b874
|
| 3 |
+
size 591203178
|
punctuation/decoder_model/checkpoint-150/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8907346cb90a1f0e3127be57f06d030fe7658cd9c8f0410f7ddaaee5bd0eb791
|
| 3 |
+
size 14244
|
punctuation/decoder_model/checkpoint-150/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:495744ffdaef4bdd4214964b759bd82ab378d1b5e5a6808b2e6d04cb50c83540
|
| 3 |
+
size 1064
|
punctuation/decoder_model/checkpoint-150/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/decoder_model/checkpoint-150/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1f3503dade503303f354be26edaf4223708fa1ca2e84c4daf306b5d7c40ce23
|
| 3 |
+
size 11423058
|
punctuation/decoder_model/checkpoint-150/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/decoder_model/checkpoint-150/trainer_state.json
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 150,
|
| 3 |
+
"best_metric": 0.9,
|
| 4 |
+
"best_model_checkpoint": "./models/punctuation/decoder_model_simple/checkpoint-150",
|
| 5 |
+
"epoch": 1.4047058823529412,
|
| 6 |
+
"eval_steps": 50,
|
| 7 |
+
"global_step": 150,
|
| 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": 1.3681155443191528,
|
| 15 |
+
"learning_rate": 2.7272727272727273e-05,
|
| 16 |
+
"loss": 0.7202,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.18823529411764706,
|
| 21 |
+
"grad_norm": 0.7711533308029175,
|
| 22 |
+
"learning_rate": 5.757575757575758e-05,
|
| 23 |
+
"loss": 0.3185,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.2823529411764706,
|
| 28 |
+
"grad_norm": 1.2256836891174316,
|
| 29 |
+
"learning_rate": 8.787878787878789e-05,
|
| 30 |
+
"loss": 0.1827,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.3764705882352941,
|
| 35 |
+
"grad_norm": 0.888201892375946,
|
| 36 |
+
"learning_rate": 9.989294616193017e-05,
|
| 37 |
+
"loss": 0.1346,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.47058823529411764,
|
| 42 |
+
"grad_norm": 0.853918731212616,
|
| 43 |
+
"learning_rate": 9.924038765061042e-05,
|
| 44 |
+
"loss": 0.0721,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.47058823529411764,
|
| 49 |
+
"eval_loss": 0.04328128695487976,
|
| 50 |
+
"eval_model_preparation_time": 0.0162,
|
| 51 |
+
"eval_runtime": 2.2686,
|
| 52 |
+
"eval_samples_per_second": 44.081,
|
| 53 |
+
"eval_steps_per_second": 22.04,
|
| 54 |
+
"step": 50
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.5647058823529412,
|
| 58 |
+
"grad_norm": 0.48631730675697327,
|
| 59 |
+
"learning_rate": 9.800249271929645e-05,
|
| 60 |
+
"loss": 0.042,
|
| 61 |
+
"step": 60
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 0.6588235294117647,
|
| 65 |
+
"grad_norm": 0.5516029596328735,
|
| 66 |
+
"learning_rate": 9.619397662556435e-05,
|
| 67 |
+
"loss": 0.0218,
|
| 68 |
+
"step": 70
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 0.7529411764705882,
|
| 72 |
+
"grad_norm": 0.28095027804374695,
|
| 73 |
+
"learning_rate": 9.38363377853754e-05,
|
| 74 |
+
"loss": 0.0127,
|
| 75 |
+
"step": 80
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.8470588235294118,
|
| 79 |
+
"grad_norm": 0.8756083846092224,
|
| 80 |
+
"learning_rate": 9.09576022144496e-05,
|
| 81 |
+
"loss": 0.0124,
|
| 82 |
+
"step": 90
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.9411764705882353,
|
| 86 |
+
"grad_norm": 0.5514245629310608,
|
| 87 |
+
"learning_rate": 8.759199037394887e-05,
|
| 88 |
+
"loss": 0.0119,
|
| 89 |
+
"step": 100
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.9411764705882353,
|
| 93 |
+
"eval_loss": 0.004549662582576275,
|
| 94 |
+
"eval_model_preparation_time": 0.0162,
|
| 95 |
+
"eval_runtime": 2.2779,
|
| 96 |
+
"eval_samples_per_second": 43.9,
|
| 97 |
+
"eval_steps_per_second": 21.95,
|
| 98 |
+
"step": 100
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 1.0282352941176471,
|
| 102 |
+
"grad_norm": 0.48209479451179504,
|
| 103 |
+
"learning_rate": 8.377951038078302e-05,
|
| 104 |
+
"loss": 0.0074,
|
| 105 |
+
"step": 110
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 1.1223529411764706,
|
| 109 |
+
"grad_norm": 0.22237619757652283,
|
| 110 |
+
"learning_rate": 7.956548241817912e-05,
|
| 111 |
+
"loss": 0.0033,
|
| 112 |
+
"step": 120
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"epoch": 1.2164705882352942,
|
| 116 |
+
"grad_norm": 0.22323866188526154,
|
| 117 |
+
"learning_rate": 7.500000000000001e-05,
|
| 118 |
+
"loss": 0.0019,
|
| 119 |
+
"step": 130
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 1.3105882352941176,
|
| 123 |
+
"grad_norm": 0.044407621026039124,
|
| 124 |
+
"learning_rate": 7.013733449293687e-05,
|
| 125 |
+
"loss": 0.0022,
|
| 126 |
+
"step": 140
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 1.4047058823529412,
|
| 130 |
+
"grad_norm": 0.1491803228855133,
|
| 131 |
+
"learning_rate": 6.503528997521366e-05,
|
| 132 |
+
"loss": 0.0026,
|
| 133 |
+
"step": 150
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"epoch": 1.4047058823529412,
|
| 137 |
+
"eval_loss": 0.00037357292603701353,
|
| 138 |
+
"eval_model_preparation_time": 0.0162,
|
| 139 |
+
"eval_runtime": 2.317,
|
| 140 |
+
"eval_samples_per_second": 43.159,
|
| 141 |
+
"eval_steps_per_second": 21.579,
|
| 142 |
+
"step": 150
|
| 143 |
+
}
|
| 144 |
+
],
|
| 145 |
+
"logging_steps": 10,
|
| 146 |
+
"max_steps": 321,
|
| 147 |
+
"num_input_tokens_seen": 0,
|
| 148 |
+
"num_train_epochs": 3,
|
| 149 |
+
"save_steps": 50,
|
| 150 |
+
"stateful_callbacks": {
|
| 151 |
+
"TrainerControl": {
|
| 152 |
+
"args": {
|
| 153 |
+
"should_epoch_stop": false,
|
| 154 |
+
"should_evaluate": false,
|
| 155 |
+
"should_log": false,
|
| 156 |
+
"should_save": true,
|
| 157 |
+
"should_training_stop": false
|
| 158 |
+
},
|
| 159 |
+
"attributes": {}
|
| 160 |
+
}
|
| 161 |
+
},
|
| 162 |
+
"total_flos": 1.0049284593389568e+16,
|
| 163 |
+
"train_batch_size": 2,
|
| 164 |
+
"trial_name": null,
|
| 165 |
+
"trial_params": null
|
| 166 |
+
}
|
punctuation/decoder_model/checkpoint-150/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f97ed1b6a6e44be81bbaf2ae8e900f738306c25642888690e0d1cb84bc71cf30
|
| 3 |
+
size 5496
|
punctuation/decoder_model/checkpoint-200/adapter_config.json
CHANGED
|
@@ -29,13 +29,13 @@
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
|
|
|
| 32 |
"gate_proj",
|
|
|
|
| 33 |
"up_proj",
|
| 34 |
-
"down_proj",
|
| 35 |
-
"k_proj",
|
| 36 |
"v_proj",
|
| 37 |
-
"
|
| 38 |
-
"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
|
|
|
| 29 |
"rank_pattern": {},
|
| 30 |
"revision": null,
|
| 31 |
"target_modules": [
|
| 32 |
+
"o_proj",
|
| 33 |
"gate_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
"up_proj",
|
|
|
|
|
|
|
| 36 |
"v_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
+
"down_proj"
|
| 39 |
],
|
| 40 |
"target_parameters": null,
|
| 41 |
"task_type": "CAUSAL_LM",
|
punctuation/decoder_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:e8676c364608701f56488b256b866234fabb85569e04e3d78c3207dad1334c61
|
| 3 |
size 295488936
|
punctuation/decoder_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:7bbd559cf67eae72b21b74ccbbe341497435c2fe9eabfee5f0b2e6f6149be8ea
|
| 3 |
size 591203178
|
punctuation/decoder_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:c7a3d8bb510226121cafc0e4f216b3dd6171d7e318a33b2ca847f9e6d4298573
|
| 3 |
size 14244
|
punctuation/decoder_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:13b2487b3ddfdf4c8aff90c3f09e6a7d7ae5ad8752ed2541c1e98d78c4db087d
|
| 3 |
size 1064
|
punctuation/decoder_model/checkpoint-200/trainer_state.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
-
"best_global_step":
|
| 3 |
-
"best_metric": 0.
|
| 4 |
-
"best_model_checkpoint": "./models/punctuation/
|
| 5 |
"epoch": 1.8752941176470588,
|
| 6 |
"eval_steps": 50,
|
| 7 |
"global_step": 200,
|
|
@@ -11,185 +11,185 @@
|
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
"epoch": 0.09411764705882353,
|
| 14 |
-
"grad_norm":
|
| 15 |
-
"learning_rate":
|
| 16 |
-
"loss": 0.
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
"epoch": 0.18823529411764706,
|
| 21 |
-
"grad_norm": 0.
|
| 22 |
-
"learning_rate":
|
| 23 |
-
"loss": 0.
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
"epoch": 0.2823529411764706,
|
| 28 |
-
"grad_norm":
|
| 29 |
-
"learning_rate":
|
| 30 |
-
"loss": 0.
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
"epoch": 0.3764705882352941,
|
| 35 |
-
"grad_norm": 0.
|
| 36 |
-
"learning_rate":
|
| 37 |
-
"loss": 0.
|
| 38 |
"step": 40
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"epoch": 0.47058823529411764,
|
| 42 |
-
"grad_norm": 0.
|
| 43 |
-
"learning_rate":
|
| 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":
|
| 60 |
-
"loss": 0.
|
| 61 |
"step": 60
|
| 62 |
},
|
| 63 |
{
|
| 64 |
"epoch": 0.6588235294117647,
|
| 65 |
-
"grad_norm": 0.
|
| 66 |
-
"learning_rate":
|
| 67 |
-
"loss": 0.
|
| 68 |
"step": 70
|
| 69 |
},
|
| 70 |
{
|
| 71 |
"epoch": 0.7529411764705882,
|
| 72 |
-
"grad_norm": 0.
|
| 73 |
-
"learning_rate":
|
| 74 |
-
"loss": 0.
|
| 75 |
"step": 80
|
| 76 |
},
|
| 77 |
{
|
| 78 |
"epoch": 0.8470588235294118,
|
| 79 |
-
"grad_norm": 0.
|
| 80 |
-
"learning_rate":
|
| 81 |
-
"loss": 0.
|
| 82 |
"step": 90
|
| 83 |
},
|
| 84 |
{
|
| 85 |
"epoch": 0.9411764705882353,
|
| 86 |
-
"grad_norm": 0.
|
| 87 |
-
"learning_rate":
|
| 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":
|
| 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 |
],
|
| 189 |
"logging_steps": 10,
|
| 190 |
-
"max_steps":
|
| 191 |
"num_input_tokens_seen": 0,
|
| 192 |
-
"num_train_epochs":
|
| 193 |
"save_steps": 50,
|
| 194 |
"stateful_callbacks": {
|
| 195 |
"TrainerControl": {
|
|
@@ -203,7 +203,7 @@
|
|
| 203 |
"attributes": {}
|
| 204 |
}
|
| 205 |
},
|
| 206 |
-
"total_flos":
|
| 207 |
"train_batch_size": 2,
|
| 208 |
"trial_name": null,
|
| 209 |
"trial_params": null
|
|
|
|
| 1 |
{
|
| 2 |
+
"best_global_step": 150,
|
| 3 |
+
"best_metric": 0.9,
|
| 4 |
+
"best_model_checkpoint": "./models/punctuation/decoder_model_simple/checkpoint-150",
|
| 5 |
"epoch": 1.8752941176470588,
|
| 6 |
"eval_steps": 50,
|
| 7 |
"global_step": 200,
|
|
|
|
| 11 |
"log_history": [
|
| 12 |
{
|
| 13 |
"epoch": 0.09411764705882353,
|
| 14 |
+
"grad_norm": 1.3681155443191528,
|
| 15 |
+
"learning_rate": 2.7272727272727273e-05,
|
| 16 |
+
"loss": 0.7202,
|
| 17 |
"step": 10
|
| 18 |
},
|
| 19 |
{
|
| 20 |
"epoch": 0.18823529411764706,
|
| 21 |
+
"grad_norm": 0.7711533308029175,
|
| 22 |
+
"learning_rate": 5.757575757575758e-05,
|
| 23 |
+
"loss": 0.3185,
|
| 24 |
"step": 20
|
| 25 |
},
|
| 26 |
{
|
| 27 |
"epoch": 0.2823529411764706,
|
| 28 |
+
"grad_norm": 1.2256836891174316,
|
| 29 |
+
"learning_rate": 8.787878787878789e-05,
|
| 30 |
+
"loss": 0.1827,
|
| 31 |
"step": 30
|
| 32 |
},
|
| 33 |
{
|
| 34 |
"epoch": 0.3764705882352941,
|
| 35 |
+
"grad_norm": 0.888201892375946,
|
| 36 |
+
"learning_rate": 9.989294616193017e-05,
|
| 37 |
+
"loss": 0.1346,
|
| 38 |
"step": 40
|
| 39 |
},
|
| 40 |
{
|
| 41 |
"epoch": 0.47058823529411764,
|
| 42 |
+
"grad_norm": 0.853918731212616,
|
| 43 |
+
"learning_rate": 9.924038765061042e-05,
|
| 44 |
+
"loss": 0.0721,
|
| 45 |
"step": 50
|
| 46 |
},
|
| 47 |
{
|
| 48 |
"epoch": 0.47058823529411764,
|
| 49 |
+
"eval_loss": 0.04328128695487976,
|
| 50 |
+
"eval_model_preparation_time": 0.0162,
|
| 51 |
+
"eval_runtime": 2.2686,
|
| 52 |
+
"eval_samples_per_second": 44.081,
|
| 53 |
+
"eval_steps_per_second": 22.04,
|
| 54 |
"step": 50
|
| 55 |
},
|
| 56 |
{
|
| 57 |
"epoch": 0.5647058823529412,
|
| 58 |
+
"grad_norm": 0.48631730675697327,
|
| 59 |
+
"learning_rate": 9.800249271929645e-05,
|
| 60 |
+
"loss": 0.042,
|
| 61 |
"step": 60
|
| 62 |
},
|
| 63 |
{
|
| 64 |
"epoch": 0.6588235294117647,
|
| 65 |
+
"grad_norm": 0.5516029596328735,
|
| 66 |
+
"learning_rate": 9.619397662556435e-05,
|
| 67 |
+
"loss": 0.0218,
|
| 68 |
"step": 70
|
| 69 |
},
|
| 70 |
{
|
| 71 |
"epoch": 0.7529411764705882,
|
| 72 |
+
"grad_norm": 0.28095027804374695,
|
| 73 |
+
"learning_rate": 9.38363377853754e-05,
|
| 74 |
+
"loss": 0.0127,
|
| 75 |
"step": 80
|
| 76 |
},
|
| 77 |
{
|
| 78 |
"epoch": 0.8470588235294118,
|
| 79 |
+
"grad_norm": 0.8756083846092224,
|
| 80 |
+
"learning_rate": 9.09576022144496e-05,
|
| 81 |
+
"loss": 0.0124,
|
| 82 |
"step": 90
|
| 83 |
},
|
| 84 |
{
|
| 85 |
"epoch": 0.9411764705882353,
|
| 86 |
+
"grad_norm": 0.5514245629310608,
|
| 87 |
+
"learning_rate": 8.759199037394887e-05,
|
| 88 |
+
"loss": 0.0119,
|
| 89 |
"step": 100
|
| 90 |
},
|
| 91 |
{
|
| 92 |
"epoch": 0.9411764705882353,
|
| 93 |
+
"eval_loss": 0.004549662582576275,
|
| 94 |
+
"eval_model_preparation_time": 0.0162,
|
| 95 |
+
"eval_runtime": 2.2779,
|
| 96 |
+
"eval_samples_per_second": 43.9,
|
| 97 |
+
"eval_steps_per_second": 21.95,
|
| 98 |
"step": 100
|
| 99 |
},
|
| 100 |
{
|
| 101 |
"epoch": 1.0282352941176471,
|
| 102 |
+
"grad_norm": 0.48209479451179504,
|
| 103 |
+
"learning_rate": 8.377951038078302e-05,
|
| 104 |
+
"loss": 0.0074,
|
| 105 |
"step": 110
|
| 106 |
},
|
| 107 |
{
|
| 108 |
"epoch": 1.1223529411764706,
|
| 109 |
+
"grad_norm": 0.22237619757652283,
|
| 110 |
+
"learning_rate": 7.956548241817912e-05,
|
| 111 |
+
"loss": 0.0033,
|
| 112 |
"step": 120
|
| 113 |
},
|
| 114 |
{
|
| 115 |
"epoch": 1.2164705882352942,
|
| 116 |
+
"grad_norm": 0.22323866188526154,
|
| 117 |
+
"learning_rate": 7.500000000000001e-05,
|
| 118 |
+
"loss": 0.0019,
|
| 119 |
"step": 130
|
| 120 |
},
|
| 121 |
{
|
| 122 |
"epoch": 1.3105882352941176,
|
| 123 |
+
"grad_norm": 0.044407621026039124,
|
| 124 |
+
"learning_rate": 7.013733449293687e-05,
|
| 125 |
+
"loss": 0.0022,
|
| 126 |
"step": 140
|
| 127 |
},
|
| 128 |
{
|
| 129 |
"epoch": 1.4047058823529412,
|
| 130 |
+
"grad_norm": 0.1491803228855133,
|
| 131 |
+
"learning_rate": 6.503528997521366e-05,
|
| 132 |
+
"loss": 0.0026,
|
| 133 |
"step": 150
|
| 134 |
},
|
| 135 |
{
|
| 136 |
"epoch": 1.4047058823529412,
|
| 137 |
+
"eval_loss": 0.00037357292603701353,
|
| 138 |
+
"eval_model_preparation_time": 0.0162,
|
| 139 |
+
"eval_runtime": 2.317,
|
| 140 |
+
"eval_samples_per_second": 43.159,
|
| 141 |
+
"eval_steps_per_second": 21.579,
|
| 142 |
"step": 150
|
| 143 |
},
|
| 144 |
{
|
| 145 |
"epoch": 1.4988235294117647,
|
| 146 |
+
"grad_norm": 0.014182478189468384,
|
| 147 |
+
"learning_rate": 5.9754516100806423e-05,
|
| 148 |
+
"loss": 0.0012,
|
| 149 |
"step": 160
|
| 150 |
},
|
| 151 |
{
|
| 152 |
"epoch": 1.592941176470588,
|
| 153 |
+
"grad_norm": 0.015145699493587017,
|
| 154 |
+
"learning_rate": 5.435778713738292e-05,
|
| 155 |
+
"loss": 0.0003,
|
| 156 |
"step": 170
|
| 157 |
},
|
| 158 |
{
|
| 159 |
"epoch": 1.6870588235294117,
|
| 160 |
+
"grad_norm": 0.011491155251860619,
|
| 161 |
+
"learning_rate": 4.890925574827195e-05,
|
| 162 |
+
"loss": 0.0039,
|
| 163 |
"step": 180
|
| 164 |
},
|
| 165 |
{
|
| 166 |
"epoch": 1.7811764705882354,
|
| 167 |
+
"grad_norm": 0.16684198379516602,
|
| 168 |
+
"learning_rate": 4.347369038899744e-05,
|
| 169 |
+
"loss": 0.0021,
|
| 170 |
"step": 190
|
| 171 |
},
|
| 172 |
{
|
| 173 |
"epoch": 1.8752941176470588,
|
| 174 |
+
"grad_norm": 0.006741759832948446,
|
| 175 |
+
"learning_rate": 3.8115705383691355e-05,
|
| 176 |
+
"loss": 0.0009,
|
| 177 |
"step": 200
|
| 178 |
},
|
| 179 |
{
|
| 180 |
"epoch": 1.8752941176470588,
|
| 181 |
+
"eval_loss": 0.0005264483625069261,
|
| 182 |
+
"eval_model_preparation_time": 0.0162,
|
| 183 |
+
"eval_runtime": 2.2881,
|
| 184 |
+
"eval_samples_per_second": 43.705,
|
| 185 |
+
"eval_steps_per_second": 21.852,
|
| 186 |
"step": 200
|
| 187 |
}
|
| 188 |
],
|
| 189 |
"logging_steps": 10,
|
| 190 |
+
"max_steps": 321,
|
| 191 |
"num_input_tokens_seen": 0,
|
| 192 |
+
"num_train_epochs": 3,
|
| 193 |
"save_steps": 50,
|
| 194 |
"stateful_callbacks": {
|
| 195 |
"TrainerControl": {
|
|
|
|
| 203 |
"attributes": {}
|
| 204 |
}
|
| 205 |
},
|
| 206 |
+
"total_flos": 1.3407619263412224e+16,
|
| 207 |
"train_batch_size": 2,
|
| 208 |
"trial_name": null,
|
| 209 |
"trial_params": null
|
punctuation/decoder_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:f97ed1b6a6e44be81bbaf2ae8e900f738306c25642888690e0d1cb84bc71cf30
|
| 3 |
size 5496
|
punctuation/decoder_model/checkpoint-250/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/decoder_model/checkpoint-250/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 |
+
"o_proj",
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
+
"up_proj",
|
| 36 |
+
"v_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
+
"down_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/decoder_model/checkpoint-250/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85e88922aafefbc22035ed0e75460f378ac3c0dcfeab2a79a502f22372e4289a
|
| 3 |
+
size 295488936
|
punctuation/decoder_model/checkpoint-250/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/decoder_model/checkpoint-250/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a358f7c91c0d49317cdb0477f3b68590b4d106710a8f4eea4ccadac203291c0
|
| 3 |
+
size 591203178
|
punctuation/decoder_model/checkpoint-250/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6eb946f5fdb1cdb4107905d1cf5848ed32308065b83a70e08faeab88143f211
|
| 3 |
+
size 14244
|
punctuation/decoder_model/checkpoint-250/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0916e582c1a0ca8c3ac56ca5069222be8c2a92f8ada721548973b72e3b58d48a
|
| 3 |
+
size 1064
|
punctuation/decoder_model/checkpoint-250/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/decoder_model/checkpoint-250/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1f3503dade503303f354be26edaf4223708fa1ca2e84c4daf306b5d7c40ce23
|
| 3 |
+
size 11423058
|
punctuation/decoder_model/checkpoint-250/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/decoder_model/checkpoint-250/trainer_state.json
ADDED
|
@@ -0,0 +1,254 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"best_global_step": 150,
|
| 3 |
+
"best_metric": 0.9,
|
| 4 |
+
"best_model_checkpoint": "./models/punctuation/decoder_model_simple/checkpoint-150",
|
| 5 |
+
"epoch": 2.3388235294117647,
|
| 6 |
+
"eval_steps": 50,
|
| 7 |
+
"global_step": 250,
|
| 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": 1.3681155443191528,
|
| 15 |
+
"learning_rate": 2.7272727272727273e-05,
|
| 16 |
+
"loss": 0.7202,
|
| 17 |
+
"step": 10
|
| 18 |
+
},
|
| 19 |
+
{
|
| 20 |
+
"epoch": 0.18823529411764706,
|
| 21 |
+
"grad_norm": 0.7711533308029175,
|
| 22 |
+
"learning_rate": 5.757575757575758e-05,
|
| 23 |
+
"loss": 0.3185,
|
| 24 |
+
"step": 20
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"epoch": 0.2823529411764706,
|
| 28 |
+
"grad_norm": 1.2256836891174316,
|
| 29 |
+
"learning_rate": 8.787878787878789e-05,
|
| 30 |
+
"loss": 0.1827,
|
| 31 |
+
"step": 30
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"epoch": 0.3764705882352941,
|
| 35 |
+
"grad_norm": 0.888201892375946,
|
| 36 |
+
"learning_rate": 9.989294616193017e-05,
|
| 37 |
+
"loss": 0.1346,
|
| 38 |
+
"step": 40
|
| 39 |
+
},
|
| 40 |
+
{
|
| 41 |
+
"epoch": 0.47058823529411764,
|
| 42 |
+
"grad_norm": 0.853918731212616,
|
| 43 |
+
"learning_rate": 9.924038765061042e-05,
|
| 44 |
+
"loss": 0.0721,
|
| 45 |
+
"step": 50
|
| 46 |
+
},
|
| 47 |
+
{
|
| 48 |
+
"epoch": 0.47058823529411764,
|
| 49 |
+
"eval_loss": 0.04328128695487976,
|
| 50 |
+
"eval_model_preparation_time": 0.0162,
|
| 51 |
+
"eval_runtime": 2.2686,
|
| 52 |
+
"eval_samples_per_second": 44.081,
|
| 53 |
+
"eval_steps_per_second": 22.04,
|
| 54 |
+
"step": 50
|
| 55 |
+
},
|
| 56 |
+
{
|
| 57 |
+
"epoch": 0.5647058823529412,
|
| 58 |
+
"grad_norm": 0.48631730675697327,
|
| 59 |
+
"learning_rate": 9.800249271929645e-05,
|
| 60 |
+
"loss": 0.042,
|
| 61 |
+
"step": 60
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"epoch": 0.6588235294117647,
|
| 65 |
+
"grad_norm": 0.5516029596328735,
|
| 66 |
+
"learning_rate": 9.619397662556435e-05,
|
| 67 |
+
"loss": 0.0218,
|
| 68 |
+
"step": 70
|
| 69 |
+
},
|
| 70 |
+
{
|
| 71 |
+
"epoch": 0.7529411764705882,
|
| 72 |
+
"grad_norm": 0.28095027804374695,
|
| 73 |
+
"learning_rate": 9.38363377853754e-05,
|
| 74 |
+
"loss": 0.0127,
|
| 75 |
+
"step": 80
|
| 76 |
+
},
|
| 77 |
+
{
|
| 78 |
+
"epoch": 0.8470588235294118,
|
| 79 |
+
"grad_norm": 0.8756083846092224,
|
| 80 |
+
"learning_rate": 9.09576022144496e-05,
|
| 81 |
+
"loss": 0.0124,
|
| 82 |
+
"step": 90
|
| 83 |
+
},
|
| 84 |
+
{
|
| 85 |
+
"epoch": 0.9411764705882353,
|
| 86 |
+
"grad_norm": 0.5514245629310608,
|
| 87 |
+
"learning_rate": 8.759199037394887e-05,
|
| 88 |
+
"loss": 0.0119,
|
| 89 |
+
"step": 100
|
| 90 |
+
},
|
| 91 |
+
{
|
| 92 |
+
"epoch": 0.9411764705882353,
|
| 93 |
+
"eval_loss": 0.004549662582576275,
|
| 94 |
+
"eval_model_preparation_time": 0.0162,
|
| 95 |
+
"eval_runtime": 2.2779,
|
| 96 |
+
"eval_samples_per_second": 43.9,
|
| 97 |
+
"eval_steps_per_second": 21.95,
|
| 98 |
+
"step": 100
|
| 99 |
+
},
|
| 100 |
+
{
|
| 101 |
+
"epoch": 1.0282352941176471,
|
| 102 |
+
"grad_norm": 0.48209479451179504,
|
| 103 |
+
"learning_rate": 8.377951038078302e-05,
|
| 104 |
+
"loss": 0.0074,
|
| 105 |
+
"step": 110
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"epoch": 1.1223529411764706,
|
| 109 |
+
"grad_norm": 0.22237619757652283,
|
| 110 |
+
"learning_rate": 7.956548241817912e-05,
|
| 111 |
+
"loss": 0.0033,
|
| 112 |
+
"step": 120
|
| 113 |
+
},
|
| 114 |
+
{
|
| 115 |
+
"epoch": 1.2164705882352942,
|
| 116 |
+
"grad_norm": 0.22323866188526154,
|
| 117 |
+
"learning_rate": 7.500000000000001e-05,
|
| 118 |
+
"loss": 0.0019,
|
| 119 |
+
"step": 130
|
| 120 |
+
},
|
| 121 |
+
{
|
| 122 |
+
"epoch": 1.3105882352941176,
|
| 123 |
+
"grad_norm": 0.044407621026039124,
|
| 124 |
+
"learning_rate": 7.013733449293687e-05,
|
| 125 |
+
"loss": 0.0022,
|
| 126 |
+
"step": 140
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"epoch": 1.4047058823529412,
|
| 130 |
+
"grad_norm": 0.1491803228855133,
|
| 131 |
+
"learning_rate": 6.503528997521366e-05,
|
| 132 |
+
"loss": 0.0026,
|
| 133 |
+
"step": 150
|
| 134 |
+
},
|
| 135 |
+
{
|
| 136 |
+
"epoch": 1.4047058823529412,
|
| 137 |
+
"eval_loss": 0.00037357292603701353,
|
| 138 |
+
"eval_model_preparation_time": 0.0162,
|
| 139 |
+
"eval_runtime": 2.317,
|
| 140 |
+
"eval_samples_per_second": 43.159,
|
| 141 |
+
"eval_steps_per_second": 21.579,
|
| 142 |
+
"step": 150
|
| 143 |
+
},
|
| 144 |
+
{
|
| 145 |
+
"epoch": 1.4988235294117647,
|
| 146 |
+
"grad_norm": 0.014182478189468384,
|
| 147 |
+
"learning_rate": 5.9754516100806423e-05,
|
| 148 |
+
"loss": 0.0012,
|
| 149 |
+
"step": 160
|
| 150 |
+
},
|
| 151 |
+
{
|
| 152 |
+
"epoch": 1.592941176470588,
|
| 153 |
+
"grad_norm": 0.015145699493587017,
|
| 154 |
+
"learning_rate": 5.435778713738292e-05,
|
| 155 |
+
"loss": 0.0003,
|
| 156 |
+
"step": 170
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"epoch": 1.6870588235294117,
|
| 160 |
+
"grad_norm": 0.011491155251860619,
|
| 161 |
+
"learning_rate": 4.890925574827195e-05,
|
| 162 |
+
"loss": 0.0039,
|
| 163 |
+
"step": 180
|
| 164 |
+
},
|
| 165 |
+
{
|
| 166 |
+
"epoch": 1.7811764705882354,
|
| 167 |
+
"grad_norm": 0.16684198379516602,
|
| 168 |
+
"learning_rate": 4.347369038899744e-05,
|
| 169 |
+
"loss": 0.0021,
|
| 170 |
+
"step": 190
|
| 171 |
+
},
|
| 172 |
+
{
|
| 173 |
+
"epoch": 1.8752941176470588,
|
| 174 |
+
"grad_norm": 0.006741759832948446,
|
| 175 |
+
"learning_rate": 3.8115705383691355e-05,
|
| 176 |
+
"loss": 0.0009,
|
| 177 |
+
"step": 200
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"epoch": 1.8752941176470588,
|
| 181 |
+
"eval_loss": 0.0005264483625069261,
|
| 182 |
+
"eval_model_preparation_time": 0.0162,
|
| 183 |
+
"eval_runtime": 2.2881,
|
| 184 |
+
"eval_samples_per_second": 43.705,
|
| 185 |
+
"eval_steps_per_second": 21.852,
|
| 186 |
+
"step": 200
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"epoch": 1.9694117647058822,
|
| 190 |
+
"grad_norm": 0.0708838701248169,
|
| 191 |
+
"learning_rate": 3.289899283371657e-05,
|
| 192 |
+
"loss": 0.0012,
|
| 193 |
+
"step": 210
|
| 194 |
+
},
|
| 195 |
+
{
|
| 196 |
+
"epoch": 2.0564705882352943,
|
| 197 |
+
"grad_norm": 0.0013810750097036362,
|
| 198 |
+
"learning_rate": 2.7885565489049946e-05,
|
| 199 |
+
"loss": 0.0005,
|
| 200 |
+
"step": 220
|
| 201 |
+
},
|
| 202 |
+
{
|
| 203 |
+
"epoch": 2.1505882352941175,
|
| 204 |
+
"grad_norm": 0.0015096160350367427,
|
| 205 |
+
"learning_rate": 2.3135019582658802e-05,
|
| 206 |
+
"loss": 0.0004,
|
| 207 |
+
"step": 230
|
| 208 |
+
},
|
| 209 |
+
{
|
| 210 |
+
"epoch": 2.244705882352941,
|
| 211 |
+
"grad_norm": 0.00760283600538969,
|
| 212 |
+
"learning_rate": 1.8703826390797048e-05,
|
| 213 |
+
"loss": 0.0002,
|
| 214 |
+
"step": 240
|
| 215 |
+
},
|
| 216 |
+
{
|
| 217 |
+
"epoch": 2.3388235294117647,
|
| 218 |
+
"grad_norm": 0.00949388649314642,
|
| 219 |
+
"learning_rate": 1.4644660940672627e-05,
|
| 220 |
+
"loss": 0.0002,
|
| 221 |
+
"step": 250
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"epoch": 2.3388235294117647,
|
| 225 |
+
"eval_loss": 0.00012819873518310487,
|
| 226 |
+
"eval_model_preparation_time": 0.0162,
|
| 227 |
+
"eval_runtime": 2.2912,
|
| 228 |
+
"eval_samples_per_second": 43.646,
|
| 229 |
+
"eval_steps_per_second": 21.823,
|
| 230 |
+
"step": 250
|
| 231 |
+
}
|
| 232 |
+
],
|
| 233 |
+
"logging_steps": 10,
|
| 234 |
+
"max_steps": 321,
|
| 235 |
+
"num_input_tokens_seen": 0,
|
| 236 |
+
"num_train_epochs": 3,
|
| 237 |
+
"save_steps": 50,
|
| 238 |
+
"stateful_callbacks": {
|
| 239 |
+
"TrainerControl": {
|
| 240 |
+
"args": {
|
| 241 |
+
"should_epoch_stop": false,
|
| 242 |
+
"should_evaluate": false,
|
| 243 |
+
"should_log": false,
|
| 244 |
+
"should_save": true,
|
| 245 |
+
"should_training_stop": false
|
| 246 |
+
},
|
| 247 |
+
"attributes": {}
|
| 248 |
+
}
|
| 249 |
+
},
|
| 250 |
+
"total_flos": 1.6729869106563072e+16,
|
| 251 |
+
"train_batch_size": 2,
|
| 252 |
+
"trial_name": null,
|
| 253 |
+
"trial_params": null
|
| 254 |
+
}
|
punctuation/decoder_model/checkpoint-250/training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f97ed1b6a6e44be81bbaf2ae8e900f738306c25642888690e0d1cb84bc71cf30
|
| 3 |
+
size 5496
|
punctuation/decoder_model/checkpoint-300/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/decoder_model/checkpoint-300/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 |
+
"o_proj",
|
| 33 |
+
"gate_proj",
|
| 34 |
+
"q_proj",
|
| 35 |
+
"up_proj",
|
| 36 |
+
"v_proj",
|
| 37 |
+
"k_proj",
|
| 38 |
+
"down_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/decoder_model/checkpoint-300/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b84f51cbe1fb1949efe5ecb4b5e1a117ee1dbae74cdcc8a0468b94fe8929a530
|
| 3 |
+
size 295488936
|
punctuation/decoder_model/checkpoint-300/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/decoder_model/checkpoint-300/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:925ed1790354322ad4905b2fbefecde924b6e090ff4cf45f6f08cbb41ef7ad97
|
| 3 |
+
size 591203178
|
punctuation/decoder_model/checkpoint-300/rng_state.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1c136e18a347017af22d22beb653423e6bc24f32037c3a53a1d51823a7ddb93a
|
| 3 |
+
size 14244
|
punctuation/decoder_model/checkpoint-300/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2e141da4d8a6d542ee6207c4130ad5b1aea5686c6966c11ebf0ec19cafebc910
|
| 3 |
+
size 1064
|
punctuation/decoder_model/checkpoint-300/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/decoder_model/checkpoint-300/tokenizer.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1f3503dade503303f354be26edaf4223708fa1ca2e84c4daf306b5d7c40ce23
|
| 3 |
+
size 11423058
|