eval-tasks / qnli.py
CultriX's picture
Upload folder using huggingface_hub
6afe180 verified
raw
history blame contribute delete
114 Bytes
def doc_to_text(doc) -> str:
return f"Premise: {doc['premise']}\nHypothesis: {doc['hypothesis']}\nRelation:"