my-cool-dataset / test.py
forwardcjj's picture
Upload test.py with huggingface_hub
a90c691 verified
raw
history blame contribute delete
284 Bytes
from huggingface_hub import hf_hub_download
hf_hub_download(repo_id="google/pegasus-xsum", filename="config.json")
print("test")
hf_hub_download(
repo_id="google/pegasus-xsum",
filename="config.json",
revision="4d33b01d79672f27f001f6abade33f22d993b151"
)
print("123")