Instructions to use yrvelez/flamingo_adapter_33b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use yrvelez/flamingo_adapter_33b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-30b") model = PeftModel.from_pretrained(base_model, "yrvelez/flamingo_adapter_33b") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
d805f9b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:fdbd07621495d238cddbd08ad9035005525dc0d2212bdda59b508cdece96c776
size 5691
|