Instructions to use kejian/cond-lovingly-base-drop with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kejian/cond-lovingly-base-drop with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("kejian/cond-lovingly-base-drop") model = AutoModel.from_pretrained("kejian/cond-lovingly-base-drop") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1 opened over 1 year ago
by
SFconvertbot