dhmeltzer commited on
Commit
cb3b4d9
·
1 Parent(s): 19e8f19

Upload BartForConditionalGeneration

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