1. 01 Jul, 2024 3 commits
  2. 17 Jun, 2024 3 commits
  3. 13 Jun, 2024 2 commits
  4. 11 Jun, 2024 2 commits
  5. 10 Jun, 2024 1 commit
  6. 07 Jun, 2024 3 commits
  7. 06 Jun, 2024 3 commits
  8. 05 Jun, 2024 1 commit
  9. 03 Jun, 2024 1 commit
  10. 31 May, 2024 1 commit
  11. 24 May, 2024 2 commits
  12. 22 May, 2024 1 commit
  13. 21 May, 2024 1 commit
  14. 13 May, 2024 1 commit
  15. 09 May, 2024 1 commit
    • Edd's avatar
      Copal task (#1803) · 1980a13c
      Edd authored
      * add copal
      
      * change name to copal id for clarity and the task name
      
      * remove `copal_id...` to yaml to make it work
      
      * checkmark on README
      
      * change group name to `copal_id`
      1980a13c
  16. 08 May, 2024 1 commit
  17. 07 May, 2024 3 commits
  18. 01 May, 2024 4 commits
  19. 26 Apr, 2024 1 commit
  20. 25 Apr, 2024 2 commits
  21. 18 Apr, 2024 1 commit
  22. 05 Apr, 2024 1 commit
    • ZoneTwelve's avatar
      TMMLU+ implementation (#1394) · 9ae96cdf
      ZoneTwelve authored
      * implementation of TMMLU+
      
      * implemented: TMMLU+
      
      ****TMMLU+ : large-scale Traditional chinese Massive Multitask language Understanding****
      
      - 4 categories
          - STEM
          - Social Science
          - Humanities
          - Other
      
      The TMMLU+ dataset, encompassing over 67 subjects and 20160 tasks, is six times larger and more balanced than its predecessor, TMMLU, and includes benchmark results from both closed-source and 20 open-weight Chinese large language models with 1.8B to 72B parameters. However, Traditional Chinese variants continue to underperform compared to major Simplified Chinese models.
      
      ```markdown
      Total number of tasks in the 'test' sets: 20160
      Total number of tasks in the 'validation' sets: 2247
      Total number of tasks in the 'train' sets: 335
      ```
      
      * Remove print from __init__.py
      
      There was my mistake in forgetting to remove the debug print from the code.
      
      * update: move TMMLU+ config generation program into default
      
      * fix: we should use training se...
      9ae96cdf
  23. 04 Apr, 2024 1 commit