Git Product home page Git Product logo

Comments (6)

BeastyZ avatar BeastyZ commented on July 28, 2024

When I tried to reproduce the results you provide in BEIR, I encountered the same error mentioned above.

Specific scripts are below:

python -m pyserini.search.faiss \
  --threads 16 --batch-size 512 \
  --encoder-class contriever --encoder facebook/contriever-msmarco \
  --index beir-v1.0.0-climate-fever.contriever-msmarco \
  --topics beir-v1.0.0-climate-fever-test \
  --output run.beir.contriever-msmarco.climate-fever.txt \
  --hits 1000 --remove-query

python -m pyserini.eval.trec_eval \
  -c -m ndcg_cut.10 beir-v1.0.0-climate-fever-test \
  run.beir.contriever-msmarco.climate-fever.txt

from pyserini.

MXueguang avatar MXueguang commented on July 28, 2024

Hi @BeastyZ,
What is your pandas version? mine is pandas 2.1.1

from pyserini.

BeastyZ avatar BeastyZ commented on July 28, 2024

I changed the pandas version to 2.1.1, but it didn't work.

from pyserini.

MXueguang avatar MXueguang commented on July 28, 2024

I just found a relevant issue here #1658
are you using latest pyserini code?

from pyserini.

BeastyZ avatar BeastyZ commented on July 28, 2024

Now, my pandas version is 2.1.1 and pyserini version is 0.22.1 which is the latest one, I still got the same error.

from pyserini.

BeastyZ avatar BeastyZ commented on July 28, 2024

Hi @MXueguang
You are right! I re-examined the contents to be evaluated, and found that there were something irrelevant in it, which should be caused by my improper operation before. Now commas don't interfere with normal evaluation. Thank you for your timely help.

from pyserini.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.