Instructions to use Godyr/1PP_7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Godyr/1PP_7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-2-7b") model = PeftModel.from_pretrained(base_model, "Godyr/1PP_7B") - Notebooks
- Google Colab
- Kaggle
Model Card for Model ID
1PP LoRA created using https://huggingface.co/unsloth/llama-2-7b as a base model and custom dataset of RP chatlogs using 1PP format.
Special thanks to nRuaif for providing GGML adapter and assistance in training the LoRA.
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for Godyr/1PP_7B
Base model
unsloth/llama-2-7b