Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Volowan
/
MNLP_M2_document_encoder

Feature Extraction
Transformers
Safetensors
bert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use Volowan/MNLP_M2_document_encoder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Volowan/MNLP_M2_document_encoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Volowan/MNLP_M2_document_encoder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("Volowan/MNLP_M2_document_encoder")
    model = AutoModel.from_pretrained("Volowan/MNLP_M2_document_encoder")
  • Notebooks
  • Google Colab
  • Kaggle
MNLP_M2_document_encoder
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Volowan's picture
Volowan
Initial fork of BAAI/bge-small-en-v1.5 tokenizer
6759a78 verified 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    5.17 kB
    Initial fork of BAAI/bge-small-en-v1.5 model 12 months ago
  • config.json
    661 Bytes
    Initial fork of BAAI/bge-small-en-v1.5 model 12 months ago
  • model.safetensors
    133 MB
    xet
    Initial fork of BAAI/bge-small-en-v1.5 model 12 months ago
  • special_tokens_map.json
    695 Bytes
    Initial fork of BAAI/bge-small-en-v1.5 tokenizer 12 months ago
  • tokenizer.json
    711 kB
    Initial fork of BAAI/bge-small-en-v1.5 tokenizer 12 months ago
  • tokenizer_config.json
    1.27 kB
    Initial fork of BAAI/bge-small-en-v1.5 tokenizer 12 months ago
  • vocab.txt
    232 kB
    Initial fork of BAAI/bge-small-en-v1.5 tokenizer 12 months ago