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