ggunio commited on
Commit
51bc354
Β·
verified Β·
1 Parent(s): 060bf39

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +20 -0
config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "intelligent_tokenizer",
3
+ "version": "6.0",
4
+ "vocab_size": 260,
5
+ "encoder_dims": [
6
+ 512,
7
+ 512,
8
+ 640,
9
+ 768,
10
+ 768
11
+ ],
12
+ "decoder_hidden": 768,
13
+ "num_heads": 8,
14
+ "num_decoder_layers": 6,
15
+ "dropout": 0.1,
16
+ "max_seq_len": 256,
17
+ "architecture": "BoundaryAwareTokenizerModel",
18
+ "trained_epoch": 23,
19
+ "training_loss": 0.13205952942371368
20
+ }