dhmeltzer commited on
Commit
fc5f08f
·
1 Parent(s): 94a6de5

Upload BartForConditionalGeneration

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