You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to add more test cases across different areas.
It should be:
widely applicable, ie, something that a common Julia user can come across
measurable (to be able to score it), eg, unit tests etc
well-defined (eg, have a clear answer and ideally very little ambiguity)
be "safe" (ie, they shouldn't require any unsafe functionality like distributed computing, threading, or in any way extending functions in the Base/std libs) - because it can change the environment and break things
It would be great to add more test cases across different areas.
It should be:
See more on contributing: https://github.com/svilupp/Julia-LLM-Leaderboard?tab=readme-ov-file#contributing-your-test-case
The text was updated successfully, but these errors were encountered: