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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

LoveJesus
/
topical-passage-classifier-chirho

Feature Extraction
sentence-transformers
Safetensors
English
bert
sentence-similarity
bible
scripture
topical-search
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use LoveJesus/topical-passage-classifier-chirho with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use LoveJesus/topical-passage-classifier-chirho with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("LoveJesus/topical-passage-classifier-chirho")
    
    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
topical-passage-classifier-chirho
134 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
LoveJesus's picture
LoveJesus
Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6)
258fc23 verified 6 months ago
  • 1_Pooling
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago
  • eval
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    3.24 kB
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago
  • config.json
    745 Bytes
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago
  • config_sentence_transformers.json
    277 Bytes
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago
  • model.safetensors
    133 MB
    xet
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago
  • modules.json
    349 Bytes
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago
  • sentence_bert_config.json
    57 Bytes
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago
  • tokenizer.json
    712 kB
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago
  • tokenizer_config.json
    374 Bytes
    Upgrade to MiniLM-L12-v2: NDCG@10 0.1831 (+9.3% over L6) 6 months ago