Daisuke675 commited on
Commit
9080241
·
verified ·
1 Parent(s): 7fcbfd0

final SFT PRO MIX from best pretrain checkpoint

Browse files
training-runs/sft-agentic-mix-60-40/checkpoint_last.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:43e517e84102661c61dd19e62da1019f01d11f68f3add70b57621be84b339eb2
3
  size 15758461075
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47540c4f9503616e49ea2319bd467a89497ec2f8b335d93fe30d4a05c34d3d46
3
  size 15758461075
training-runs/sft-agentic-mix-60-40/tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
training-runs/sft-agentic-mix-60-40/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
+ }