tako080614 commited on
Commit
ddb75d2
·
verified ·
1 Parent(s): 9db80ad

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:25c2fabfa2e1c0f89cda97101bdedcc80c35f0e551c5f3c4b360d0f2b8dd8d5d
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
+ }