broadfield-dev commited on
Commit
3e10966
·
verified ·
1 Parent(s): 1d48475

Save benchmark: stable-run-sft-step-480

Browse files
checkpoints/stable-run-sft-step-480/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-480/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-480/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-480/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
checkpoints/stable-run-sft-step-480/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12044ad2f1c0c22cfadd27d74c4eaab007eef07e80ecb0905ab68722f3876516
3
+ size 327657928
checkpoints/stable-run-sft-step-480/optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af39c6c6a4c91f1b06cef2c0445b04f299edc724ea6c2a5e2ec3e7e1fec20756
3
+ size 655362635
checkpoints/stable-run-sft-step-480/scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c18b438109f254b43b89c96b7f4ba29b060d8d41ddc26fd705396a3d10ca32b
3
+ size 1465
checkpoints/stable-run-sft-step-480/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-480/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoints/stable-run-sft-step-480/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-480/training_state.json ADDED
The diff for this file is too large to render. See raw diff
 
checkpoints/stable-run-sft-step-480/vocab.json ADDED
The diff for this file is too large to render. See raw diff