teaching_arithmetic / pause_space.py
meg's picture
meg HF staff
Update pause_space.py
f6265bb verified
raw
history blame contribute delete
158 Bytes
from huggingface_hub import HfApi
import os
TOKEN = os.environ.get("DATACOMP_TOKEN")
API = HfApi(token=TOKEN)
API.pause_space("datacomp/teaching_arithmetic")