Instructions to use AdiOO7/llama-2-7B-SolutionGenerator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AdiOO7/llama-2-7B-SolutionGenerator with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TinyPixel/Llama-2-7B-bf16-sharded") model = PeftModel.from_pretrained(base_model, "AdiOO7/llama-2-7B-SolutionGenerator") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
334560c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e95e753cd5bf2af1fc42d8e9bb4e078c232c0b6bc96173213d98421427b54e9a
size 33600461
|