teszenofficial commited on
Commit
3503734
·
verified ·
1 Parent(s): c8924ed

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +11 -0
  2. mtp_model.pt +3 -0
  3. mtp_tokenizer.model +3 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 10000,
3
+ "d_model": 512,
4
+ "n_heads": 16,
5
+ "n_kv_heads": 4,
6
+ "n_layers": 12,
7
+ "d_ff": 2048,
8
+ "dropout": 0.1,
9
+ "max_len": 2048,
10
+ "sliding_window_size": 512
11
+ }
mtp_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd271504a4abfa83acf9e643039063398c85673c8755adb112fefa12feaf249
3
+ size 215624459
mtp_tokenizer.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cbb4f75b6b96b13ce0189fd7d9de7875ca08234dea5cbcd3b23718ab5901dcfe
3
+ size 410808