tako080614 commited on
Commit
378535a
·
verified ·
1 Parent(s): 820d0c8

Add browser ONNX artifacts

Browse files
browser-config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "format": "evex-cached-onnx-v1",
3
+ "vocab_size": 4096,
4
+ "layers": 6,
5
+ "heads": 4,
6
+ "head_dim": 64,
7
+ "context": 512,
8
+ "dtype": "float32"
9
+ }
onnx/model.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcd238bc7be452aa4cac515dc4b88a571a6891333279e87da2640e6c783314ed
3
+ size 27784077
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "tokenizer_class": "PreTrainedTokenizerFast",
3
+ "unk_token": "<unk>",
4
+ "bos_token": "<s>",
5
+ "eos_token": "</s>",
6
+ "model_max_length": 512,
7
+ "clean_up_tokenization_spaces": false
8
+ }