MadnessSTAR123 commited on
Commit
3251072
·
verified ·
1 Parent(s): 7acfa83

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. model.safetensors +1 -1
  2. tokenizer.json +0 -0
  3. tokenizer_config.json +18 -0
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:73f7dd16d12d0b1900745e41010686c9414ae9c468201cf69906932f9218a73e
3
  size 442518100
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de131cbc515dd20970383566b6ccfb98d81ef10b5c1b84521fc9ff04caddbe0c
3
  size 442518100
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "bos_token": "[CLS]",
4
+ "cls_token": "[CLS]",
5
+ "do_basic_tokenize": true,
6
+ "do_lower_case": false,
7
+ "eos_token": "[SEP]",
8
+ "is_local": false,
9
+ "mask_token": "[MASK]",
10
+ "model_max_length": 512,
11
+ "never_split": null,
12
+ "pad_token": "[PAD]",
13
+ "sep_token": "[SEP]",
14
+ "strip_accents": null,
15
+ "tokenize_chinese_chars": true,
16
+ "tokenizer_class": "TokenizersBackend",
17
+ "unk_token": "[UNK]"
18
+ }