Instructions to use Katochh/GenAI-task2-ModelD-DS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Katochh/GenAI-task2-ModelD-DS with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("petals-team/falcon-rw-1b") model = PeftModel.from_pretrained(base_model, "Katochh/GenAI-task2-ModelD-DS") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
a9a07a8 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:53a996679640dda8cd88910e6ddabfb2a750784fb260aa1d560f13df98f53ce3
size 5048
|