How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("fill-mask", model="mykor/roberta-base-ko")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM

tokenizer = AutoTokenizer.from_pretrained("mykor/roberta-base-ko")
model = AutoModelForMaskedLM.from_pretrained("mykor/roberta-base-ko")
Quick Links

roberta-base-ko

A roberta model trained from the scratch. It has almost the same structure as roberta-base, but with a few differences.

  • hidden_act: mish
  • position_embedding_type: relative_key_query
Downloads last month
16
Safetensors
Model size
0.1B params
Tensor type
I64
·
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support