How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="zarakiquemparte/lunaboros-limarp-7b")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("zarakiquemparte/lunaboros-limarp-7b")
model = AutoModelForCausalLM.from_pretrained("zarakiquemparte/lunaboros-limarp-7b", device_map="auto")
Quick Links

Lunaboros Limarp

This model uses Luna-Ai-LLama2 as a base and merged with Airoboros L2 7B GPT4 1.4.1 Peft and Limarp LLama2 7B.

Base Model

https://huggingface.co/Tap-M/Luna-AI-Llama2-Uncensored-FP16

Pefts

Airoboros L2 7B GPT4 1.4.1: https://huggingface.co/jondurbin/airoboros-l2-7b-gpt4-1.4.1-peft

Limarp LLama2: https://huggingface.co/lemonilia/limarp-llama2

Downloads last month
8
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support