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