Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

sidbrahim
/
narrativesAnalogues-allMiniLM

Sentence Similarity
sentence-transformers
TensorBoard
Safetensors
bert
feature-extraction
Trained with AutoTrain
text-embeddings-inference
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use sidbrahim/narrativesAnalogues-allMiniLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use sidbrahim/narrativesAnalogues-allMiniLM with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("sidbrahim/narrativesAnalogues-allMiniLM")
    
    sentences = [
        "search_query: i love autotrain",
        "search_query: huggingface auto train",
        "search_query: hugging face auto train",
        "search_query: i love autotrain"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
narrativesAnalogues-allMiniLM
364 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
sidbrahim's picture
sidbrahim
Upload folder using huggingface_hub
7d24c50 verified 2 months ago
  • 1_Pooling
    Upload folder using huggingface_hub 2 months ago
  • checkpoint-396
    Upload folder using huggingface_hub 2 months ago
  • runs
    Upload folder using huggingface_hub 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 2 months ago
  • README.md
    1.4 kB
    Upload folder using huggingface_hub 2 months ago
  • config.json
    678 Bytes
    Upload folder using huggingface_hub 2 months ago
  • config_sentence_transformers.json
    199 Bytes
    Upload folder using huggingface_hub 2 months ago
  • model.safetensors
    90.9 MB
    xet
    Upload folder using huggingface_hub 2 months ago
  • modules.json
    349 Bytes
    Upload folder using huggingface_hub 2 months ago
  • sentence_bert_config.json
    53 Bytes
    Upload folder using huggingface_hub 2 months ago
  • special_tokens_map.json
    695 Bytes
    Upload folder using huggingface_hub 2 months ago
  • tokenizer.json
    712 kB
    Upload folder using huggingface_hub 2 months ago
  • tokenizer_config.json
    1.46 kB
    Upload folder using huggingface_hub 2 months ago
  • training_args.bin
    5.62 kB
    xet
    Upload folder using huggingface_hub 2 months ago
  • training_params.json
    1.01 kB
    Upload folder using huggingface_hub 2 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 2 months ago