Instructions to use Acadys/PointCon-Mixtral with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Acadys/PointCon-Mixtral with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mixtral-8x7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "Acadys/PointCon-Mixtral") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0f239a8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:9c0055033a2482543ae7542fd2afd6b7f111b7a231104f603892d60f0d9ceee1
size 4728
|