Save benchmark: stable-run-sft-step-440
Browse files- checkpoints/stable-run-sft-step-440/config.json +45 -0
- checkpoints/stable-run-sft-step-440/generation_config.json +6 -0
- checkpoints/stable-run-sft-step-440/hyperparameters.json +17 -0
- checkpoints/stable-run-sft-step-440/merges.txt +0 -0
- checkpoints/stable-run-sft-step-440/model.safetensors +3 -0
- checkpoints/stable-run-sft-step-440/optimizer.pt +3 -0
- checkpoints/stable-run-sft-step-440/scheduler.pt +3 -0
- checkpoints/stable-run-sft-step-440/special_tokens_map.json +6 -0
- checkpoints/stable-run-sft-step-440/tokenizer.json +0 -0
- checkpoints/stable-run-sft-step-440/tokenizer_config.json +21 -0
- checkpoints/stable-run-sft-step-440/training_state.json +0 -0
- checkpoints/stable-run-sft-step-440/vocab.json +0 -0
checkpoints/stable-run-sft-step-440/config.json
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_num_labels": 1,
|
| 3 |
+
"activation_function": "gelu_new",
|
| 4 |
+
"architectures": [
|
| 5 |
+
"GPT2LMHeadModel"
|
| 6 |
+
],
|
| 7 |
+
"attn_pdrop": 0.1,
|
| 8 |
+
"bos_token_id": 50256,
|
| 9 |
+
"dtype": "float32",
|
| 10 |
+
"embd_pdrop": 0.1,
|
| 11 |
+
"eos_token_id": 50256,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "LABEL_0"
|
| 14 |
+
},
|
| 15 |
+
"initializer_range": 0.02,
|
| 16 |
+
"label2id": {
|
| 17 |
+
"LABEL_0": 0
|
| 18 |
+
},
|
| 19 |
+
"layer_norm_epsilon": 1e-05,
|
| 20 |
+
"model_type": "gpt2",
|
| 21 |
+
"n_ctx": 1024,
|
| 22 |
+
"n_embd": 768,
|
| 23 |
+
"n_head": 12,
|
| 24 |
+
"n_inner": null,
|
| 25 |
+
"n_layer": 6,
|
| 26 |
+
"n_positions": 1024,
|
| 27 |
+
"reorder_and_upcast_attn": false,
|
| 28 |
+
"resid_pdrop": 0.1,
|
| 29 |
+
"scale_attn_by_inverse_layer_idx": false,
|
| 30 |
+
"scale_attn_weights": true,
|
| 31 |
+
"summary_activation": null,
|
| 32 |
+
"summary_first_dropout": 0.1,
|
| 33 |
+
"summary_proj_to_labels": true,
|
| 34 |
+
"summary_type": "cls_index",
|
| 35 |
+
"summary_use_proj": true,
|
| 36 |
+
"task_specific_params": {
|
| 37 |
+
"text-generation": {
|
| 38 |
+
"do_sample": true,
|
| 39 |
+
"max_length": 50
|
| 40 |
+
}
|
| 41 |
+
},
|
| 42 |
+
"transformers_version": "4.56.1",
|
| 43 |
+
"use_cache": true,
|
| 44 |
+
"vocab_size": 50257
|
| 45 |
+
}
|
checkpoints/stable-run-sft-step-440/generation_config.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_from_model_config": true,
|
| 3 |
+
"bos_token_id": 50256,
|
| 4 |
+
"eos_token_id": 50256,
|
| 5 |
+
"transformers_version": "4.56.1"
|
| 6 |
+
}
|
checkpoints/stable-run-sft-step-440/hyperparameters.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"repo_id": "broadfield-dev/savant_2_gsm8k_final",
|
| 3 |
+
"resume_from_benchmark": "",
|
| 4 |
+
"benchmark_name_prefix": "stable-run",
|
| 5 |
+
"benchmark_interval": 20,
|
| 6 |
+
"sft_epochs": 4,
|
| 7 |
+
"sft_lr": 2e-05,
|
| 8 |
+
"sft_warmup_proportion": 0.1,
|
| 9 |
+
"rl_lr": 1.5e-06,
|
| 10 |
+
"sft_slice": "0:2000",
|
| 11 |
+
"rl_slice": "4000:7473",
|
| 12 |
+
"context_length": 1024,
|
| 13 |
+
"base_model_name": "distilgpt2",
|
| 14 |
+
"use_scheduler": true,
|
| 15 |
+
"sft_batch_size": 1,
|
| 16 |
+
"grad_accum_steps": 16
|
| 17 |
+
}
|
checkpoints/stable-run-sft-step-440/merges.txt
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoints/stable-run-sft-step-440/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:966daf5ce94a7d13985298fbed751a7b63dc03e479dc8db761e32e7bb1e030e2
|
| 3 |
+
size 327657928
|
checkpoints/stable-run-sft-step-440/optimizer.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d84302bee16a4064312f48fc6034d11a666c7cc37515953f3e424783765af4e3
|
| 3 |
+
size 655362635
|
checkpoints/stable-run-sft-step-440/scheduler.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7b039c42172ffc3c5190046ca7dd87dd3e9dbdd453f9a29e20073213bd4dfa9e
|
| 3 |
+
size 1465
|
checkpoints/stable-run-sft-step-440/special_tokens_map.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token": "<|endoftext|>",
|
| 3 |
+
"eos_token": "<|endoftext|>",
|
| 4 |
+
"pad_token": "<|endoftext|>",
|
| 5 |
+
"unk_token": "<|endoftext|>"
|
| 6 |
+
}
|
checkpoints/stable-run-sft-step-440/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoints/stable-run-sft-step-440/tokenizer_config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_prefix_space": false,
|
| 3 |
+
"added_tokens_decoder": {
|
| 4 |
+
"50256": {
|
| 5 |
+
"content": "<|endoftext|>",
|
| 6 |
+
"lstrip": false,
|
| 7 |
+
"normalized": true,
|
| 8 |
+
"rstrip": false,
|
| 9 |
+
"single_word": false,
|
| 10 |
+
"special": true
|
| 11 |
+
}
|
| 12 |
+
},
|
| 13 |
+
"bos_token": "<|endoftext|>",
|
| 14 |
+
"clean_up_tokenization_spaces": false,
|
| 15 |
+
"eos_token": "<|endoftext|>",
|
| 16 |
+
"extra_special_tokens": {},
|
| 17 |
+
"model_max_length": 1024,
|
| 18 |
+
"pad_token": "<|endoftext|>",
|
| 19 |
+
"tokenizer_class": "GPT2Tokenizer",
|
| 20 |
+
"unk_token": "<|endoftext|>"
|
| 21 |
+
}
|
checkpoints/stable-run-sft-step-440/training_state.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
checkpoints/stable-run-sft-step-440/vocab.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|