Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add recall @ k for retriever eval #10144

Merged
merged 36 commits into from
Oct 28, 2023
Merged

add recall @ k for retriever eval #10144

merged 36 commits into from
Oct 28, 2023

Commits on Oct 25, 2023

  1. boilerplate

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    7c3b89d View commit details
    Browse the repository at this point in the history
  2. moving to a diff pr

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f4d797a View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. temp

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d02b4ec View commit details
    Browse the repository at this point in the history
  2. fix one test

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f6e4068 View commit details
    Browse the repository at this point in the history
  3. soem doc changes

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b5d8f87 View commit details
    Browse the repository at this point in the history
  4. better docstring

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    17cb199 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into retriever-recall

    Signed-off-by: Liang Zhang <[email protected]>
    liangz1 authored Oct 26, 2023
    Configuration menu
    Copy the full SHA
    391c80d View commit details
    Browse the repository at this point in the history
  6. better docstring

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    898505b View commit details
    Browse the repository at this point in the history
  7. fix k

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    0ab1af9 View commit details
    Browse the repository at this point in the history
  8. remove v1

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    8ba4f77 View commit details
    Browse the repository at this point in the history
  9. super temp

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    771f963 View commit details
    Browse the repository at this point in the history
  10. revert

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    b72d9e5 View commit details
    Browse the repository at this point in the history
  11. no repeat doc ids in retrieved

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ed1c745 View commit details
    Browse the repository at this point in the history
  12. fix tests

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    992b4e7 View commit details
    Browse the repository at this point in the history
  13. docs changes

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    fca6674 View commit details
    Browse the repository at this point in the history
  14. change to retriever_k

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    ad04937 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into retriever-recall

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    152fbd1 View commit details
    Browse the repository at this point in the history
  16. remove comment

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    7f68a7d View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. temp

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d5cf8f6 View commit details
    Browse the repository at this point in the history
  2. revert

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    80dab16 View commit details
    Browse the repository at this point in the history
  3. switch to lists

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    aeb76df View commit details
    Browse the repository at this point in the history
  4. fix docs

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    452ae24 View commit details
    Browse the repository at this point in the history
  5. Squashed commit of the following:

    commit 827d31e
    Author: Harutaka Kawamura <[email protected]>
    Date:   Fri Oct 27 12:17:31 2023 +0900
    
        Fix lint error on master (mlflow#10181)
    
        Signed-off-by: harupy <[email protected]>
    
    commit 15e5b94
    Author: Daniel Lok <[email protected]>
    Date:   Fri Oct 27 10:57:25 2023 +0800
    
        Add param to enable/disable saving ONNX model as external data (mlflow#10152)
    
        Signed-off-by: Daniel Lok <[email protected]>
    
    commit a8ef779
    Author: Harutaka Kawamura <[email protected]>
    Date:   Fri Oct 27 11:34:29 2023 +0900
    
        Fix lint job condition (mlflow#10179)
    
        Signed-off-by: harupy <[email protected]>
    
    commit 8c63df6
    Author: Prithvi Kannan <[email protected]>
    Date:   Thu Oct 26 18:33:02 2023 -0700
    
        Remove other timeouts (mlflow#10172)
    
    commit f10fbd3
    Author: Prithvi Kannan <[email protected]>
    Date:   Thu Oct 26 18:30:58 2023 -0700
    
        Surface openai error (mlflow#10176)
    
    commit d9b8d17
    Author: Ann Zhang <[email protected]>
    Date:   Thu Oct 26 18:00:35 2023 -0700
    
        Fix typo (mlflow#10175)
    
        Signed-off-by: Ann Zhang <[email protected]>
    
    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    6d06cbf View commit details
    Browse the repository at this point in the history
  6. fix tests

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5710806 View commit details
    Browse the repository at this point in the history
  7. fix tests

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    908d187 View commit details
    Browse the repository at this point in the history
  8. address comments

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    d96d59d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from bbqiu/retriever-change-pandas-hash

    Retriever change pandas hash
    bbqiu authored Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b5963d3 View commit details
    Browse the repository at this point in the history
  10. address comments

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    28b0b39 View commit details
    Browse the repository at this point in the history
  11. address comments

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    c352fba View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into retriever-recall

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    bdb4480 View commit details
    Browse the repository at this point in the history
  13. address comments

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    e5b1ac5 View commit details
    Browse the repository at this point in the history
  14. fix the docs and address comments

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    fe2c5da View commit details
    Browse the repository at this point in the history
  15. lint

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    ace64d7 View commit details
    Browse the repository at this point in the history
  16. retriever_k back to k

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    df63ca9 View commit details
    Browse the repository at this point in the history
  17. revert

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    1bd9c01 View commit details
    Browse the repository at this point in the history
  18. fix precision and recall docs`

    Signed-off-by: Bryan Qiu <[email protected]>
    bbqiu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    b7efcab View commit details
    Browse the repository at this point in the history