Instructions to use FinchResearch/DeciCoder-ft-HTML with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use FinchResearch/DeciCoder-ft-HTML with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Deci/DeciCoder-1b") model = PeftModel.from_pretrained(base_model, "FinchResearch/DeciCoder-ft-HTML") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
42fb0c0 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a32bdaaf1f781db88c5b6352d07bc632a33472a27e385f312d335006a3128771
size 32796577
|