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

Thunderboltdy10
/
Ixos-Flash

Model2Vec
Safetensors
sentence-transformers
embeddings
static-embeddings
Model card Files Files and versions
xet
Community

Instructions to use Thunderboltdy10/Ixos-Flash with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use Thunderboltdy10/Ixos-Flash with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("Thunderboltdy10/Ixos-Flash")
  • sentence-transformers

    How to use Thunderboltdy10/Ixos-Flash with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Thunderboltdy10/Ixos-Flash")
    
    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
Ixos-Flash
18.5 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
Thunderboltdy10's picture
Thunderboltdy10
Upload 6 files
65a5cb4 verified 3 months ago
  • .gitattributes
    54 Bytes
    Upload 6 files 3 months ago
  • MODEL_CARD.md
    1.14 kB
    Upload 6 files 3 months ago
  • README.md
    3.96 kB
    Upload 6 files 3 months ago
  • config.json
    337 Bytes
    Upload 6 files 3 months ago
  • model.safetensors
    17.4 MB
    xet
    Upload 6 files 3 months ago
  • modules.json
    291 Bytes
    Upload 6 files 3 months ago
  • tokenizer.json
    1.12 MB
    Upload 6 files 3 months ago