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

  • Log In
  • Sign Up

WhereIsAI
/
UAE-Large-V1

Feature Extraction
sentence-transformers
ONNX
Safetensors
OpenVINO
Transformers
Transformers.js
English
bert
mteb
sentence_embedding
feature_extraction
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
29

Instructions to use WhereIsAI/UAE-Large-V1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use WhereIsAI/UAE-Large-V1 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("WhereIsAI/UAE-Large-V1")
    
    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 WhereIsAI/UAE-Large-V1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="WhereIsAI/UAE-Large-V1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("WhereIsAI/UAE-Large-V1")
    model = AutoModel.from_pretrained("WhereIsAI/UAE-Large-V1")
  • Transformers.js

    How to use WhereIsAI/UAE-Large-V1 with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('feature-extraction', 'WhereIsAI/UAE-Large-V1');
  • Notebooks
  • Google Colab
  • Kaggle
UAE-Large-V1
5.36 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 49 commits
SeanLee97's picture
SeanLee97
RiccardoDav's picture
RiccardoDav
add AIBOM (#29)
9c9b2c9 verified 9 months ago
  • 1_Pooling
    Create 1_Pooling/config.json about 2 years ago
  • onnx
    Upload fp16 ONNX weights (#18) about 2 years ago
  • openvino
    Add exported openvino model 'openvino_model_qint8_quantized.xml' (#24) over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    66.2 kB
    Update README.md 11 months ago
  • WhereIsAI_UAE-Large-V1.json
    252 kB
    add AIBOM (#29) 9 months ago
  • config.json
    655 Bytes
    remove redundant fields about 2 years ago
  • config_sentence_transformers.json
    171 Bytes
    Create config_sentence_transformers.json about 2 years ago
  • model.safetensors
    1.34 GB
    xet
    Upload model over 2 years ago
  • modules.json
    229 Bytes
    Create modules.json about 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Create sentence_bert_config.json about 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer over 2 years ago
  • tokenizer.json
    711 kB
    Upload tokenizer over 2 years ago
  • tokenizer_config.json
    1.24 kB
    Upload tokenizer over 2 years ago
  • vocab.txt
    232 kB
    Upload tokenizer over 2 years ago