Update README.md
#4
by
CombinHorizon
- opened
Readme description was too short for it to be allowed to be added to the LLM leaderboard
(minimum 200 characters)
# 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?