NetsPresso_QA / tools /README.md
geonmin-kim's picture
Upload folder using huggingface_hub
d6585f5

A newer version of the Gradio SDK is available: 4.36.1

Upgrade

Anserini Tools

This repo holds various tools and scripts shared across anserini, pyserini, and pygaggle as a Git submodule.

Build the included evaluation tools as follows (you might get warnings, but you can ignore):

cd eval && tar xvfz trec_eval.9.0.4.tar.gz && cd trec_eval.9.0.4 && make && cd ../..
cd eval && cd ndeval && make && cd ../..