ittailup commited on
Commit
6babc21
·
verified ·
1 Parent(s): 5c18bd9

Release unilineal model (Modal training)

Browse files
unilineal/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:177fc9b4d84fca71e474ae1b9c40efceb4b3258077305b6c5d4b6d73d0e0fd36
3
  size 598449012
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de24a725a2d02e94d5e4c57002213e20f97ed9a3a54be3d462c65f179c1737a0
3
  size 598449012
unilineal/tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
unilineal/tokenizer_config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "backend": "tokenizers",
3
+ "clean_up_tokenization_spaces": true,
4
+ "cls_token": "[CLS]",
5
+ "is_local": false,
6
+ "mask_token": "[MASK]",
7
+ "model_input_names": [
8
+ "input_ids",
9
+ "attention_mask"
10
+ ],
11
+ "model_max_length": 8192,
12
+ "pad_token": "[PAD]",
13
+ "sep_token": "[SEP]",
14
+ "tokenizer_class": "TokenizersBackend",
15
+ "unk_token": "[UNK]"
16
+ }
unilineal/training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd03690168d190fe578427a43e2c7692f6a819f0472e634fb7433f813d9e98e
3
+ size 5201