Token Classification
Transformers
Safetensors
Russian
bert
rubert
ner
named-entity-recognition
russian
search-queries
Instructions to use Martsv07/rubert-ner-search-queries with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Martsv07/rubert-ner-search-queries with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Martsv07/rubert-ner-search-queries")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Martsv07/rubert-ner-search-queries") model = AutoModelForTokenClassification.from_pretrained("Martsv07/rubert-ner-search-queries") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!