Giter Site home page Giter Site logo

Comments (4)

hamelsmu avatar hamelsmu commented on August 28, 2024

Is this a duplicate of #66 if so please clarify how this issue is different?

Not sure what you mean by a model statistics file. You can see model evaluation metrics in Weights and Biases. MRR is something you are expected to calculate yourself (this is only a proxy metric for training), however you can feel free to inspect our code for a guideline on how to do this. Of course, I could be misunderstanding your question, so please do let us know if there is something we can clarify 🙇

from codesearchnet.

celsofranssa avatar celsofranssa commented on August 28, 2024

NDCG is the commonly used metrics in information retrieval systems. However, because relevance judgments are not public, the only way to calculate them is by submitting model_predictions.csv to WB. It was not clear to me how I can check NDCG in W&B if I have only model_predictions.csv.

For this reason, I suggested a request script, which just sends the model_predictions.csv file to W&B and returns the NDCG for each language.

from codesearchnet.

hamelsmu avatar hamelsmu commented on August 28, 2024

You can submit your model_predictions.csv to W&B without logging a full run on W&B.

wandb.init()
wandb.save()

Read these docs for more details. We won't be able to make this type of script at the moment, but this should provide you with what you are looking for

from codesearchnet.

celsofranssa avatar celsofranssa commented on August 28, 2024

Great.

from codesearchnet.

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.