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

foochun
/
bge-large-finetuned

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:72897
loss:MultipleNegativesRankingLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use foochun/bge-large-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use foochun/bge-large-finetuned with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("foochun/bge-large-finetuned")
    
    sentences = [
        "penny sim chee jun",
        "jun sim chee penny",
        "chee sim jun penny",
        "azmi bin raja sharif"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
bge-large-finetuned
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
foochun's picture
foochun
256 Dimension updated
e1a1485 verified 11 months ago
  • 1_Pooling
    256 Dimension updated about 1 year ago
  • 2_Dense
    256 Dimension updated 11 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    14.5 kB
    256 Dimension updated 11 months ago
  • config.json
    697 Bytes
    256 Dimension updated 11 months ago
  • config_sentence_transformers.json
    205 Bytes
    256 Dimension updated 11 months ago
  • model.safetensors
    1.34 GB
    xet
    256 Dimension updated 11 months ago
  • modules.json
    341 Bytes
    256 Dimension updated about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    256 Dimension updated about 1 year ago
  • special_tokens_map.json
    695 Bytes
    256 Dimension updated about 1 year ago
  • tokenizer.json
    712 kB
    256 Dimension updated about 1 year ago
  • tokenizer_config.json
    1.46 kB
    256 Dimension updated about 1 year ago
  • vocab.txt
    232 kB
    256 Dimension updated about 1 year ago