feat: add medal icons for top 3 models in DataFrame formatting to enhance leaderboard visualization 0d40080 yangzhitao commited on Jan 16
refactor: improve average calculation in EvalResult to handle None values correctly 80fa5a3 yangzhitao commited on Jan 16
feat: add update time display and improve NaN representation in DataFrame formatting 07be5d7 yangzhitao commited on Jan 16
refactor: simplify benchmark loading and sorting logic in prepare.py for improved clarity and performance 9d432bc yangzhitao commited on Jan 16
refactor: comment out second maximum value styling in format_dataframe_with_styler function for future consideration 63fc71a yangzhitao commited on Dec 26, 2025
refactor: enhance DataFrame formatting by adding ranked value styling in format_dataframe_with_styler function c7ba073 yangzhitao commited on Dec 26, 2025
refactor: update submit button label and improve user ID display in create_submit_tab function for consistency 1b55e08 yangzhitao commited on Dec 3, 2025
refactor: improve submission instructions for clarity and user guidance in about.py 0753044 yangzhitao commited on Dec 3, 2025
refactor: update model key extraction and improve model dtype handling in create_submit_tab function for enhanced clarity 58bbf33 yangzhitao commited on Dec 2, 2025
fix: refine user ID extraction logic in create_submit_tab function f10ff89 yangzhitao commited on Dec 2, 2025
refactor: enhance user ID extraction and error messaging in create_submit_tab function for better clarity and user experience 61d4a7d yangzhitao commited on Dec 2, 2025
refactor: streamline user ID extraction and enhance error handling in create_submit_tab function for improved user experience f163070 yangzhitao commited on Dec 2, 2025
refactor: improve user ID validation and error messaging in create_submit_tab function to enhance user feedback ace97cb yangzhitao commited on Dec 2, 2025
refactor: standardize user ID display format and enhance benchmark result handling in create_submit_tab function 8125e59 yangzhitao commited on Dec 2, 2025
refactor: enhance type safety and input handling in create_submit_tab function by updating benchmark results form and restructuring submission logic b30e7f7 yangzhitao commited on Dec 2, 2025
refactor: set default precision to bfloat16 and improve error handling for benchmark results in create_submit_tab function 5a3aec3 yangzhitao commited on Dec 2, 2025
refactor: add error handling for missing benchmark results in create_submit_tab function to improve user feedback d9b1abf yangzhitao commited on Dec 2, 2025
refactor: optimize benchmark retrieval in create_submit_tab function to enhance clarity and error messaging aff7b1f yangzhitao commited on Dec 2, 2025
refactor: update benchmark values handling in create_submit_tab function to improve type safety and streamline input collection ecc1bf2 yangzhitao commited on Dec 2, 2025
refactor: improve benchmark handling in create_submit_tab function by restructuring input processing and enhancing data validation 1e0ed83 yangzhitao commited on Dec 2, 2025
refactor: adjust parameter order in create_submit_tab function to ensure proper handling of OAuth profile and benchmark values c94136a yangzhitao commited on Dec 2, 2025
feat: enhance submission process by adding user ID handling and improving JSON structure for submissions 6ad8c8e yangzhitao commited on Dec 1, 2025
feat: enable submission functionality by setting ENABLE_SUBMISSION to True 480ac67 yangzhitao commited on Dec 1, 2025
feat: add user ID display and make model name textbox non-interactive in submission tab 81adfdd yangzhitao commited on Dec 1, 2025
feat: enhance submission tab with detailed instructions and improved model information input fields 04c5cbd yangzhitao commited on Dec 1, 2025
refactor: update column visibility settings in create_submit_tab function to enhance UI behavior 9719e89 yangzhitao commited on Dec 1, 2025
fix: simplify prepare_space function by removing global flag and ensuring data downloads are always executed b5bc528 yangzhitao commited on Dec 1, 2025
feat: add start script for running Gradio app and refactor prepare.py to streamline data preparation process 15462ae yangzhitao commited on Dec 1, 2025
refactor: enhance submission functionality with new tabs and improved benchmark handling, and update editorconfig for consistent formatting 3f84332 yangzhitao commited on Dec 1, 2025
refactor: reorganize schema definitions and enhance data loading functions for improved clarity and maintainability 6c930b9 yangzhitao commited on Dec 1, 2025
feat: add dataset synchronization script to download and upload datasets between Hugging Face repositories c842956 yangzhitao commited on Dec 1, 2025
feat: integrate display configuration loading and enhance leaderboard data retrieval with versioning support c2c3c10 yangzhitao commited on Nov 26, 2025
refactor: simplify MODEL_HYPERLINK_TEMPLATE construction by removing unnecessary dedent and splitlines 79bb0de yangzhitao commited on Nov 24, 2025
refactor: streamline MODEL_HYPERLINK_TEMPLATE formatting for improved readability and consistency 8174ae1 yangzhitao commited on Nov 24, 2025
fix: initialize model_config to None in EvalResult class to prevent potential reference errors 9b36a13 yangzhitao commited on Nov 24, 2025
feat: enhance MetaToml and EvalResult classes with new mapping properties and link handling b2443f5 yangzhitao commited on Nov 24, 2025
fix: update model type visibility in leaderboard and mark as not supported 944602c yangzhitao commited on Nov 21, 2025
refactor: replace truncate function with DataFrame styling for number formatting in app.py and populate.py 7b47b0b yangzhitao commited on Nov 21, 2025
refactor: update about.py to comment out task definitions and modify metric handling in read_evals.py to support multiple metrics 6b6ce23 yangzhitao commited on Nov 21, 2025
feat: add functions to truncate numbers to one decimal place and format DataFrame columns accordingly cd1b5e8 yangzhitao commited on Nov 21, 2025
feat: add script to upload leaderboard results to Hugging Face Hub 22161b0 yangzhitao commited on Nov 11, 2025
feat: enhance submission functionality by adding new submit method and updating file handling in app.py 852f90d yangzhitao commited on Nov 10, 2025
Merge branch 'main' of hf.co:spaces/y-playground/leaderboard 77ae007 yangzhitao commited on Nov 10, 2025
fix: update EvalResult to handle NaN values in accuracy checks 962327e yangzhitao commited on Nov 7, 2025
fix: handle missing metric values in EvalResult by replacing None with NaN 19c12f7 yangzhitao commited on Nov 7, 2025
fix: normalize model titles in MetaToml and update full_model retrieval in EvalResult f84dfbe yangzhitao commited on Nov 7, 2025