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