Instructions to use lucasneg/qurrent-agent with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lucasneg/qurrent-agent with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openchat/openchat-3.5-0106") model = PeftModel.from_pretrained(base_model, "lucasneg/qurrent-agent") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
c24c542 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:bd71f579b0f6cee6797972b5c4f316bb4312fdb224353ffacaf2da98bbbe1231
size 335705741
|