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
Upload pytorch_model (1).bin
Browse files- pytorch_model (1).bin +3 -0
pytorch_model (1).bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ca24fd23915e471d245fbc65dc4b3fa5b43fc1b1f94c58913c3826c80e9f5f0
|
| 3 |
+
size 6961612490
|