KantBench / constant_definitions /train /models /anthropic_constants.py
jtowarek's picture
Upload folder using huggingface_hub
f7e2ae6 verified
"""Anthropic API model identifiers for baseline evaluation."""
# ---------------------------------------------------------------------------
# Anthropic models -- baseline evaluation only
# ---------------------------------------------------------------------------
CLAUDE_OPUS = "claude-opus-4-6"
CLAUDE_SONNET = "claude-sonnet-4-6"
CLAUDE_HAIKU = "claude-haiku-4-5-20251001"
ANTHROPIC_MODELS = (CLAUDE_OPUS, CLAUDE_SONNET, CLAUDE_HAIKU)