lysandre HF staff commited on
Commit
534d3a9
1 Parent(s): 627c4df

Add model and configuration.

Browse files
Files changed (2) hide show
  1. config.json +29 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "relu",
4
+ "attention_dropout": 0.1,
5
+ "bos_token_id": 0,
6
+ "d_model": 16,
7
+ "decoder_attention_heads": 4,
8
+ "decoder_ffn_dim": 4,
9
+ "decoder_layerdrop": 0.0,
10
+ "decoder_layers": 2,
11
+ "decoder_start_token_id": 2,
12
+ "dropout": 0.1,
13
+ "encoder_attention_heads": 4,
14
+ "encoder_ffn_dim": 4,
15
+ "encoder_layerdrop": 0.0,
16
+ "encoder_layers": 2,
17
+ "eos_token_id": 2,
18
+ "gradient_checkpointing": false,
19
+ "init_std": 0.02,
20
+ "is_encoder_decoder": true,
21
+ "max_position_embeddings": 20,
22
+ "model_type": "m2m_100",
23
+ "num_hidden_layers": 2,
24
+ "pad_token_id": 1,
25
+ "scale_embedding": true,
26
+ "transformers_version": "4.10.0.dev0",
27
+ "use_cache": true,
28
+ "vocab_size": 99
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:734032a1170b9424fbb8ca38a05ca13e737c3b43c72acccad84f99e407b25aa5
3
+ size 134869