CodeDevX commited on
Commit
7d25208
·
verified ·
1 Parent(s): f2bf99e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +7 -0
config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "vocab_size": 1791,
3
+ "hidden_size": 256,
4
+ "max_seq_len": 512,
5
+ "rope_theta": 10000.0,
6
+ "num_heads": 8
7
+ }