Instructions to use vc64/Mistral7b_wikiQA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use vc64/Mistral7b_wikiQA with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("vc64/Mistral7b_wikiQA", dtype="auto") - Notebooks
- Google Colab
- Kaggle