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

NilsML
/
fine_tuned_miniLM

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

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

  • Libraries
  • sentence-transformers

    How to use NilsML/fine_tuned_miniLM with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("NilsML/fine_tuned_miniLM")
    
    sentences = [
        "Structurally, diplomonads have two equal-sized what and multiple flagella?",
        "deciding when to buy or sell a stock is not an easy task because the market is hard to predict, being influenced by political and economic factors. thus, methodologies based on computational intelligence have been applied to this challenging problem. in this work, every day the stocks are ranked by technique for order preference by similarity to ideal solution ( topsis ) using technical analysis criteria, and the most suitable stock is selected for purchase. even so, it may occur that the market is not favorable to purchase on certain days, or even, the topsis make an incorrect selection. to improve the selection, another method should be used. so, a hybrid",
        "we present the analysis of the brightest flare that was recorded in the \\ emph { insight } - hmxt data set, in a broad energy range ( 2 $ - $ 200 kev ) from the microquasar grs ~ 1915 + 105 during an unusual low - luminosity state. this flare was detected by \\ emph { insight } - hxmt among a series of flares during 2 june 2019 utc 16 : 37 : 06 to 20 : 11 : 36, with a 2 - 200 kev luminosity of 3. 4 $ - $ 7. 27 $ \\ times10 ^ { 38 } $ er",
        "nuclei"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
fine_tuned_miniLM
91.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
NilsML's picture
NilsML
Upload folder using huggingface_hub
bec505f verified 12 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 12 months ago
  • eval
    Upload folder using huggingface_hub 12 months ago
  • .gitattributes
    1.52 kB
    initial commit 12 months ago
  • README.md
    24.8 kB
    Upload folder using huggingface_hub 12 months ago
  • config.json
    617 Bytes
    Upload folder using huggingface_hub 12 months ago
  • config_sentence_transformers.json
    205 Bytes
    Upload folder using huggingface_hub 12 months ago
  • model.safetensors
    90.9 MB
    xet
    Upload folder using huggingface_hub 12 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 12 months ago
  • sentence_bert_config.json
    53 Bytes
    Upload folder using huggingface_hub 12 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 12 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 12 months ago
  • tokenizer_config.json
    1.46 kB
    Upload folder using huggingface_hub 12 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 12 months ago