Instructions to use NatureUniverse/playground-v2-training with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NatureUniverse/playground-v2-training with Transformers:
# Load model directly from transformers import AutoTokenizer, CLIPTextModelWithProjection tokenizer = AutoTokenizer.from_pretrained("NatureUniverse/playground-v2-training") model = CLIPTextModelWithProjection.from_pretrained("NatureUniverse/playground-v2-training") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened 7 months ago
by
SFconvertbot