Readme description was too short for it to be allowed to be added to the LLM leaderboard
(minimum 200 characters)

see https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard/blob/main/src/submission/check_validity.py#L39

    # Enforce card content
    if len(card.text) < 200:
        return False, "Please add a description to your model card, it is too short.", None

about the previous attempt, i'm sorry the changes were a bit drastic, what about this one?

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment