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-e5-large

Sentence Similarity
sentence-transformers
Safetensors
English
bert
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-e5-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use noystl/recomb-pred-e5-large with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("noystl/recomb-pred-e5-large")
    
    sentences = [
        "query: 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.We suggest combining 'a coordinated visualization interface tailored for visualization non-expert users' and ",
        "graph convolution",
        "Monte-Carlo sampling",
        "geometric features derived from perception sensor data"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
recomb-pred-e5-large
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
noystl's picture
noystl
Update README.md
c80f1c3 verified 12 months ago
  • 1_Pooling
    Upload 11 files about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    30 kB
    Update README.md 12 months ago
  • config.json
    627 Bytes
    Upload 11 files about 1 year ago
  • config_sentence_transformers.json
    205 Bytes
    Upload 11 files about 1 year ago
  • model.safetensors
    1.34 GB
    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
    695 Bytes
    Upload 11 files about 1 year ago
  • tokenizer.json
    712 kB
    Upload 11 files about 1 year ago
  • tokenizer_config.json
    1.22 kB
    Upload 11 files about 1 year ago
  • vocab.txt
    232 kB
    Upload 11 files about 1 year ago