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