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

PhilipCisco
/
qwen3-base-financial2

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

Instructions to use PhilipCisco/qwen3-base-financial2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use PhilipCisco/qwen3-base-financial2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("PhilipCisco/qwen3-base-financial2")
    
    sentences = [
        "What were the total assets at fair value on December 31, 2023?",
        "In addition to its contractual cash requirements, the Company has an authorized share repurchase program. The program does not obligate the Company to acquire a minimum amount of shares. As of September 30, 2023, the Company’s quarterly cash dividend was $0.24 per share.",
        "Effective January 1, 2023, we prospectively adopted new guidance that eliminated the recognition and measurement of TDRs. We evaluate all loans and receivables restructurings according to accounting guidance for loan refinancing and restructuring. Modifications to loans and receivables primarily include temporary interest rate reductions and placing the customer on a fixed payment plan not to exceed 60 months.",
        "Total assets at fair value on December 31, 2023 were reported to be $71,921 million."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
qwen3-base-financial2
2.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
PhilipCisco's picture
PhilipCisco
Add new SentenceTransformer model
b6024d8 verified 9 months ago
  • 1_Pooling
    Add new SentenceTransformer model 9 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 9 months ago
  • README.md
    22.2 kB
    Add new SentenceTransformer model 9 months ago
  • added_tokens.json
    707 Bytes
    Add new SentenceTransformer model 9 months ago
  • chat_template.jinja
    4.12 kB
    Add new SentenceTransformer model 9 months ago
  • config.json
    1.35 kB
    Add new SentenceTransformer model 9 months ago
  • config_sentence_transformers.json
    375 Bytes
    Add new SentenceTransformer model 9 months ago
  • merges.txt
    1.67 MB
    Add new SentenceTransformer model 9 months ago
  • model.safetensors
    2.38 GB
    xet
    Add new SentenceTransformer model 9 months ago
  • modules.json
    349 Bytes
    Add new SentenceTransformer model 9 months ago
  • sentence_bert_config.json
    59 Bytes
    Add new SentenceTransformer model 9 months ago
  • special_tokens_map.json
    613 Bytes
    Add new SentenceTransformer model 9 months ago
  • tokenizer.json
    11.4 MB
    xet
    Add new SentenceTransformer model 9 months ago
  • tokenizer_config.json
    5.4 kB
    Add new SentenceTransformer model 9 months ago
  • vocab.json
    2.78 MB
    Add new SentenceTransformer model 9 months ago