Instructions to use TinyPixel/ds-guanaco with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use TinyPixel/ds-guanaco with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("deepseek-ai/deepseek-coder-1.3b-base") model = PeftModel.from_pretrained(base_model, "TinyPixel/ds-guanaco") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
12ea6cd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e6a10bdbf63af0e7a4cf3f2bd78152a316ce73bb83e19443f92f49b7dcd313dc
size 4600
|