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