Instructions to use wogkr810/mnm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use wogkr810/mnm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="wogkr810/mnm")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("wogkr810/mnm") model = AutoModelForQuestionAnswering.from_pretrained("wogkr810/mnm") - Notebooks
- Google Colab
- Kaggle
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Model
KLUE MRC 대회
- 데이터셋 : 태깅 이후 구축한 데이터셋에서 전처리 및 Augmentation 적용
- Huggingface : MRC Reader SOTA 모델
- Github Issue : MRC Redaer SOTA 모델 설명
- Downloads last month
- 8