Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 572 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 572 Bytes

Question to Question Workshop Benchmark

This repo contains the benchmark solution for the question to question workshop task.

Installation

The first step is cloning this repo into your machine. Once cloned, go inside the directory and install the dependencies as follows:

python3 -m venv env
source env/bin/activate
pip install -r requirments.txt

Results

The results achieved by using the benchmark solution (as implemented in bench.py) can be found on the leaderboard on the workshop's kaggle page.