Instructions to use Dumele/viv-updated with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dumele/viv-updated with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Mistral-7B-Instruct-v0.1-GPTQ") model = PeftModel.from_pretrained(base_model, "Dumele/viv-updated") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
fe37109 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:456b8a25521fc501bf1f6c4d77ee0883eba980864c6f161429c1bce21ed09847
size 5176
|