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="l3utterfly/minima-3b-layla-v2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("l3utterfly/minima-3b-layla-v2")
model = AutoModelForCausalLM.from_pretrained("l3utterfly/minima-3b-layla-v2", device_map="auto")
Quick Links

Model Card

Model Description

MiniMA-3B (from GeneZC) fine-tuned by:

  1. Teatime Roleplay dataset for text completion
  2. ShareGPT datasets for multi-turn conversations.
  • Developed by: l3utterfly
  • Funded by: Layla Network
  • Model type: Llama2
  • Language(s) (NLP): English
  • License: Llama2
  • Finetuned from model: MiniMA-3B

Uses

Base model used by Layla - the offline personal assistant: https://www.layla-network.ai

Help & support: https://discord.gg/x546YJ6nYC

Prompt:

USER:
ASSISTANT:

Built with Axolotl

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

Model tree for l3utterfly/minima-3b-layla-v2

Quantizations
1 model