Instructions to use verbalyze/Adaptor_Conv_Text2Text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use verbalyze/Adaptor_Conv_Text2Text with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "verbalyze/Adaptor_Conv_Text2Text") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e89e125 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:28dc2c465d41541942c576d9d1dfcff1c084b28acb775bfa4599ca34ea770bc8
size 1064
|