First version of the KR-Medium model and tokenizer. 58b123c
snunlp commited on
How to use snunlp/KR-Medium with Transformers:
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("snunlp/KR-Medium", device_map="auto")