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: 134 Bytes
12ea6cd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fb42107555e3e0ab171c8ba76aef09ec22f15e1f5f4f2e066290788a665aabd7
size 239983242
|