Llama-3.1-70B Legal Draft (GGUF)
Official adapter · maintained by ModelForgeLab
Legal document drafting and clause generation tuned on annotated contract templates. q4_k_m quantization. Requires ~45 GB RAM for full context.
Usage
Load with Ollama:
# Download the adapter file, then create a Modelfile:
FROM meta-llama-3.1-70b-instruct
ADAPTER ./llama31-70b-legal-gguf.gguf
# Build and run:
ollama create my-model -f Modelfile
ollama run my-model "Your prompt here"
Or with llama.cpp:
./llama-cli \
-m base-model.gguf \
--lora llama31-70b-legal-gguf.gguf \
-p "Your prompt here"
Compatibility
- llama.cpp
- Ollama