Edit model card
YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/model-cards#model-card-metadata)

from transformers import T5TokenizerFast, T5ForConditionalGeneration, Trainer, TrainingArguments

model_name = "/home/metanet/Workspace/13-T5/pko_pre_firstfine"  
model = T5ForConditionalGeneration.from_pretrained(model_name)
tokenizer = T5TokenizerFast.from_pretrained(model_name)
Downloads last month
2
Safetensors
Model size
276M params
Tensor type
F32
·
Inference API
Unable to determine this model's library. Check the docs .