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