lysandre HF staff commited on
Commit
7b2b026
1 Parent(s): 1af82b8

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +32 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "activation_function": "gelu",
4
+ "attention_dropout": 0.1,
5
+ "attention_window": 4,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": 0.0,
8
+ "d_model": 16,
9
+ "decoder_attention_heads": 4,
10
+ "decoder_ffn_dim": 4,
11
+ "decoder_layerdrop": 0.0,
12
+ "decoder_layers": 2,
13
+ "decoder_start_token_id": 2,
14
+ "dropout": 0.1,
15
+ "encoder_attention_heads": 4,
16
+ "encoder_ffn_dim": 4,
17
+ "encoder_layerdrop": 0.0,
18
+ "encoder_layers": 2,
19
+ "eos_token_id": 2,
20
+ "gradient_checkpointing": false,
21
+ "init_std": 0.02,
22
+ "is_encoder_decoder": true,
23
+ "max_decoder_position_embeddings": 1024,
24
+ "max_encoder_position_embeddings": 16384,
25
+ "max_position_embeddings": 32,
26
+ "model_type": "led",
27
+ "num_hidden_layers": 2,
28
+ "pad_token_id": 1,
29
+ "transformers_version": "4.10.0.dev0",
30
+ "use_cache": true,
31
+ "vocab_size": 99
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26396caa770b7618cb4b818c58dc733e7bfe8932285f3019cd9ce219c5833586
3
+ size 1192613
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72f20fb37a66f03610d0a7dfe9da1c5575b4cd157f4144eb08cbeb916c914452
3
+ size 14124616