teszenofficial commited on
Commit
7bc9d32
·
verified ·
1 Parent(s): 361852b

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +9 -0
  2. mtp_model.pt +3 -0
  3. mtp_tokenizer.model +3 -0
config.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 800,
3
+ "d_model": 256,
4
+ "n_heads": 8,
5
+ "n_layers": 4,
6
+ "d_ff": 1024,
7
+ "dropout": 0.2,
8
+ "max_len": 384
9
+ }
mtp_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:523d507cd3724b42471aa17e00356dc3d6d034d6c6e95e1c131ee4caa35b776c
3
+ size 14698153
mtp_tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d33917e89115004e4bf409be60ac96661f6e924d2ce4cc45b4449591d790afb
3
+ size 250713