Daisuke675 commited on
Commit
e683e84
·
verified ·
1 Parent(s): 43411c9

final SFT PRO MIX from best pretrain checkpoint

Browse files
training-runs/sft-toolmind-50k-from-toolcalling-best/checkpoint_last.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0c8167dfa5a56705028de544ead28d5fb336af0a8fcdc33ed79ac0d55baf5881
3
  size 15758461011
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd4e5cf3721439725cb85d0c1a687bd96854da8d15429a9271ee2392e55cab5
3
  size 15758461011
training-runs/sft-toolmind-50k-from-toolcalling-best/tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
training-runs/sft-toolmind-50k-from-toolcalling-best/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
+ }