Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TIGER-AI-Lab/UniIR
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: castorini/UniIR
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 19 commits
  • 12 files changed
  • 2 contributors

Commits on Mar 27, 2024

  1. Adds prompting scripts for the pipeline (#1)

    * Adds prompting scripts for the pipeline
    
    * Adds infer_gemini
    
    * Adds llava inference
    
    * Adds requirements for new scripts
    
    * Minor fixes
    
    * Adds batched inference for llava
    
    * Minor fixes
    
    * Adds inference_blip
    UShivani3 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    23e0b55 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. include retrieval for e2e run (#4)

    * Adds retrieval part for e2e script
    
    * Adds bash script
    UShivani3 authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    bbca6a4 View commit details
    Browse the repository at this point in the history
  2. added_candidate_lookup

    sahel-sh committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    1774a79 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from castorini/retrieve_image_text

    added_candidate_lookup
    sahel-sh authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    de3a045 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    382e4c1 View commit details
    Browse the repository at this point in the history
  5. minor fixes

    sahel-sh committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    ae3a4cb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from castorini/add_k_param

    Added configurable k and zeroshot text prompt
    sahel-sh authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f8500df View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. add qid to llm output, skip images not in query dataset (#7)

    add qid to llm output, skip images not in query dataset
    sahel-sh authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    bd1ac73 View commit details
    Browse the repository at this point in the history
  2. Eval script (#8)

    UShivani3 authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    08cf3d4 View commit details
    Browse the repository at this point in the history
  3. update bash file (#9)

    This cl makes the following changes to the bash file:
    
    get the image count from ls
    increase the batch size to 512
    minor clean up
    sahel-sh authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    edae02d View commit details
    Browse the repository at this point in the history
  4. Patch for eval (#10)

    UShivani3 authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    d3a4fb4 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Test eval (#11)

    tokenize before score eval and add eval for retriever
    sahel-sh authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    21a1e3f View commit details
    Browse the repository at this point in the history
  2. Fix qid (#12)

    For llava and blip where we batch the inference, qid should be stored in a list, similar to prompts
    sahel-sh authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    7caf74e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    9dd144f View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    8be8990 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. caption generation with image-text pair, except gemini (#15)

    * caption generation with image-text pairs for llava and gpt models
    sahel-sh authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    002ec7b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. updated eval script (#16)

    sahel-sh authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    a791c89 View commit details
    Browse the repository at this point in the history
  2. Minor modifications with eval (#17)

    * updated eval script
    
    * Minor modifications with eval
    
    * Black formatting changes
    
    ---------
    
    Co-authored-by: sahel <[email protected]>
    UShivani3 and sahel-sh authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    55e1b35 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2025

  1. Configuration menu
    Copy the full SHA
    f43b494 View commit details
    Browse the repository at this point in the history
Loading