Instructions to use grammarly/detexd-roberta-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use grammarly/detexd-roberta-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="grammarly/detexd-roberta-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("grammarly/detexd-roberta-base") model = AutoModelForSequenceClassification.from_pretrained("grammarly/detexd-roberta-base") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 0d0b3b38ffb4f1e10be62024c24e948fdb4434882f49a81a4cb14895c0b8ccf9
- Size of remote file:
- 499 MB
- SHA256:
- bc46edbace7d9cb4db911083d577bb81c3b62d4512b58dd516461be0fb3b7c9c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.