Aftrhour_demo / Makefile
BerserkerMother's picture
Adds test and train t5 entries
1254b6a
raw
history blame
No virus
218 Bytes
setup:
pip install -r requirements.txt
test:
pytest
format:
black elise/src/
lint:
pylint elise/src/
gradio:
python elise/src/app.py
train_t5:
python elise/src/train_t5_seq2seq.py
dev:
make format lint gradio