Transformers
PyTorch
Safetensors
English
t5
text2text-generation
chat
summary
text-generation-inference
Instructions to use KoalaAI/ChatSum-Small with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KoalaAI/ChatSum-Small with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("KoalaAI/ChatSum-Small") model = AutoModelForSeq2SeqLM.from_pretrained("KoalaAI/ChatSum-Small") - Notebooks
- Google Colab
- Kaggle
Commit ·
58b8e08
1
Parent(s): 9809834
Update README.md
Browse files
README.md
CHANGED
|
@@ -31,6 +31,7 @@ tags:
|
|
| 31 |
|
| 32 |
# Model Overview
|
| 33 |
This is a fine-tune of the FLAN-T5-Small model from Google. This was trained for 3 epochs on the "samsum" dataset in order to summarise chat logs.
|
|
|
|
| 34 |
|
| 35 |
## Intended Use
|
| 36 |
|
|
|
|
| 31 |
|
| 32 |
# Model Overview
|
| 33 |
This is a fine-tune of the FLAN-T5-Small model from Google. This was trained for 3 epochs on the "samsum" dataset in order to summarise chat logs.
|
| 34 |
+
There is also a larger model [available here.](https://huggingface.co/DarwinAnim8or/FLAN-T5-Base-ChatSum)
|
| 35 |
|
| 36 |
## Intended Use
|
| 37 |
|