Edit model card

long-ke-t5 small

pretrained 1 epoch

Pretrained Long-T5 Model on Korean and English. See Github for more details.

How to use

from transformers import AutoModel, AutoTokenizer

model = AutoModel.from_pretrained("KETI-AIR/long-ke-t5-small")
tokenizer = AutoTokenizer.from_pretrained("KETI-AIR/long-ke-t5-small")
Downloads last month
0
Inference Examples
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.