CoolFace
Apppublic

AshishT/LanguageModel

sourceHugging Faceupdated 3y agoView on Hugging Face
0likes
Makefile5 linesDownload Raw Back to root
1install:2	pip install --upgrade pip &&\3		pip install -r requirements.txt4 5all: install lint test format