Instructions to use Seraph19/Suea with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenCLIP
How to use Seraph19/Suea with OpenCLIP:
import open_clip model, preprocess_train, preprocess_val = open_clip.create_model_and_transforms('hf-hub:Seraph19/Suea') tokenizer = open_clip.get_tokenizer('hf-hub:Seraph19/Suea') - Notebooks
- Google Colab
- Kaggle
Update README.md
#3 opened over 1 year ago
by
Seraph19