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