Daisuke675 commited on
Commit
0ff6c5a
·
verified ·
1 Parent(s): e8133a8

final SFT PRO MIX from best pretrain checkpoint

Browse files
training-runs/sft-agentic-repair-v4-fullbench/checkpoint_last.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cefbe5a99a6727042d5f76922a3e6b8d5ba9d0b40cb6e5cf0b609a750a5711c8
3
  size 15758461011
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70fa078ef98be23c077be875a369ea10388d65a30a1a83d0643f5b1c6506871d
3
  size 15758461011
training-runs/sft-agentic-repair-v4-fullbench/tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
training-runs/sft-agentic-repair-v4-fullbench/tokenizer/tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "errors": "replace",
7
+ "is_local": false,
8
+ "local_files_only": false,
9
+ "model_max_length": 1024,
10
+ "pad_token": "<|endoftext|>",
11
+ "tokenizer_class": "GPT2Tokenizer",
12
+ "unk_token": "<|endoftext|>"
13
+ }