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

GeneralizedLabs
/
Vinci

Feature Extraction
sentence-transformers
Safetensors
English
text-embeddings-inference
embeddings
retrieval
matryoshka
lattice
cilow
db-native
claim-aware
Model card Files Files and versions
xet
Community

Instructions to use GeneralizedLabs/Vinci with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use GeneralizedLabs/Vinci with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("GeneralizedLabs/Vinci")
    
    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
Vinci
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
skeehn's picture
skeehn
Add new SentenceTransformer model
1a4fe37 verified 2 months ago
  • 1_Pooling
    Add new SentenceTransformer model 2 months ago
  • artifacts
    Add Vinci scaffold, contract, and CPU smoke artifacts 2 months ago
  • .gitattributes
    1.57 kB
    Add new SentenceTransformer model 2 months ago
  • README.md
    3.18 kB
    Add Vinci scaffold, contract, and CPU smoke artifacts 2 months ago
  • adapter_config.json
    1.02 kB
    Add new SentenceTransformer model 2 months ago
  • adapter_model.safetensors
    6.3 MB
    xet
    Add new SentenceTransformer model 2 months ago
  • config_sentence_transformers.json
    283 Bytes
    Add new SentenceTransformer model 2 months ago
  • modules.json
    429 Bytes
    Add new SentenceTransformer model 2 months ago
  • sentence_bert_config.json
    241 Bytes
    Add new SentenceTransformer model 2 months ago
  • tokenizer.json
    17.1 MB
    xet
    Add new SentenceTransformer model 2 months ago
  • tokenizer_config.json
    409 Bytes
    Add new SentenceTransformer model 2 months ago
  • vinci_model_contract.json
    487 Bytes
    Add Vinci scaffold, contract, and CPU smoke artifacts 2 months ago