Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

Octen
/
Octen-Embedding-0.6B

Sentence Similarity
sentence-transformers
Safetensors
English
Chinese
multilingual
qwen3
feature-extraction
embedding
text-embedding
retrieval
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use Octen/Octen-Embedding-0.6B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use Octen/Octen-Embedding-0.6B with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("Octen/Octen-Embedding-0.6B")
    
    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]
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
Octen-Embedding-0.6B
1.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
bflhc's picture
bflhc
Add octen.ai links to Octen-Embedding model README
d715b32 3 months ago
  • 1_Pooling
    init model 4 months ago
  • 2_Normalize
    init model 4 months ago
  • .gitattributes
    1.57 kB
    init model 4 months ago
  • README.md
    7.29 kB
    Add octen.ai links to Octen-Embedding model README 3 months ago
  • README.md.backup
    3.48 kB
    Add Key Highlights, Model List and Experimental Results sections to all Octen model READMEs 4 months ago
  • added_tokens.json
    707 Bytes
    init model 4 months ago
  • chat_template.jinja
    4.12 kB
    init model 4 months ago
  • config.json
    1.35 kB
    init model 4 months ago
  • config_sentence_transformers.json
    217 Bytes
    init model 4 months ago
  • merges.txt
    1.67 MB
    init model 4 months ago
  • model.safetensors
    1.19 GB
    xet
    init model 4 months ago
  • modules.json
    350 Bytes
    init model 4 months ago
  • special_tokens_map.json
    613 Bytes
    init model 4 months ago
  • tokenizer.json
    11.4 MB
    xet
    init model 4 months ago
  • tokenizer_config.json
    5.4 kB
    init model 4 months ago
  • vocab.json
    2.78 MB
    init model 4 months ago