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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

HiImHa
/
fine-tuned-bge

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

Instructions to use HiImHa/fine-tuned-bge with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use HiImHa/fine-tuned-bge with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("HiImHa/fine-tuned-bge")
    
    sentences = [
        "Which are the novel languages on which SRE placed emphasis on?",
        "VAE-LSTM-base: A variational autoencoder model which uses LSTM for both encoder and decoder. KL annealing is used to tackled the latent variable collapse issue BIBREF0;",
        "We consider two different models for each language pair: the Baseline and the Document model. We evaluate them on 3 test sets and report BLEU and TER scores. All experiments are run 8 times with different seeds, we report averaged results and p-values for each experiment.",
        "The fixed training condition is used to build our speaker recognition system. Only conversational telephone speech data from datasets released through the linguistic data consortium (LDC) have been used, including NIST SRE 2004-2010 and the Switchboard corpora (Switchboard Cellular Parts I and II, Switchboard2 Phase I,II and III) for different steps of system training. A more detailed description of the data used in the system training is presented in Table TABREF1 . We have also included the unlabelled set of 2472 telephone calls from both minor (Cebuano and Mandarin) and major (Tagalog and Cantonese) languages provided by NIST in the system training. We will indicate when and how we used this set in the training in the following sections."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
fine-tuned-bge
2.29 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
HiImHa's picture
HiImHa
Upload folder using huggingface_hub
3c0da46 verified 17 days ago
  • 1_Pooling
    Upload folder using huggingface_hub 17 days ago
  • .gitattributes
    1.57 kB
    Upload folder using huggingface_hub 17 days ago
  • README.md
    21.5 kB
    Upload folder using huggingface_hub 17 days ago
  • config.json
    743 Bytes
    Upload folder using huggingface_hub 17 days ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub 17 days ago
  • model.safetensors
    2.27 GB
    xet
    Upload folder using huggingface_hub 17 days ago
  • modules.json
    429 Bytes
    Upload folder using huggingface_hub 17 days ago
  • sentence_bert_config.json
    241 Bytes
    Upload folder using huggingface_hub 17 days ago
  • tokenizer.json
    16.8 MB
    xet
    Upload folder using huggingface_hub 17 days ago
  • tokenizer_config.json
    380 Bytes
    Upload folder using huggingface_hub 17 days ago