eval-tasks / mathqa.py
CultriX's picture
Upload folder using huggingface_hub
6afe180 verified
raw
history blame contribute delete
112 Bytes
import re
def doc_to_text(doc) -> str:
problem = doc['question']
return f"Problem: {problem}\nAnswer:"