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

vinay-pepakayala
/
embedding_model_custom

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

Instructions to use vinay-pepakayala/embedding_model_custom with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use vinay-pepakayala/embedding_model_custom with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("vinay-pepakayala/embedding_model_custom")
    
    sentences = [
        "SD-V3_01_RD00.0 FORM_SD_INVOICE_EN <Banking data>  VF02/ VF03 *** Only printed on the last page ***",
        "FSCM01 AR Accounting Create four debit dispute cases, for four approval levels in EUR/PLN/GBP for 4 different countries\nAttach backup, mark X for attachment, Create case title, Add information in Text field AR Accounting FBL5N Validate that the dispute case is created against the open line item on FBL5N.\nNote the Case ID# to find the dispute case in Dispute Management.\nCheck if automatic posting was done on a proper account linked to Special GL Indicator",
        "SD-V3_01_RD00.0 FORM_SD_INVOICE_EN <Company Code data on the footer>  VF02/ VF03 *** Printed on all pages *** Name and address data of the issuing Company Code\n\n",
        "FA03_Depreciation run Recalculate Depreciation - it might be nessesary  to recalculate deprec. if depreciation key has been changed (executed after depreciation run) Asset Accounting AFAR all proceed assets shouldn't have errors and changes"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
embedding_model_custom
91.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
vinay-pepakayala's picture
vinay-pepakayala
Upload folder using huggingface_hub
53d024e verified 7 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 7 months ago
  • .gitattributes
    1.52 kB
    initial commit 7 months ago
  • README.md
    20.3 kB
    Upload folder using huggingface_hub 7 months ago
  • config.json
    611 Bytes
    Upload folder using huggingface_hub 7 months ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub 7 months ago
  • model.safetensors
    90.9 MB
    xet
    Upload folder using huggingface_hub 7 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 7 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub 7 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 7 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 7 months ago
  • tokenizer_config.json
    1.46 kB
    Upload folder using huggingface_hub 7 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 7 months ago