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