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
139
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and the model is not deployed on the HF Inference API.

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