AyurParam: A State-of-the-Art Bilingual Language Model for Ayurveda
Paper โข 2511.02374 โข Published โข 5
How to use A-Aryam/AyurParam-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf A-Aryam/AyurParam-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf A-Aryam/AyurParam-GGUF:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf A-Aryam/AyurParam-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf A-Aryam/AyurParam-GGUF:Q4_K_M
# 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 A-Aryam/AyurParam-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf A-Aryam/AyurParam-GGUF:Q4_K_M
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 A-Aryam/AyurParam-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf A-Aryam/AyurParam-GGUF:Q4_K_M
docker model run hf.co/A-Aryam/AyurParam-GGUF:Q4_K_M
How to use A-Aryam/AyurParam-GGUF with Ollama:
ollama run hf.co/A-Aryam/AyurParam-GGUF:Q4_K_M
How to use A-Aryam/AyurParam-GGUF with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for A-Aryam/AyurParam-GGUF to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for A-Aryam/AyurParam-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for A-Aryam/AyurParam-GGUF to start chatting
How to use A-Aryam/AyurParam-GGUF with Docker Model Runner:
docker model run hf.co/A-Aryam/AyurParam-GGUF:Q4_K_M
How to use A-Aryam/AyurParam-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull A-Aryam/AyurParam-GGUF:Q4_K_M
lemonade run user.AyurParam-GGUF-Q4_K_M
lemonade list
GGUF conversions of bharatgenai/AyurParam for local inference via Ollama and llama.cpp.
Converted by Aarya R. Thakar for use in ReassureAI โ a hybrid AI healthcare assistant integrating modern biomedical and Ayurvedic guidance.
| File | Quantization | Size | Quality | Recommended For |
|---|---|---|---|---|
| AyurParam-F16.gguf | F16 | ~5.34GB | Full precision | Evaluation, testing |
| AyurParam-Q4_K_M.gguf | Q4_K_M | ~1.7GB | Good | โ Production use |
# Pull directly from HuggingFace
ollama run hf.co/A-Aryam/AyurParam-GGUF:Q4_K_M
# Or download and create manually
ollama create ayurparam -f Modelfile
Modelfile:
FROM ./AyurParam-Q4_K_M.gguf
PARAMETER temperature 0.6
PARAMETER top_p 0.95
PARAMETER top_k 50
./llama-cli -m AyurParam-Q4_K_M.gguf \
-p "<user> What is Vata dosha? <assistant>" \
--temp 0.6 --top-p 0.95
A-Aryam/AyurParam-GGUFAyurParam-Q4_K_M.gguf<user> your question here <assistant>
Example:
<user> What is the Ayurvedic treatment for Amavata? <assistant>
CC-BY-4.0 โ same as the original model. Attribution: BharatGen AI / bharatgenai/AyurParam
4-bit
16-bit
Base model
bharatgenai/Param-1