Instructions to use SnowCharmQ/DEP-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SnowCharmQ/DEP-model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SnowCharmQ/DEP-model") model = AutoModel.from_pretrained("SnowCharmQ/DEP-model") - Notebooks
- Google Colab
- Kaggle