Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
Russian
bert
Generated from Trainer
Instructions to use igorktech/rubert-base-morph-tagging with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use igorktech/rubert-base-morph-tagging with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="igorktech/rubert-base-morph-tagging")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("igorktech/rubert-base-morph-tagging") model = AutoModelForTokenClassification.from_pretrained("igorktech/rubert-base-morph-tagging") - Notebooks
- Google Colab
- Kaggle
Commit ·
6e7f3e1
1
Parent(s): a0b7860
Adding `safetensors` variant of this model (#1)
Browse files- Adding `safetensors` variant of this model (3113b1043add5d17a00aa230112e96ca1f1b0004)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fcf21739721741ea5398e28cdf5c03bb0e7f8c8218fc2246ecdd3eb61c6c8d4
|
| 3 |
+
size 709165064
|