A specialized legal analysis model trained on Indian Law and the Indian Penal Code (IPC).
This model is trained using Ollama with the Llama3 base model and customized for legal analysis.
How to Use with Ollama
bash
1# Clone the repository2git clone https://huggingface.co/hel1929/pinggg-legal
34# Create the model in Ollama5ollama create pinggg-legal -f Modelfile
67# Run the model8ollama run pinggg-legal "Your legal query here"
Model Details
Base Model: llama3
Specialized for: Indian Legal Analysis
Context Length: 8192
For more details, please check the README.md file.