--- license: llama3 base_model: meta-llama/Meta-Llama-3-8B-Instruct tags: - ayurveda - healthcare - wellness - llama-3 --- # Ayurvedic Vaidya - Ollama Model An educational Ayurvedic assistant built on Llama 3, designed to provide accurate, culturally respectful, and safe information about Ayurveda for general wellness and learning. ## How to Use 1. First, install Ollama from [ollama.ai](https://ollama.ai/) 2. Download the model: ```bash # Clone this repository git clone https://huggingface.co/your-username/ayurvedic-vaidya # Create the Ollama model cd ayurvedic-vaidya ollama create ayurvedic-vaidya -f Modelfile # Run the model ollama run ayurvedic-vaidya ``` ## Model Details - **Base Model**: meta-llama/Meta-Llama-3-8B-Instruct - **Fine-tuned**: No (system prompt only) - **Context Length**: 8192 tokens ## Intended Use This model is designed for educational purposes only and is not a substitute for professional medical advice, diagnosis, or treatment. ## Limitations - Not for medical diagnosis or treatment - May generate incorrect or misleading information - May produce biased content ## License This model is licensed under the same terms as the base Llama 3 model.