shu4dev commited on
Commit
372a1a6
·
verified ·
1 Parent(s): d285fb7

Upload 3 files

Browse files
Files changed (3) hide show
  1. best_model.pt +3 -0
  2. model.pt +3 -0
  3. model_config.json +11 -0
best_model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:527846b7f176ac044382d94a2992d1bcc73edfbf33067545588c0d15fac9f918
3
+ size 204694434
model.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49fd3bd953a44471bd595a2e629533fc1a2e4f57959f1efb1ecab4d3b10ca293
3
+ size 204690683
model_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 50000,
3
+ "context_length": 512,
4
+ "num_layers": 8,
5
+ "num_classes": 2,
6
+ "attn_pdrop": 0.1,
7
+ "d_ff": 2048,
8
+ "d_model": 512,
9
+ "num_heads": 8,
10
+ "residual_pdrop": 0.1
11
+ }