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

hamtaai
/
e5-large-hadith-v2

Sentence Similarity
sentence-transformers
Safetensors
Persian
Arabic
multilingual
xlm-roberta
feature-extraction
persian
arabic
qa
information-retrieval
hadith
islmic
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use hamtaai/e5-large-hadith-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use hamtaai/e5-large-hadith-v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("hamtaai/e5-large-hadith-v2")
    
    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
e5-large-hadith-v2
8.98 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
hamtaai's picture
hamtaai
Update README.md
1044565 verified 8 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 8 months ago
  • checkpoints
    Upload folder using huggingface_hub 8 months ago
  • eval
    Upload folder using huggingface_hub 8 months ago
  • .gitattributes
    1.65 kB
    Upload folder using huggingface_hub 8 months ago
  • README.md
    3.27 kB
    Update README.md 8 months ago
  • config.json
    657 Bytes
    Upload folder using huggingface_hub 8 months ago
  • config_sentence_transformers.json
    283 Bytes
    Upload folder using huggingface_hub 8 months ago
  • model.safetensors
    2.24 GB
    xet
    Upload folder using huggingface_hub 8 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 8 months ago
  • sentence_bert_config.json
    57 Bytes
    Upload folder using huggingface_hub 8 months ago
  • special_tokens_map.json
    964 Bytes
    Upload folder using huggingface_hub 8 months ago
  • tokenizer.json
    17.1 MB
    xet
    Upload folder using huggingface_hub 8 months ago
  • tokenizer_config.json
    1.18 kB
    Upload folder using huggingface_hub 8 months ago