How to use Arboretum/BT-CLIP-O with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:Arboretum/BT-CLIP-O') tokenizer = open_clip.get_tokenizer('hf-hub:Arboretum/BT-CLIP-O')
What is a pickle import?