Zephyr AI Boyfriend

This is a fine-tuned version of Zephyr, optimized for romantic and friendly conversations.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("Ozzai/zephyr-bae")
tokenizer = AutoTokenizer.from_pretrained("Ozzai/zephyr-bae")

# Example usage
input_text = "Hey Zephyr, what's on your mind?"
inputs = tokenizer(input_text, return_tensors="pt")
outputs = model.generate(**inputs, max_new_tokens=100)
response = tokenizer.decode(outputs[0])
print(response)

Enjoy chatting with Zephyr!

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model is not currently available via any of the supported third-party Inference Providers, and HF Inference API was unable to determine this model's library.

Space using Ozaii/zephyr-bae 1