Instructions to use bitlabsdb/bad-probe-llama-2-7b-chat-hf-L25-raw with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bitlabsdb/bad-probe-llama-2-7b-chat-hf-L25-raw with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bitlabsdb/bad-probe-llama-2-7b-chat-hf-L25-raw", dtype="auto") - Notebooks
- Google Colab
- Kaggle