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

razsarusi
/
plottwist-embedder-ft

Sentence Similarity
sentence-transformers
Safetensors
mpnet
feature-extraction
movie-retrieval
fine-tuned
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use razsarusi/plottwist-embedder-ft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use razsarusi/plottwist-embedder-ft with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("razsarusi/plottwist-embedder-ft")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
plottwist-embedder-ft
471 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
razsarusi's picture
razsarusi
Add co-author Tomer Dariel
d922e44 verified 6 days ago
  • 1_Pooling
    Add new SentenceTransformer model 7 days ago
  • .gitattributes
    1.57 kB
    Upload plottwist.faiss with huggingface_hub 7 days ago
  • Part3_Recommendation.ipynb
    10.1 kB
    Add co-author Tomer Dariel 6 days ago
  • Part3_v2_finetune_HF.ipynb
    11.3 kB
    Add co-author Tomer Dariel 6 days ago
  • README.md
    4.47 kB
    Add co-author Tomer Dariel 6 days ago
  • config.json
    598 Bytes
    Add new SentenceTransformer model 7 days ago
  • config_sentence_transformers.json
    284 Bytes
    Add new SentenceTransformer model 7 days ago
  • eval_recall_base_vs_ft.json
    232 Bytes
    Upload eval_recall_base_vs_ft.json with huggingface_hub 7 days ago
  • model.safetensors
    438 MB
    xet
    Add new SentenceTransformer model 7 days ago
  • modules.json
    429 Bytes
    Add new SentenceTransformer model 7 days ago
  • plottwist.faiss
    30.7 MB
    xet
    Upload plottwist.faiss with huggingface_hub 7 days ago
  • plottwist_catalog.parquet
    1.24 MB
    xet
    Upload plottwist_catalog.parquet with huggingface_hub 7 days ago
  • sentence_bert_config.json
    241 Bytes
    Add new SentenceTransformer model 7 days ago
  • tokenizer.json
    712 kB
    Add new SentenceTransformer model 7 days ago
  • tokenizer_config.json
    585 Bytes
    Add new SentenceTransformer model 7 days ago
  • winner.json
    231 Bytes
    Upload winner.json with huggingface_hub 7 days ago