How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM

tokenizer = AutoTokenizer.from_pretrained("FelixChao/T5-Chinese-Summarization")
model = AutoModelForSeq2SeqLM.from_pretrained("FelixChao/T5-Chinese-Summarization")
Quick Links

Model Card for Model ID

GAI Project 2.b Text summarization

Downloads last month
31
Safetensors
Model size
0.3B params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Space using FelixChao/T5-Chinese-Summarization 1