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

oneryalcin
/
financial-filings-sparse-encoder-v1

Feature Extraction
sentence-transformers
Safetensors
English
sparse-encoder
splade
sparse-retrieval
opensearch
elasticsearch
financial-filings
Model card Files Files and versions
xet
Community

Instructions to use oneryalcin/financial-filings-sparse-encoder-v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use oneryalcin/financial-filings-sparse-encoder-v1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("oneryalcin/financial-filings-sparse-encoder-v1")
    
    sentences = [
        "The weather is lovely today.",
        "It's so sunny outside!",
        "He drove to the stadium."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [3, 3]
  • Notebooks
  • Google Colab
  • Kaggle
financial-filings-sparse-encoder-v1
270 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
oneryalcin's picture
oneryalcin
Add production-readiness next steps
c654aec verified 28 days ago
  • benchmarks
    Add financial filings sparse encoder v1 28 days ago
  • document_0_MLMTransformer
    Add financial filings sparse encoder v1 28 days ago
  • document_1_SpladePooling
    Add financial filings sparse encoder v1 28 days ago
  • query_0_SparseStaticEmbedding
    Add financial filings sparse encoder v1 28 days ago
  • scripts
    Add dataset preparation script 28 days ago
  • .gitattributes
    1.52 kB
    initial commit 28 days ago
  • NEXT_STEPS.md
    8.91 kB
    Add production-readiness next steps 28 days ago
  • README.md
    14 kB
    Clarify query and document encoder usage 28 days ago
  • config_sentence_transformers.json
    268 Bytes
    Add financial filings sparse encoder v1 28 days ago
  • modules.json
    121 Bytes
    Add financial filings sparse encoder v1 28 days ago
  • router_config.json
    725 Bytes
    Add financial filings sparse encoder v1 28 days ago