Instructions to use kumapo/modernbert-ja-130m-jsquad with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kumapo/modernbert-ja-130m-jsquad with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="kumapo/modernbert-ja-130m-jsquad")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("kumapo/modernbert-ja-130m-jsquad") model = AutoModelForQuestionAnswering.from_pretrained("kumapo/modernbert-ja-130m-jsquad") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
9b9f37f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:4b8dab68bdd4c2a1c4cfe14d5b55fcfc0f2fa782a12fb4f9b0f8bfb657969647
size 5713
|