wannaq commited on
Commit
6f7ca87
·
verified ·
1 Parent(s): 955e19c

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -0
config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_map": {
3
+ "AutoConfig": "configuration_waveformer.WaveformerConfig",
4
+ "AutoModelForCausalLM": "modeling_waveformer.WaveformerModel"
5
+ },
6
+ "model_type": "waveformer",
7
+ "vocab_size": 50257,
8
+ "d_model": 1024,
9
+ "n_layers": 12,
10
+ "max_seq_len": 32768
11
+ }