lysandre HF staff commited on
Commit
1cd471f
1 Parent(s): c335e2a

Add model and configuration.

Browse files
Files changed (2) hide show
  1. config.json +40 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "attention_dropout": 0.1,
5
+ "bos_token_id": 0,
6
+ "classifier_dropout": 0.0,
7
+ "conv_channels": 32,
8
+ "conv_kernel_sizes": [
9
+ 5,
10
+ 5
11
+ ],
12
+ "d_model": 16,
13
+ "decoder_attention_heads": 4,
14
+ "decoder_ffn_dim": 4,
15
+ "decoder_layerdrop": 0.0,
16
+ "decoder_layers": 2,
17
+ "decoder_start_token_id": 2,
18
+ "dropout": 0.1,
19
+ "encoder_attention_heads": 4,
20
+ "encoder_ffn_dim": 4,
21
+ "encoder_layerdrop": 0.0,
22
+ "encoder_layers": 2,
23
+ "eos_token_id": 2,
24
+ "gradient_checkpointing": false,
25
+ "init_std": 0.02,
26
+ "input_channels": 1,
27
+ "input_feat_per_channel": 24,
28
+ "is_encoder_decoder": true,
29
+ "max_position_embeddings": 20,
30
+ "max_source_positions": 20,
31
+ "max_target_positions": 20,
32
+ "model_type": "speech_to_text",
33
+ "num_conv_layers": 2,
34
+ "num_hidden_layers": 2,
35
+ "pad_token_id": 1,
36
+ "scale_embedding": true,
37
+ "transformers_version": "4.10.0.dev0",
38
+ "use_cache": true,
39
+ "vocab_size": 99
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4360747f8175bed05560794e274682dafe5699768a5da60eba17c55674040b0c
3
+ size 188613