Aktsvigun commited on
Commit
fcdde97
1 Parent(s): 3e715df
Files changed (2) hide show
  1. config.json +67 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "facebook/bart-base",
3
+ "activation_dropout": 0.1,
4
+ "activation_function": "gelu",
5
+ "add_bias_logits": false,
6
+ "add_final_layer_norm": false,
7
+ "architectures": [
8
+ "BartForConditionalGeneration"
9
+ ],
10
+ "attention_dropout": 0.1,
11
+ "bos_token_id": 0,
12
+ "classif_dropout": 0.1,
13
+ "classifier_dropout": 0.0,
14
+ "d_model": 768,
15
+ "decoder_attention_heads": 12,
16
+ "decoder_ffn_dim": 3072,
17
+ "decoder_layerdrop": 0.0,
18
+ "decoder_layers": 6,
19
+ "decoder_start_token_id": 2,
20
+ "dropout": 0.1,
21
+ "early_stopping": true,
22
+ "encoder_attention_heads": 12,
23
+ "encoder_ffn_dim": 3072,
24
+ "encoder_layerdrop": 0.0,
25
+ "encoder_layers": 6,
26
+ "eos_token_id": 2,
27
+ "forced_bos_token_id": 0,
28
+ "forced_eos_token_id": 2,
29
+ "gradient_checkpointing": false,
30
+ "id2label": null,
31
+ "init_std": 0.02,
32
+ "is_encoder_decoder": true,
33
+ "label2id": null,
34
+ "max_position_embeddings": 1024,
35
+ "model_type": "bart",
36
+ "no_repeat_ngram_size": 3,
37
+ "normalize_before": false,
38
+ "normalize_embedding": true,
39
+ "num_beams": 4,
40
+ "num_hidden_layers": 6,
41
+ "pad_token_id": 1,
42
+ "scale_embedding": false,
43
+ "task_specific_params": {
44
+ "summarization": {
45
+ "length_penalty": 1.0,
46
+ "max_length": 128,
47
+ "min_length": 12,
48
+ "num_beams": 4
49
+ },
50
+ "summarization_cnn": {
51
+ "length_penalty": 2.0,
52
+ "max_length": 142,
53
+ "min_length": 56,
54
+ "num_beams": 4
55
+ },
56
+ "summarization_xsum": {
57
+ "length_penalty": 1.0,
58
+ "max_length": 62,
59
+ "min_length": 11,
60
+ "num_beams": 6
61
+ }
62
+ },
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.15.0",
65
+ "use_cache": true,
66
+ "vocab_size": 50265
67
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b966ce41025836e25880d960579c81d267f230dc42a07a360eed0e0719f56c0
3
+ size 557985683