Instructions to use Katochh/GenAI-task2-ModelB-DS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Katochh/GenAI-task2-ModelB-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-ModelB-DS") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
8fb20fb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:06c50b7e43e68f9ad3839d333be10ac473232f60843ad61707713179b3313be1
size 5048
|