ARQMath with Transformers
Notebooks are available on Google Colab:
Getting started
# Create conda env
conda create -n arqmath python=3.7
conda activate arqmath
# Clone repo
git clone https://github.com/malteos/arqmath.git
cd arqmath
# Install dependencies
pip install -r requirements.txt
# Download dataset
wget -O data/qa-pair.csv https://httpd.test.gipp.com/qa-pair.csv
Training
jupyter notebook train.ipynb
Inference
jupyter notebook inference.ipynb
License
MIT