Instructions to use anahitapld/dbd_bert_da_simple with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anahitapld/dbd_bert_da_simple with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anahitapld/dbd_bert_da_simple")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anahitapld/dbd_bert_da_simple") model = AutoModelForSequenceClassification.from_pretrained("anahitapld/dbd_bert_da_simple") - Notebooks
- Google Colab
- Kaggle