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