Priyanka-Balivada commited on
Commit
87d259b
1 Parent(s): 1dddfe7

Pegasus-summarization

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: google/pegasus-cnn_dailymail
3
  tags:
4
  - generated_from_trainer
5
  datasets:
@@ -14,7 +14,7 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # pegasus-samsum
16
 
17
- This model is a fine-tuned version of [google/pegasus-cnn_dailymail](https://huggingface.co/google/pegasus-cnn_dailymail) on the samsum dataset.
18
 
19
  ## Model description
20
 
 
1
  ---
2
+ base_model: Priyanka-Balivada/pegasus-samsum
3
  tags:
4
  - generated_from_trainer
5
  datasets:
 
14
 
15
  # pegasus-samsum
16
 
17
+ This model is a fine-tuned version of [Priyanka-Balivada/pegasus-samsum](https://huggingface.co/Priyanka-Balivada/pegasus-samsum) on the samsum dataset.
18
 
19
  ## Model description
20
 
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/pegasus-cnn_dailymail",
3
  "activation_dropout": 0.1,
4
  "activation_function": "relu",
5
  "add_bias_logits": false,
 
1
  {
2
+ "_name_or_path": "Priyanka-Balivada/pegasus-samsum",
3
  "activation_dropout": 0.1,
4
  "activation_function": "relu",
5
  "add_bias_logits": false,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5974129741da03c3a5055d70471ea9af433a3055568632ad6f62c4391d9843b
3
  size 2283652852
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbd0d8ab7c636da98f2d3aedc93ef2ddd68f7d129bd87f97373d544f464be94a
3
  size 2283652852
special_tokens_map.json CHANGED
@@ -103,8 +103,32 @@
103
  "<unk_101>",
104
  "<unk_102>"
105
  ],
106
- "eos_token": "</s>",
107
- "mask_token": "<mask_2>",
108
- "pad_token": "<pad>",
109
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  }
 
103
  "<unk_101>",
104
  "<unk_102>"
105
  ],
106
+ "eos_token": {
107
+ "content": "</s>",
108
+ "lstrip": false,
109
+ "normalized": false,
110
+ "rstrip": false,
111
+ "single_word": false
112
+ },
113
+ "mask_token": {
114
+ "content": "<mask_2>",
115
+ "lstrip": false,
116
+ "normalized": false,
117
+ "rstrip": false,
118
+ "single_word": false
119
+ },
120
+ "pad_token": {
121
+ "content": "<pad>",
122
+ "lstrip": false,
123
+ "normalized": false,
124
+ "rstrip": false,
125
+ "single_word": false
126
+ },
127
+ "unk_token": {
128
+ "content": "<unk>",
129
+ "lstrip": false,
130
+ "normalized": false,
131
+ "rstrip": false,
132
+ "single_word": false
133
+ }
134
  }
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -966,10 +966,14 @@
966
  "full_tokenizer_file": null,
967
  "mask_token": "<mask_2>",
968
  "mask_token_sent": "<mask_1>",
 
969
  "model_max_length": 1024,
970
  "offset": 103,
971
  "pad_token": "<pad>",
972
  "sp_model_kwargs": {},
 
973
  "tokenizer_class": "PegasusTokenizer",
 
 
974
  "unk_token": "<unk>"
975
  }
 
966
  "full_tokenizer_file": null,
967
  "mask_token": "<mask_2>",
968
  "mask_token_sent": "<mask_1>",
969
+ "max_length": 128,
970
  "model_max_length": 1024,
971
  "offset": 103,
972
  "pad_token": "<pad>",
973
  "sp_model_kwargs": {},
974
+ "stride": 0,
975
  "tokenizer_class": "PegasusTokenizer",
976
+ "truncation_side": "right",
977
+ "truncation_strategy": "longest_first",
978
  "unk_token": "<unk>"
979
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d1d594268c43627abafd3d29028cc8c176b23a31cd841d397485e13bf4974d83
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7c1cb08c571e852a0d08cddd141564c106c8505ed565dc844f7ca2715f8a05c
3
  size 5176