Instructions to use Ashish9947/llama-2-COT-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ashish9947/llama-2-COT-finetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Llama-2-13B-fp16") model = PeftModel.from_pretrained(base_model, "Ashish9947/llama-2-COT-finetuned") - Notebooks
- Google Colab
- Kaggle
Base model and dataset
#2 opened almost 3 years ago
by
nkarthy
Librarian Bot: Add base_model information to model
#1 opened almost 3 years ago
by
librarian-bot