lysandre HF staff commited on
Commit
182b06a
1 Parent(s): 0849fe6

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +31 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "decoder_start_token_id": 0,
13
+ "dropout": 0.1,
14
+ "encoder_attention_heads": 4,
15
+ "encoder_ffn_dim": 4,
16
+ "encoder_layerdrop": 0.0,
17
+ "encoder_layers": 2,
18
+ "eos_token_id": 2,
19
+ "forced_eos_token_id": 1,
20
+ "gradient_checkpointing": false,
21
+ "init_std": 0.02,
22
+ "is_encoder_decoder": true,
23
+ "max_position_embeddings": 200,
24
+ "model_type": "pegasus",
25
+ "num_hidden_layers": 2,
26
+ "pad_token_id": 1,
27
+ "scale_embedding": false,
28
+ "transformers_version": "4.10.0.dev0",
29
+ "use_cache": true,
30
+ "vocab_size": 200
31
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45d82658c188046eb32319f20d55f27dfe601752ad238ba968882f621f77214c
3
+ size 194451
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bec60ac541242938c182ef03b862d403926fa9a07c0434d95bc4b1b12fafe942
3
+ size 1817048