How to use from
llama.cpp
Install from brew
brew install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf sfardin/diet_AI_model_gguf:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf sfardin/diet_AI_model_gguf:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp
# Start a local OpenAI-compatible server with a web UI:
llama-server -hf sfardin/diet_AI_model_gguf:Q4_K_M
# Run inference directly in the terminal:
llama-cli -hf sfardin/diet_AI_model_gguf:Q4_K_M
Use pre-built binary
# Download pre-built binary from:
# https://github.com/ggerganov/llama.cpp/releases
# Start a local OpenAI-compatible server with a web UI:
./llama-server -hf sfardin/diet_AI_model_gguf:Q4_K_M
# Run inference directly in the terminal:
./llama-cli -hf sfardin/diet_AI_model_gguf:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git
cd llama.cpp
cmake -B build
cmake --build build -j --target llama-server llama-cli
# Start a local OpenAI-compatible server with a web UI:
./build/bin/llama-server -hf sfardin/diet_AI_model_gguf:Q4_K_M
# Run inference directly in the terminal:
./build/bin/llama-cli -hf sfardin/diet_AI_model_gguf:Q4_K_M
Use Docker
docker model run hf.co/sfardin/diet_AI_model_gguf:Q4_K_M
Quick Links

Diet LLaMA - Nutrition-Focused Language Model

A specialized LLaMA model fine-tuned for diet, nutrition and healthy eating recommendations, built with Unsloth acceleration.

Model Details

  • Base Model: unsloth/llama-3.2-3b-instruct-bnb-4bit
  • Developer: sfardin
  • License: LLAMA 3.2 License
  • Languages: English
  • Framework: adapter-transformers

Key Features

  • Optimized for diet and nutrition domain knowledge
  • 2x faster training using Unsloth optimization
  • 4-bit quantization for efficient deployment
  • Built on Huggingface's TRL library

Training

This model was fine-tuned using:

  • Nutritional information datasets
  • Dietary guidelines and recommendations
  • Meal planning and recipe data
  • Health and wellness content

Metrics

The model's performance is evaluated on:

  • Accuracy of nutritional information
  • Character-level prediction quality
  • Domain-specific knowledge validation

Usage

The model can be used for:

  • Personalized diet recommendations
  • Nutritional information lookup
  • Meal planning assistance
  • Healthy eating guidance

Acknowledgments

Built with ❤️ using Unsloth optimization

Tags

  • text-generation-inference
  • transformers
  • unsloth
  • llama
  • gguf
Downloads last month
42
GGUF
Model size
3B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

4-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 1 Ask for provider support

Model tree for sfardin/diet_AI_model_gguf

Quantized
(462)
this model