Daisuke675 commited on
Commit
ad96b34
·
verified ·
1 Parent(s): f96bf20

final ScugnizzLLMChat artifacts

Browse files
training-runs/latest/model_final.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:160c1510f2770f4cf43414e9b5158c6ee9986a8e0f3b8cef75d171898156d255
3
+ size 204733887
training-runs/latest/tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
training-runs/latest/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
+ }