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

noystl
/
recomb-pred-all-mpnet-base

Sentence Similarity
sentence-transformers
Safetensors
English
mpnet
feature-extraction
Generated from Trainer
dataset_size:784827
loss:ContrastiveLoss
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use noystl/recomb-pred-all-mpnet-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use noystl/recomb-pred-all-mpnet-base with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("noystl/recomb-pred-all-mpnet-base")
    
    sentences = [
        "Background: The study addresses the need for effective tools that allow both novice and expert users to analyze the diversity of news coverage about events. It highlights the importance of tailoring the interface to accommodate non-expert users while also considering the insights of journalism-savvy users, indicating a gap in existing systems that cater to varying levels of expertise in news analysis.\nContribution: Combine 'a coordinated visualization interface tailored for visualization non-expert users' and ",
        "a method considering lexical relationships",
        "cross-modality self-supervised learning via masked visual language modeling",
        "cognitive models of chaining"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
recomb-pred-all-mpnet-base
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
noystl's picture
noystl
Update README.md
651b2b2 verified about 1 year ago
  • 1_Pooling
    Upload 11 files about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    26.2 kB
    Update README.md about 1 year ago
  • config.json
    613 Bytes
    Upload 11 files about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Upload 11 files about 1 year ago
  • model.safetensors
    438 MB
    xet
    Upload 11 files about 1 year ago
  • modules.json
    349 Bytes
    Upload 11 files about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Upload 11 files about 1 year ago
  • special_tokens_map.json
    964 Bytes
    Upload 11 files about 1 year ago
  • tokenizer.json
    711 kB
    Upload 11 files about 1 year ago
  • tokenizer_config.json
    1.62 kB
    Upload 11 files about 1 year ago
  • vocab.txt
    232 kB
    Upload 11 files about 1 year ago