Instructions to use sharkMeow/CLIP with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sharkMeow/CLIP with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModel processor = AutoProcessor.from_pretrained("sharkMeow/CLIP") model = AutoModel.from_pretrained("sharkMeow/CLIP", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "epoch": 9.998542037907015, | |
| "total_flos": 1.461291118888168e+18, | |
| "train_loss": 1.202193304075487, | |
| "train_runtime": 14493.7066, | |
| "train_samples_per_second": 255.536, | |
| "train_steps_per_second": 2.129 | |
| } |