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.