Instructions to use KETI-NLP/long-ke-t5-small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KETI-NLP/long-ke-t5-small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KETI-NLP/long-ke-t5-small") model = AutoModelForSeq2SeqLM.from_pretrained("KETI-NLP/long-ke-t5-small", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
9cf43db
1
Parent(s): 4227cb3
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (cbb27d5fe0c8c287278f05d477a75e19793c1778)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f938506711c823c0e37f68c5225fa042a150c69bf253334709267c9454b2fc35
|
| 3 |
+
size 438843392
|