Wellness AI
Collection
5 items • Updated • 1
llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)This mistral model was trained 2x faster with Unsloth and Huggingface's TRL library.
Usage
from transformers import AutoModel
model = AutoModel.from_pretrained("AdityaKothari/WellnessAI-7B-5-bit")
5-bit
Base model
mistralai/Mistral-7B-v0.3
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="AdityaKothari/WellnessAI-7B-5-bit", filename="unsloth.Q5_K_M.gguf", )