Transformers
Safetensors
English
t5
text2text-generation
text-summarization
Generated from Trainer
text-generation-inference
Instructions to use agentlans/text-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use agentlans/text-summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("agentlans/text-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("agentlans/text-summarization") - Notebooks
- Google Colab
- Kaggle
Delete training_args.bin
Browse files- training_args.bin +0 -3
training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:84408ea749da0de549ece7f75903273bf7166244fa3b6512c77bcf9a51841624
|
| 3 |
-
size 5432
|
|
|
|
|
|
|
|
|
|
|
|