lysandre HF staff commited on
Commit
05cdf22
1 Parent(s): 1994f1f

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": 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
+ "eos_token_id": 2,
19
+ "forced_eos_token_id": 2,
20
+ "gradient_checkpointing": false,
21
+ "init_std": 0.02,
22
+ "is_encoder_decoder": true,
23
+ "max_position_embeddings": 20,
24
+ "model_type": "blenderbot-small",
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": 99
31
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e7e8b9512b5cb8c865dd2f98213ce0f9ec328f53fb155f20cb96ea04534b0d8
3
+ size 135123
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b36c994c145acc9badc39e6f348265ac92953eb96c4ca128be8e0a82ed14892
3
+ size 1550128