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

imjj
/
touchdesigner-rag-wiki-index

Text Retrieval
sentence-transformers
faiss
touchdesigner
wiki
rag
Model card Files Files and versions
xet
Community

Instructions to use imjj/touchdesigner-rag-wiki-index with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use imjj/touchdesigner-rag-wiki-index with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("imjj/touchdesigner-rag-wiki-index")
    
    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
touchdesigner-rag-wiki-index
1.82 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 15 commits
imjj's picture
imjj
Add HF Space link
92ebc27 verified about 1 year ago
  • .gitattributes
    1.95 kB
    Change structure about 1 year ago
  • README.md
    2.28 kB
    Add HF Space link about 1 year ago
  • td_index_mini_flat_l2.faiss
    391 MB
    xet
    Change structure about 1 year ago
  • td_index_mini_hnsw_l2.faiss
    461 MB
    xet
    Change structure about 1 year ago
  • td_index_mpnet_flat_l2.faiss
    783 MB
    xet
    Change structure about 1 year ago
  • td_metadata_mini_flat_l2.json
    62.7 MB
    xet
    Change structure about 1 year ago
  • td_metadata_mini_hnsw_l2.json
    62.7 MB
    xet
    Change structure about 1 year ago
  • td_metadata_mpnet_flat_l2.json
    62.7 MB
    xet
    Change structure about 1 year ago