Downloads · 30 days
8
17% of all-time downloads
Vet-Rate-org/Diamond-Swarm-Rater-7B
Diamond-Swarm-Rater-7B is a machine learning model from Vet-Rate-org. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Fine-tuned Qwen2.5-7B models specialized for VA disability claims assistance.
Downloads · 30 days
8
17% of all-time downloads
All-time downloads
46
Public
Parameters
7.6B
15.2 GB on disk
Likes
1
Public
Click a slice to open those files.
.safetensors15.2 GB · 100%
From the Hugging Face model README
Fine-tuned Qwen2.5-7B models specialized for VA disability claims assistance.
| Model | Purpose | HuggingFace | GGUF |
|---|---|---|---|
| Auditor | Legal analysis, compliance review, document parsing | Diamond-Swarm-Auditor-7B | GGUF |
| Writer | Personal statements, nexus letters, buddy statements | Diamond-Swarm-Writer-7B | GGUF |
| Rater | VA rating calculations, bilateral factor, TDIU assessment | Diamond-Swarm-Rater-7B | GGUF |
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("Vet-Rate-org/Diamond-Swarm-Auditor-7B")
tokenizer = AutoTokenizer.from_pretrained("Vet-Rate-org/Diamond-Swarm-Auditor-7B")
# Download GGUF
wget https://huggingface.co/Vet-Rate-org/Diamond-Swarm-Auditor-7B-GGUF/resolve/main/vetrate-auditor-7b-v2-Q4_K_M.gguf
# Run server
./llama-server -m vetrate-auditor-7b-v2-Q4_K_M.gguf -c 4096 -ngl 99 --port 8080
# Create Modelfile
FROM ./vetrate-auditor-7b-v2-Q4_K_M.gguf
PARAMETER temperature 0.7
SYSTEM You are a VA claims expert specializing in legal analysis.
# Create model
ollama create diamond-auditor -f Modelfile
ollama run diamond-auditor
MIT - Free for personal and commercial use
These models provide educational information only. They are NOT legal or medical advice. Always consult with accredited VSOs, attorneys, or medical professionals for official guidance.