Transformers
PyTorch
TensorBoard
pegasus
text2text-generation
Generated from Trainer
Eval Results (legacy)
Instructions to use sohamchougule/pegasus-large-finetuned-aeslc-test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sohamchougule/pegasus-large-finetuned-aeslc-test with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("sohamchougule/pegasus-large-finetuned-aeslc-test") model = AutoModelForSeq2SeqLM.from_pretrained("sohamchougule/pegasus-large-finetuned-aeslc-test", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
b6de3fe
1
Parent(s): 819d201
End of training
Browse files
generation_config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bos_token_id": 0,
|
| 3 |
+
"decoder_start_token_id": 0,
|
| 4 |
+
"eos_token_id": 1,
|
| 5 |
+
"forced_eos_token_id": 1,
|
| 6 |
+
"length_penalty": 0.8,
|
| 7 |
+
"max_length": 256,
|
| 8 |
+
"num_beams": 8,
|
| 9 |
+
"pad_token_id": 0,
|
| 10 |
+
"transformers_version": "4.28.1"
|
| 11 |
+
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2283804653
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:506a5c3529ebadd6d8524659246e1494f0b7baac1d00ce9db8d6f83c545e01b7
|
| 3 |
size 2283804653
|
runs/Apr16_11-45-43_60b092838be8/events.out.tfevents.1681645999.60b092838be8.241.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c36e5c30bdcecc84f09259bd8646df776120e090745abfe7e8e3e713e340fb68
|
| 3 |
+
size 9720
|