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

pj-mathematician
/
JobBGE-m3

Sentence Similarity
sentence-transformers
Safetensors
feature-extraction
Generated from Trainer
dataset_size:124788
loss:GISTEmbedLoss
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use pj-mathematician/JobBGE-m3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use pj-mathematician/JobBGE-m3 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("pj-mathematician/JobBGE-m3")
    
    sentences = [
        "其他机械、设备和有形货物租赁服务代表",
        "其他机械和设备租赁服务工作人员",
        "电子和电信设备及零部件物流经理",
        "工业主厨"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
JobBGE-m3
34.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
pj-mathematician's picture
pj-mathematician
Update README.md
e56a6e1 verified 11 months ago
  • checkpoint-4000
    Add files using upload-large-folder tool 11 months ago
  • checkpoint-4200
    Add files using upload-large-folder tool 11 months ago
  • checkpoint-4400
    Add files using upload-large-folder tool 11 months ago
  • checkpoint-4600
    Add files using upload-large-folder tool 11 months ago
  • checkpoint-4800
    Add files using upload-large-folder tool 11 months ago
  • eval
    Add files using upload-large-folder tool 11 months ago
  • .gitattributes
    1.85 kB
    Add files using upload-large-folder tool 11 months ago
  • README.md
    60.4 kB
    Update README.md 11 months ago