[docs] remove link to unmaintained HEIM in evaluation guide#14232
Open
pepepeboom wants to merge 1 commit into
Open
[docs] remove link to unmaintained HEIM in evaluation guide#14232pepepeboom wants to merge 1 commit into
pepepeboom wants to merge 1 commit into
Conversation
HEIM is no longer officially supported or actively maintained (stanford-crfm/helm#2161, stanford-crfm/helm#3741), so drop it from the list of suggested evaluation frameworks in the evaluation guide's TIP. Fixes huggingface#14033 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Removes the link to HEIM from the list of suggested evaluation frameworks in the
evaluation guide. HEIM is no longer officially supported or actively maintained
(see stanford-crfm/helm#2161, stanford-crfm/helm#3741) and no longer works off
the shelf, as reported in the linked issue.
Fixes #14033
Before (
docs/source/en/conceptual/evaluation.md, TIP block):After:
Note: the Chinese translation (
docs/source/zh/conceptual/evaluation.md) containsthe same HEIM reference. I left it untouched since the issue targets the English
page — happy to fold it into this PR if preferred.
Before submitting
self-reviewskill on the diff?Self-review notes (final round): docs-only, one-line markdown change; no code
paths, tests, or docstrings affected. Remaining two-item list adjusted from a bare
comma to "and" so the sentence stays grammatical. No remaining
HEIM/crfmoccurrences in the changed file. Verdict: READY; nothing intentionally left unfixed
except the zh translation noted above (left for maintainer preference).
Who can review?
@stevhliu @sayakpaul