Daisuke675 commited on
Commit
3e7daed
·
verified ·
1 Parent(s): 91d32a5

ScugnizzLLM-1B SFT Dolly checkpoint

Browse files
training-runs/sft-dolly-15k/checkpoint_last.pt CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:95536367f99670cc0a527ba37508a05429b24505c4f858666f9ca1c7f7420868
3
  size 7879355275
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88234a86ed6feb6f9b637dc303cab11b6930630737e659557ce3239c39f489f7
3
  size 7879355275
training-runs/sft-dolly-15k/model_final.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0691233e160216736fe1d4ca5ca7695412a8ff307b170abbb60ef46489a3b8ba
3
+ size 2626441695
training-runs/sft-dolly-15k/tokenizer/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
training-runs/sft-dolly-15k/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
+ }