Edit model card

oscar ํ•œ๊ตญ์–ด ๋ฐ์ดํ„ฐ์—์„œ ํ•™์Šต๋œ SentencePieceUnigramTokenizer ๋ฐ t5 v1.1 ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.

Usage

from transformers import AutoTokenizer, T5ForConditionalGeneration

tokenizer = AutoTokenizer.from_pretrained('sangmin6600/t5-v1_1-base-ko')
model = T5ForConditionalGeneration.from_pretrained('sangmin6600/t5-v1_1-base-ko')
Downloads last month
25
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.

Dataset used to train sangmin6600/t5-v1_1-base-ko