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

  • Log In
  • Sign Up

imaneb942
/
MNLP_M3_document_encoder

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

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

  • Libraries
  • Transformers

    How to use imaneb942/MNLP_M3_document_encoder with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="imaneb942/MNLP_M3_document_encoder")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("imaneb942/MNLP_M3_document_encoder")
    model = AutoModel.from_pretrained("imaneb942/MNLP_M3_document_encoder")
  • Notebooks
  • Google Colab
  • Kaggle
MNLP_M3_document_encoder
6.03 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
imaneb942's picture
imaneb942
Upload 3 files
17dc8fa verified 11 months ago
  • 1_Pooling
    Upload config.json 11 months ago
  • onnx
    Upload 8 files 11 months ago
  • openvino
    Upload 4 files 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    5.17 kB
    Upload of document encoder 11 months ago
  • config.json
    619 Bytes
    Upload of document encoder 11 months ago
  • model.safetensors
    1.34 GB
    xet
    Upload of document encoder 11 months ago
  • modules.json
    404 Bytes
    Upload 3 files 11 months ago
  • pytorch_model.bin

    Detected Pickle imports (4)

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

    What is a pickle import?

    670 MB
    xet
    Upload 3 files 11 months ago
  • sentence_bert_config.json
    60 Bytes
    Upload 3 files 11 months ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer 11 months ago
  • tokenizer.json
    712 kB
    Upload tokenizer 11 months ago
  • tokenizer_config.json
    1.44 kB
    Upload tokenizer 11 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 11 months ago