Instructions to use Infernaught/codealpaca51295 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Infernaught/codealpaca51295 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-hf") model = PeftModel.from_pretrained(base_model, "Infernaught/codealpaca51295") - Notebooks
- Google Colab
- Kaggle
Commit ·
2ba3850
1
Parent(s): d378a8a
Rename README (2).md to README.md
Browse files
README (2).md → README.md
RENAMED
|
File without changes
|