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

sartifyllc
/
African-Cross-Lingua-Embeddings-Model

Sentence Similarity
sentence-transformers
PyTorch
google-tensorflow TensorFlow
JAX
Safetensors
bert
sentence_embedding
sartify
sentence
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use sartifyllc/African-Cross-Lingua-Embeddings-Model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use sartifyllc/African-Cross-Lingua-Embeddings-Model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("sartifyllc/African-Cross-Lingua-Embeddings-Model")
    
    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
African-Cross-Lingua-Embeddings-Model
7.55 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
innocent-charles's picture
innocent-charles
Update README.md
d495023 verified over 1 year ago
  • 1_Pooling
    Upload 17 files about 2 years ago
  • 2_Dense
    Upload folder using huggingface_hub about 2 years ago
  • .gitattributes
    445 Bytes
    Upload folder using huggingface_hub about 2 years ago
  • README.md
    4.7 kB
    Update README.md over 1 year ago
  • config.json
    804 Bytes
    Upload 17 files about 2 years ago
  • config_sentence_transformers.json
    122 Bytes
    Upload 17 files about 2 years ago
  • flax_model.msgpack
    1.88 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • model.safetensors
    1.88 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • modules.json
    461 Bytes
    Upload 17 files about 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict"

    What is a pickle import?

    1.88 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • sentence_bert_config.json
    53 Bytes
    Upload 17 files about 2 years ago
  • special_tokens_map.json
    112 Bytes
    Upload 17 files about 2 years ago
  • tf_model.h5
    1.88 GB
    xet
    Upload folder using huggingface_hub about 2 years ago
  • tokenizer.json
    9.62 MB
    Upload 17 files about 2 years ago
  • tokenizer_config.json
    397 Bytes
    Upload 17 files about 2 years ago
  • vocab.txt
    5.22 MB
    Upload 17 files about 2 years ago