Model Card for Model ID

image/png

Introducing Pixie Zehir Nano.

Excelling in writing.

A fine tune of H2O Danube 1.8b on HQ DATA™ from Pixie Zehir.

Model Details

  • Developed by: [Maani x BLNKBLK]
  • Language(s) (NLP): [English, Spanish]
  • License: [Apache 2.0]
  • Finetuned from model : [h2oai/h2o-danube-1.8b-chat]

Agreements

Model is created for research purposes, it can and will hallucinate, use with caution.

Usage

pip install transformers==4.36.1
import torch
from transformers import pipeline
pipe = pipeline(
    "text-generation",
    model="Maani/PixieZehirNano",
    torch_dtype=torch.bfloat16,
    device_map="auto",
)
# We use the HF Tokenizer chat template to format each message
# https://huggingface.co/docs/transformers/main/en/chat_templating
messages = [
    {"role": "user", "content": "Write a haiku."},
]
prompt = pipe.tokenizer.apply_chat_template(
    messages,
    tokenize=False,
    add_generation_prompt=True,
)
res = pipe(
    prompt,
    max_new_tokens=256,
)
print(res[0]["generated_text"])
# <|prompt|>Write a haiku.</s><|answer|> In the windowless room, Digital dreams consume, Unseen sun sets on a white rabbit's ears: [...]
Downloads last month
12
Safetensors
Model size
1.83B params
Tensor type
BF16
·
Inference API
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social visibility and check back later, or deploy to Inference Endpoints (dedicated) instead.

Model tree for Maani/PixieZehirNano

Quantizations
1 model