Daisuke675 commited on
Commit
cd410a2
·
verified ·
1 Parent(s): e4c64e9

final SFT PRO MIX from best pretrain checkpoint

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