How to use from the
Use from the
Transformers library
# Load model directly
from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained("dnjdsxor21/roberta-korquad-wiki")
model = AutoModel.from_pretrained("dnjdsxor21/roberta-korquad-wiki")
Quick Links

finetuned version from klue/roberta-large with qa data

data : korquad v1 + wiki

config = AutoConfig.from_pretrained('dnjdsxor21/roberta-korquad-wiki')
RobertaModelForQuestionAnswering.from_pretrained('dnjdsxor21/roberta-korquad-wiki', config=config)
BertTokenizer.from_pretrained('dnjdsxor21/roberta-korquad-wiki')
Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support