reproduce / evaluations /pitfalls.py
attilasimko's picture
new files, posible model
ccf0698
raw
history blame
152 Bytes
from .utils import log, model_predict
import re
def evaluate(verbose, llm, zip, readme):
log(verbose, "TITLE", "\nLooking for common pitfalls...")