Instructions to use Zamachi/t5-for-summarization with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Zamachi/t5-for-summarization with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Zamachi/t5-for-summarization") model = AutoModelForSeq2SeqLM.from_pretrained("Zamachi/t5-for-summarization") - Notebooks
- Google Colab
- Kaggle
Training in progress step 15000
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242051835
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:de25fa4378cd77b7b5f0958be955b7e5339f53ed9bfdc7c6d0c3e6644cdd4bbc
|
| 3 |
size 242051835
|