XAI / perception_models /apps /pe /clip_benchmark /model_collection.py
haiphamcse's picture
Upload folder using huggingface_hub
9855f47 verified
Raw
History Blame Contribute Delete
154 Bytes
# import open_clip
def get_model_collection_from_file(path):
return [l.strip().split(",") for l in open(path).readlines()]
model_collection = {
}