Text Generation
MLX
Safetensors
llama
HelpingAI
Emotionally Intelligent
EQ
conversational
HelpingAI-9B-mlx / README.md
Abhaykoul's picture
Upload folder using huggingface_hub
ede3468 verified
|
raw
history blame
663 Bytes
metadata
datasets:
  - OEvortex/SentimentSynth
  - OEvortex/EmotionalIntelligence-10K
license: other
license_name: helpingai
license_link: LICENSE.md
pipeline_tag: text-generation
tags:
  - HelpingAI
  - Emotionally Intelligent
  - EQ
  - mlx

OEvortex/HelpingAI-9B-mlx

This model was converted to MLX format from OEvortex/HelpingAI-9B. Refer to the original model card for more details on the model.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("OEvortex/HelpingAI-9B-mlx")
response = generate(model, tokenizer, prompt="hello", verbose=True)