klemenk commited on
Commit
789bc7b
·
verified ·
1 Parent(s): 7b60bd0

Copy config.json from TuKoResearch/AuriStream1B_40Pred_librilight_500k

Browse files
Files changed (1) hide show
  1. config.json +19 -0
config.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "TuKoResearch/AuriStream1B_40Pred_librilight_500k",
3
+ "architectures": ["AuriStream"],
4
+ "model_type": "AuriStream.AuriStream",
5
+ "auto_map": {
6
+ "AutoConfig": "configuration_auristream.AuriStreamConfig",
7
+ "AutoModel": "modeling_auristream.AuriStream",
8
+ "AutoModelForCausalLM": "modeling_auristream.AuriStream"
9
+ },
10
+ "vocab_size": 8192,
11
+ "n_embd": 1280,
12
+ "n_layer": 48,
13
+ "n_head": 16,
14
+ "dropout": 0.0,
15
+ "bias": false,
16
+ "use_rope": false,
17
+ "n_pred_steps": 40,
18
+ "seq_len": 4096
19
+ }