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

  • Log In
  • Sign Up

microsoft
/
harrier-oss-v1-0.6b

Feature Extraction
sentence-transformers
Safetensors
Transformers
qwen3
mteb
text-embeddings-inference
Model card Files Files and versions
xet
Community
8

Instructions to use microsoft/harrier-oss-v1-0.6b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use microsoft/harrier-oss-v1-0.6b with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("microsoft/harrier-oss-v1-0.6b")
    
    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]
  • Transformers

    How to use microsoft/harrier-oss-v1-0.6b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="microsoft/harrier-oss-v1-0.6b")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("microsoft/harrier-oss-v1-0.6b")
    model = AutoModel.from_pretrained("microsoft/harrier-oss-v1-0.6b")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
harrier-oss-v1-0.6b
1.21 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
frontierai's picture
frontierai
Upload model
f9b9dc8 verified about 1 month ago
  • 1_Pooling
    Upload model about 1 month ago
  • .gitattributes
    1.57 kB
    Upload model about 1 month ago
  • README.md
    7.61 kB
    Upload model about 1 month ago
  • added_tokens.json
    707 Bytes
    Upload model about 1 month ago
  • chat_template.jinja
    4.12 kB
    Upload model about 1 month ago
  • config.json
    1.36 kB
    Upload model about 1 month ago
  • config_sentence_transformers.json
    351 Bytes
    Upload model about 1 month ago
  • merges.txt
    1.67 MB
    Upload model about 1 month ago
  • model.safetensors
    1.19 GB
    xet
    Upload model about 1 month ago
  • modules.json
    349 Bytes
    Upload model about 1 month ago
  • mteb_v2_eval_prompts.json
    11.9 kB
    Upload model about 1 month ago
  • special_tokens_map.json
    613 Bytes
    Upload model about 1 month ago
  • tokenizer.json
    11.4 MB
    xet
    Upload model about 1 month ago
  • tokenizer_config.json
    5.4 kB
    Upload model about 1 month ago
  • vocab.json
    2.78 MB
    Upload model about 1 month ago