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

telepix
/
PIXIE-Spell-Preview-1.7B

Feature Extraction
sentence-transformers
Safetensors
qwen3
sentence-similarity
dense-encoder
dense
telepix
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

Instructions to use telepix/PIXIE-Spell-Preview-1.7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use telepix/PIXIE-Spell-Preview-1.7B with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("telepix/PIXIE-Spell-Preview-1.7B")
    
    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
PIXIE-Spell-Preview-1.7B
6.9 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
BM-K's picture
BM-K
Update LICENSE
dd0eeaf verified 8 months ago
  • 1_Pooling
    Upload 15 files 9 months ago
  • .gitattributes
    1.57 kB
    Upload 15 files 9 months ago
  • LICENSE
    11.9 kB
    Update LICENSE 8 months ago
  • README.md
    10.4 kB
    Update README.md 9 months ago
  • added_tokens.json
    707 Bytes
    Upload 15 files 9 months ago
  • config.json
    720 Bytes
    Upload 15 files 9 months ago
  • config_sentence_transformers.json
    375 Bytes
    Upload 15 files 9 months ago
  • merges.txt
    1.67 MB
    Upload 15 files 9 months ago
  • model-00001-of-00002.safetensors
    4.97 GB
    xet
    Upload 15 files 9 months ago
  • model-00002-of-00002.safetensors
    1.91 GB
    xet
    Upload 15 files 9 months ago
  • model.safetensors.index.json
    23.7 kB
    Upload 15 files 9 months ago
  • modules.json
    349 Bytes
    Upload 15 files 9 months ago
  • sentence_bert_config.json
    59 Bytes
    Upload 15 files 9 months ago
  • special_tokens_map.json
    613 Bytes
    Upload 15 files 9 months ago
  • tokenizer.json
    11.4 MB
    xet
    Upload 15 files 9 months ago
  • tokenizer_config.json
    9.95 kB
    Upload 15 files 9 months ago
  • vocab.json
    2.78 MB
    Upload 15 files 9 months ago