Instructions to use whispAI/DirectQuote-SentLevel-DistilBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use whispAI/DirectQuote-SentLevel-DistilBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="whispAI/DirectQuote-SentLevel-DistilBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("whispAI/DirectQuote-SentLevel-DistilBERT") model = AutoModelForTokenClassification.from_pretrained("whispAI/DirectQuote-SentLevel-DistilBERT") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
0e51a55 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:5f4bbc89502b1ee53437a77f0345649066ef7aedd6be92ed883cdf83d4b46127
size 260803668
|