lysandre HF Staff commited on
Commit
118604c
·
1 Parent(s): 9a2f274

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +39 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 2,
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
+ "id2label": {
22
+ "0": "LABEL_0",
23
+ "1": "LABEL_1"
24
+ },
25
+ "init_std": 0.02,
26
+ "is_encoder_decoder": true,
27
+ "label2id": {
28
+ "LABEL_0": 0,
29
+ "LABEL_1": 1
30
+ },
31
+ "max_position_embeddings": 20,
32
+ "model_type": "bart",
33
+ "num_hidden_layers": 2,
34
+ "pad_token_id": 1,
35
+ "scale_embedding": false,
36
+ "transformers_version": "4.10.0.dev0",
37
+ "use_cache": true,
38
+ "vocab_size": 99
39
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42c0198228efa748ffa2503f8ac5f2bc0ba57773dfcf5bed99dd34ccb3e0c403
3
+ size 138695
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59903ef8fa1cf4ced95a0fbf1a3a1efad312939c2d3e2b574e48792796e00552
3
+ size 1583704