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

odunola
/
UAE-Large-VI

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

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

  • Libraries
  • sentence-transformers

    How to use odunola/UAE-Large-VI with sentence-transformers:

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

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

    How to use odunola/UAE-Large-VI with Transformers.js:

    // npm i @huggingface/transformers
    import { pipeline } from '@huggingface/transformers';
    
    // Allocate pipeline
    const pipe = await pipeline('feature-extraction', 'odunola/UAE-Large-VI');
  • Notebooks
  • Google Colab
  • Kaggle
UAE-Large-VI
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
odunola's picture
odunola
Update README.md
483d5d8 over 2 years ago
  • onnx
    Upload folder using huggingface_hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    64.2 kB
    Update README.md over 2 years ago
  • config.json
    733 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • model.safetensors
    1.34 GB
    xet
    Upload folder using huggingface_hub over 2 years ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub over 2 years ago
  • tokenizer_config.json
    1.24 kB
    Upload folder using huggingface_hub over 2 years ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub over 2 years ago