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

lamdx4
/
bge-m3-vietnamese-rental-projection

Feature Extraction
Transformers
Safetensors
sentence-transformers
Vietnamese
bgem3_projection
sentence-similarity
embeddings
vietnamese
rental
real-estate
custom_code
Model card Files Files and versions
xet
Community

Instructions to use lamdx4/bge-m3-vietnamese-rental-projection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use lamdx4/bge-m3-vietnamese-rental-projection with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="lamdx4/bge-m3-vietnamese-rental-projection", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("lamdx4/bge-m3-vietnamese-rental-projection", trust_remote_code=True, dtype="auto")
  • sentence-transformers

    How to use lamdx4/bge-m3-vietnamese-rental-projection with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("lamdx4/bge-m3-vietnamese-rental-projection", trust_remote_code=True)
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
bge-m3-vietnamese-rental-projection
560 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
lamdx4's picture
lamdx4
Upload folder using huggingface_hub
62e0350 verified 7 months ago
  • __pycache__
    Upload folder using huggingface_hub 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    8.76 kB
    Upload folder using huggingface_hub 7 months ago
  • UPLOAD_INSTRUCTIONS.md
    4.54 kB
    Upload folder using huggingface_hub 7 months ago
  • config.json
    291 Bytes
    Upload folder using huggingface_hub 7 months ago
  • model.safetensors
    524 kB
    xet
    Upload folder using huggingface_hub 7 months ago
  • modeling_bgem3_projection.py
    10 kB
    Upload folder using huggingface_hub 7 months ago
  • training_info.json
    1.35 kB
    Upload folder using huggingface_hub 7 months ago