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