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="vitaliy-sharandin/wiseai")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("vitaliy-sharandin/wiseai")
model = AutoModelForCausalLM.from_pretrained("vitaliy-sharandin/wiseai", device_map="auto")
Quick Links

Become wiser with WisAI

This is a wise AI model trained on philosophical and psychological data. It is intended to answer mental health questions and give some deep advice.

Downloads last month
8
Safetensors
Model size
7B params
Tensor type
F16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train vitaliy-sharandin/wiseai

Space using vitaliy-sharandin/wiseai 1

Evaluation results