Transformers
PyTorch
Safetensors
English
t5
text2text-generation
chat
summary
text-generation-inference
Instructions to use KoalaAI/ChatSum-Base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KoalaAI/ChatSum-Base with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KoalaAI/ChatSum-Base") model = AutoModelForSeq2SeqLM.from_pretrained("KoalaAI/ChatSum-Base") - Notebooks
- Google Colab
- Kaggle
Commit ·
dd47c17
1
Parent(s): f329479
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (33d6e2ab51e991b44e8960f8769bb1bfd4563aed)
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:987ee709ff08199b5a1538233e4bb68dcdfcef1d221e683fa84c4bfd3ec420a2
|
| 3 |
+
size 990345064
|