hf-webhook-relay / watch_list.py
mainak555's picture
Upload folder using huggingface_hub
e9c08e5 verified
raw
history blame contribute delete
237 Bytes
"""
repo_id: {
repo_type: [files....]
}
"""
TRACKING_PATHS = {
"mainak555/mlops-tourism": {
"dataset": ["tourism.csv"]
},
"mainak555/predictive-maintenance": {
"dataset": ["engine_data.csv"]
}
}