lysandre HF staff commited on
Commit
fb73619
1 Parent(s): 93b84df

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
+ "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": 1,
13
+ "dropout": 0.1,
14
+ "encoder_attention_heads": 4,
15
+ "encoder_ffn_dim": 4,
16
+ "encoder_layerdrop": 0.0,
17
+ "encoder_layers": 2,
18
+ "encoder_no_repeat_ngram_size": 3,
19
+ "eos_token_id": 2,
20
+ "forced_eos_token_id": 2,
21
+ "gradient_checkpointing": false,
22
+ "init_std": 0.02,
23
+ "is_encoder_decoder": true,
24
+ "max_position_embeddings": 20,
25
+ "model_type": "blenderbot",
26
+ "num_hidden_layers": 2,
27
+ "pad_token_id": 1,
28
+ "scale_embedding": false,
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:6ee95989cfc91df8d93318087e88851bba2ae22405a0803471281c287c21d2b3
3
+ size 135059
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1425d24c67581c7611540e3b51ca755beae4be4b8be099acea4321f4b85a57c7
3
+ size 1561184