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

FORNstudio
/
brine

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

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

  • Libraries
  • sentence-transformers

    How to use FORNstudio/brine with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("FORNstudio/brine")
    
    sentences = [
        "MySafetyEye offers an innovative and sustainable home surveillance and alarm solution that repurposes old smartphones or tablets into monitoring devices. Users can install the app on their primary phone and the old device to set up a home alarm system in under two minutes. The service includes free home surveillance and a subscription-based home alarm feature with motion detection. When motion is detected, an alarm notification is sent to the user's primary smartphone, providing a picture of the event. The system also supports automatic activation and deactivation based on the family's geolocation, enhancing convenience and security.",
        "CREDO FISH was a Denmark-based company specializing in the import and export of seafood products, including tiger-shark and angel-shark. Established on December 1, 1995, the company was headquartered in Frederikshavn, Nordjylland. It ceased operations on December 21, 2021.",
        "Software-Pro ApS provides technology consulting services, specializing in testing and quality assurance. The company assists clients in testing their software and optimizing processes to enhance predictability in software development. Software-Pro serves customers in Denmark.",
        "Living Places is a comprehensive online resource dedicated to providing detailed information about homes, neighborhoods, towns, and counties across the United States. The platform offers insights into various residential subdivisions, architectural styles, and historical areas, catering to individuals seeking to learn more about different living environments. With a focus on U.S. neighborhoods and towns, Living Places serves as a valuable guide for those exploring housing options and community characteristics."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
brine
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
FORNstudio's picture
FORNstudio
Upload folder using huggingface_hub
160ff51 verified about 1 year ago
  • 1_Pooling
    Upload folder using huggingface_hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    47.8 kB
    Upload folder using huggingface_hub about 1 year ago
  • config.json
    551 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer_config.json
    1.62 kB
    Upload folder using huggingface_hub about 1 year ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub about 1 year ago