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

promobot
/
labse-ru

Feature Extraction
Transformers
PyTorch
google-tensorflow TensorFlow
Russian
bert
sentence-similarity
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use promobot/labse-ru with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use promobot/labse-ru with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="promobot/labse-ru")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("promobot/labse-ru")
    model = AutoModel.from_pretrained("promobot/labse-ru")
  • Notebooks
  • Google Colab
  • Kaggle
labse-ru
857 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
Artem Snegirev
Update README.md
77e6b16 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • README.md
    126 Bytes
    Update README.md almost 4 years ago
  • config.json
    653 Bytes
    Upload config.json almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.LongStorage"

    What is a pickle import?

    428 MB
    xet
    Upload pytorch_model.bin almost 4 years ago
  • special_tokens_map.json
    112 Bytes
    Upload special_tokens_map.json almost 4 years ago
  • tf_model.h5
    428 MB
    xet
    Upload tf_model.h5 almost 4 years ago
  • tokenizer.json
    762 kB
    Upload tokenizer.json almost 4 years ago
  • tokenizer_config.json
    49 Bytes
    Upload tokenizer_config.json almost 4 years ago
  • vocab.txt
    336 kB
    Upload vocab.txt almost 4 years ago