lysandre HF Staff commited on
Commit
a5c91a7
·
1 Parent(s): 367c75b

Add model and configuration.

Browse files
Files changed (2) hide show
  1. config.json +31 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.1,
3
+ "activation_function": "gelu",
4
+ "add_cross_attention": true,
5
+ "attention_dropout": 0.1,
6
+ "bos_token_id": 1,
7
+ "decoder_ffn_dim": 32,
8
+ "decoder_start_token_id": 0,
9
+ "disable_ngram_loss": false,
10
+ "dropout": 0.1,
11
+ "encoder_ffn_dim": 32,
12
+ "eos_token_id": 2,
13
+ "eps": 0.0,
14
+ "gradient_checkpointing": false,
15
+ "hidden_size": 16,
16
+ "init_std": 0.02,
17
+ "is_encoder_decoder": true,
18
+ "max_position_embeddings": 30,
19
+ "model_type": "prophetnet",
20
+ "ngram": 2,
21
+ "num_buckets": 32,
22
+ "num_decoder_attention_heads": 4,
23
+ "num_decoder_layers": 4,
24
+ "num_encoder_attention_heads": 4,
25
+ "num_encoder_layers": 4,
26
+ "pad_token_id": 0,
27
+ "relative_max_distance": 128,
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:b9fc138f69fa7ec8476389a8b12956044a9d4988455e72dae16dde4a182bd24c
3
+ size 192145