-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add notebook for CovidQA * remove binder reference * change reference to pygaggle * add colab badge * move notebook * fix shieldg
- Loading branch information
Showing
2 changed files
with
4,255 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
Oops, something went wrong.