Downloads · 30 days
60
6% of all-time downloads
AdityaKothari/WellnessAI-3B
WellnessAI-3B is a machine learning model from AdityaKothari. Use it for the machine learning task on the model card, and read the license before you ship it in a product. It is set up for transformers. The card lists the license as apache-2.0.
- Developed by: AdityaKothari - License: apache-2.0 - Finetuned from model : meta-llama/Llama-3.2-3B - Dataset: Tom158/Nutritional-LLama
Downloads · 30 days
60
6% of all-time downloads
All-time downloads
1.1K
Public
Repo size
11.9 GB
Likes
1
Public
Click a slice to open those files.
.gguf11.9 GB · 100%
From the Hugging Face model README
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")