Instructions to use harvey2333/omni_1013-vicuna-7b-v1.3-finetune_lora_8epoch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use harvey2333/omni_1013-vicuna-7b-v1.3-finetune_lora_8epoch with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/wanghao/weights/vicuna-7b-v1.3") model = PeftModel.from_pretrained(base_model, "harvey2333/omni_1013-vicuna-7b-v1.3-finetune_lora_8epoch") - Notebooks
- Google Colab
- Kaggle
- Downloads last month
- 1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support