question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow for model evaluation directly from cdqa

See original GitHub issue

The idea is to implement the evaluate.py script inside the package under /utils

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:17

github_iconTop GitHub Comments

1reaction
andrelmfariascommented, May 20, 2019

I think it just should take as input the output of QAPipeline.predict() and we will need to run the code:

predictions = QAPipeline.predict()
pred_for_eval = prepare_evaluation(predictions)
1reaction
andrelmfariascommented, May 19, 2019

Didn’t we agree on #135 to create a method prepare_evaluation() in https://github.com/fmikaelian/cdQA/blob/develop/cdqa/utils/metrics.py to handle this instead of doing it directly in QAPipeline.predict()?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Question answering using CDQA(BERT) Atos Big data - Kaggle
For phages, presuming they act by modulating the bacterial community, the animal model must harbor the relevant bacterial host species, and thus ...
Read more >
Question and Answering With Bert | Towards Data Science
Let's first find a model to use. We head over to huggingface.co/models and click on Question-Answering to the left.
Read more >
Building a Native French Question-Answering Dataset
or Language Modeling – which can be tackled in a self- ... cdQA-annotator allows for direct selection of the answer.
Read more >
Deep learning based question answering system in Bengali
We depicted our workflow in Figure 1, We also evaluate our model on a ... learning where pretrained models were evaluated directly on...
Read more >
How to create your own Question-Answering system ... - Morioh
The cdQA-suite was built to enable anyone who wants to build a ... datasets for model evaluation and fine-tuning; cdQA-ui: a user-interface that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found