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

fjavigv
/
snoweu_v2

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:29911
loss:MatryoshkaLoss
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use fjavigv/snoweu_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use fjavigv/snoweu_v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("fjavigv/snoweu_v2")
    
    sentences = [
        "What strategies can be implemented to effectively leverage private financing opportunities for small and medium-sized enterprises (SMEs)?",
        "(13) While the energy savings potential remains large in all sectors, there is a particular challenge relating to transport, as it is responsible for more than 30 % of final energy consumption, and to buildings, since 75 % of the Union’s building stock has a poor energy performance. Another increasingly important sector is the information and communications technology (ICT) sector, which is responsible for 5 to 9 % of the world’s total electricity use and more than 2 % of global emissions. In 2018, data centres accounted for 2,7 % of the electricity demand in the EU-28. In that context, the Commission, in its communication of 19 February 2020 on ‘Shaping Europe's digital future’ (the ‘Union’s Digital Strategy’), highlighted the need for highly energy-efficient and sustainable data centres and transparency measures for telecoms operators as regards their environmental footprint. Furthermore, the possible increase in industry’s energy demand that may result from its decarbonisation, particularly for energy intensive processes, should also be taken into account.",
        "SMEs in order to leverage and trigger private financing for SMEs.",
        "►M5 — ◄  K Gases (petroleum), refinery; Refinery gas (A complex combination obtained from various petroleum refining operations. It consists of hydrogen and hydrocarbons having carbon numbers predominantly in the range of C1 through C3.) 649-153-00-0 272-338-9 68814-67-5 ►M5 — ◄  K Gases (petroleum), platformer products separator off; Refinery gas (A complex combination obtained from the chemical reforming of naphthenes to aromatics. It consists of hydrogen and saturated aliphatic hydrocarbons having carbon numbers predominantly in the range of C2 through C4.) 649-154-00-6 272-343-6 68814-90-4 ►M5 — ◄  K Gases (petroleum), hydrotreated sour kerosine depentaniser stabiliser off; Refinery gas (The complex combination obtained from the"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
snoweu_v2
437 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
fjavigv's picture
fjavigv
Upload 12 files
35d9494 verified over 1 year ago
  • 1_Pooling
    Upload 12 files over 1 year ago
  • eval
    Upload 12 files over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    47.1 kB
    Upload 12 files over 1 year ago
  • config.json
    680 Bytes
    Upload 12 files over 1 year ago
  • config_sentence_transformers.json
    281 Bytes
    Upload 12 files over 1 year ago
  • model.safetensors
    436 MB
    xet
    Upload 12 files over 1 year ago
  • modules.json
    349 Bytes
    Upload 12 files over 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Upload 12 files over 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload 12 files over 1 year ago
  • tokenizer.json
    712 kB
    Upload 12 files over 1 year ago
  • tokenizer_config.json
    1.41 kB
    Upload 12 files over 1 year ago
  • vocab.txt
    232 kB
    Upload 12 files over 1 year ago