Instructions to use MSLars/nonsense-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MSLars/nonsense-detection with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="MSLars/nonsense-detection")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("MSLars/nonsense-detection") model = AutoModelForTokenClassification.from_pretrained("MSLars/nonsense-detection", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- ad05fe79b0606ab193f488d241fb32fa1d58dc75fe360798b66694ece8e693fb
- Size of remote file:
- 5.5 kB
- SHA256:
- 3ca518c853df70655636d7135e6eb0baef0f2077c10263be20b7dd1da902e8a0
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.