lysandre HF staff commited on
Commit
dd6ba2a
1 Parent(s): 8d07127

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +30 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "attention_dropout": 0.1,
5
+ "bos_token_id": 0,
6
+ "classifier_dropout": 0.0,
7
+ "d_model": 16,
8
+ "decoder_attention_heads": 4,
9
+ "decoder_ffn_dim": 4,
10
+ "decoder_layerdrop": 0.0,
11
+ "decoder_layers": 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
+ "forced_eos_token_id": 2,
19
+ "gradient_checkpointing": false,
20
+ "init_std": 0.02,
21
+ "is_encoder_decoder": true,
22
+ "max_position_embeddings": 100,
23
+ "model_type": "mbart",
24
+ "num_hidden_layers": 2,
25
+ "pad_token_id": 1,
26
+ "scale_embedding": false,
27
+ "transformers_version": "4.10.0.dev0",
28
+ "use_cache": true,
29
+ "vocab_size": 99
30
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6526d1dd1907e56518025eb0afa2b4e9fb026fd95c6f1ca4b7faf3d9be69afb1
3
+ size 162167
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed0333320df438c0ad96146bc5179e7ace0b96cfa1d4bb476a2540c5006728db
3
+ size 1694432