Instructions to use danasone/rubert-tiny-grammar with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use danasone/rubert-tiny-grammar with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="danasone/rubert-tiny-grammar")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("danasone/rubert-tiny-grammar") model = AutoModelForTokenClassification.from_pretrained("danasone/rubert-tiny-grammar") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
e90e87c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:0766c5f84cea3ce0d35b80954a38543c70ae2322d06bd39c178b4656eac77b60
size 6961637402
|