File size: 114 Bytes
6afe180 |
1 2 3 4 |
def doc_to_text(doc) -> str:
return f"Premise: {doc['premise']}\nHypothesis: {doc['hypothesis']}\nRelation:"
|
6afe180 |
1 2 3 4 |
def doc_to_text(doc) -> str:
return f"Premise: {doc['premise']}\nHypothesis: {doc['hypothesis']}\nRelation:"
|