Instructions to use osanseviero/SciGraph-50-percent-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use osanseviero/SciGraph-50-percent-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("liuhaotian/llava-llama-2-13b-chat-lightning-preview") model = PeftModel.from_pretrained(base_model, "osanseviero/SciGraph-50-percent-lora") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 4