Instructions to use Bton/llama-ReviewsFinetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Bton/llama-ReviewsFinetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("NousResearch/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "Bton/llama-ReviewsFinetuned") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0f99d5f | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6869c5a12cb0f8a646c77cb062935e0cb204d72ac101cb6ceefe4450b17a5d2d
size 5560
|