snunlp/KR-Medium
How to use this model directly from the π€/transformers library:
π€/transformers
from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("snunlp/KR-Medium") model = AutoModel.from_pretrained("snunlp/KR-Medium")
How to clone the model repo
git lfs install git clone https://huggingface.co/snunlp/KR-Medium # if you want to clone without large files β just their pointers # prepend your git clone with the following env var: GIT_LFS_SKIP_SMUDGE=1
Unable to determine this modelβs pipeline type. Check the docs .
snunlp
No model card yet.