Skip to content

1.31.8

Latest
Compare
Choose a tag to compare
@KennethEnevoldsen KennethEnevoldsen released this 01 Feb 16:03
· 2 commits to main since this release

1.31.8 (2025-02-01)

Documentation

  • docs: Updated citation for mteb(scandinavian) (#1914)

fix: Updated citation for mteb(scandinavian) (f3526fc)

Fix

  • fix: Add datasets in CodeRAG-Bench (#1595)

  • add three out of four datasets in CodeRAG-Bench

  • add verified CodeRAGStackoverflowPostsRetrieval dataset

  • clean up code and make some comments

  • fixed lint errors

  • addressed comments about code-rag datasets: fixed grammar and remove unnessary code and loop

  • roll back files which is not supposed to change

  • fixed the comments in split_by_first_newline() and make the methods private by adding a underscore prefix

  • refactor to use common args

  • update task descriptions

  • add entry in benchmarks

  • correct the alphanumeric order for the dataset

  • add in tasks.md

  • add in tasks.md

  • update task metadata

  • update importing path

  • fix lint errors

  • correct CodeRAG task metadata description field and id for stackoverflow-posts

  • fix error in test


Co-authored-by: Isaac Chung <chungisaac1217@gmail.com> (9c762da)

Unknown