Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Martsv07
/
rubert-ner-search-queries

Token Classification
Transformers
Safetensors
Russian
bert
rubert
ner
named-entity-recognition
russian
search-queries
Model card Files Files and versions
xet
Community

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
rubert-ner-search-queries
714 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Martsv07's picture
Martsv07
fixed model name
d4e04f9 verified 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    2.49 kB
    fixed model name 8 months ago
  • config.json
    1.19 kB
    uploaded model weights and tokenizer files 8 months ago
  • label_mapping.json
    531 Bytes
    uploaded model weights and tokenizer files 8 months ago
  • model.safetensors
    709 MB
    xet
    uploaded model weights and tokenizer files 8 months ago
  • special_tokens_map.json
    125 Bytes
    uploaded model weights and tokenizer files 8 months ago
  • tokenizer.json
    3.57 MB
    uploaded model weights and tokenizer files 8 months ago
  • tokenizer_config.json
    1.27 kB
    uploaded model weights and tokenizer files 8 months ago
  • versions.json
    332 Bytes
    uploaded model weights and tokenizer files 8 months ago
  • vocab.txt
    1.65 MB
    uploaded model weights and tokenizer files 8 months ago