Skip to content

Commit

Permalink
add notebook for CovidQA (#18)
Browse files Browse the repository at this point in the history
* add notebook for CovidQA

* remove binder reference

* change reference to pygaggle

* add colab badge

* move notebook

* fix shieldg
  • Loading branch information
ronakice authored May 5, 2020
1 parent ef31ca1 commit 58f0244
Show file tree
Hide file tree
Showing 2 changed files with 4,255 additions and 0 deletions.
18 changes: 18 additions & 0 deletions notebooks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# pygaggle Notebooks

[![PyPI](https://img.shields.io/pypi/v/pygaggle?color=brightgreen)](https://pypi.org/project/pygaggle/)

This holds static copies of notebooks for the [PyGaggle](https://github.com/castorini/pygaggle), a neural IR and QA toolkit.

## Colab

The notebooks in this repo are sync'ed (by hand) with notebooks in Colab.
These online demos provide a low-effort way to try out PyGaggle's features:

+ PyGaggle demo on CovidQA: [[GitHub]](pygaggle_covidqa_demo.ipynb)

Click "Open in Playground" and you'll be able to replicate our results!

## Pre-Built Indexes

For convenience, we've pre-built a few common indexes, available to download [here](https://git.uwaterloo.ca/jimmylin/anserini-indexes).
Loading

0 comments on commit 58f0244

Please sign in to comment.