Daisuke675 commited on
Commit
bd33f90
·
verified ·
1 Parent(s): 1ae2ae8

final SFT PRO MIX from best pretrain checkpoint

Browse files
training-runs/sft-rag-api-1b-v1/checkpoint_last.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1bd9efea26cb30e21b46c25c1485c15bbbd31f3a8b680b4506e1669333949fca
3
  size 15758460563
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8f2e62b60d497c10b91764b4e18895a8a9d14a814f8048217ab09d307237414
3
  size 15758460563
training-runs/sft-rag-api-1b-v1/tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
training-runs/sft-rag-api-1b-v1/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
+ }