large-language-models / tests /test_classifier.py
aj2614@nyu.edu
who knows if this is a good idea
3d7c786
from language_models_project.main import classify
def testclassifier():
""" Tests that the classifier classifies as expected """
test_cases = ["This restaurant is awesome", "This restaurant is awful"]