File size: 147 Bytes
f4a62da |
1 2 3 4 5 |
from huggingface_hub import HfApi
hub_api = HfApi()
hub_api.create_tag("aleenatron/sample_test_aleena", tag="_version_", repo_type="dataset")
|
f4a62da |
1 2 3 4 5 |
from huggingface_hub import HfApi
hub_api = HfApi()
hub_api.create_tag("aleenatron/sample_test_aleena", tag="_version_", repo_type="dataset")
|