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

hash-map
/
telugu_english_tokenizers

sentence-transformers
English
Telugu
Model card Files Files and versions
xet
Community

Instructions to use hash-map/telugu_english_tokenizers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use hash-map/telugu_english_tokenizers with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("hash-map/telugu_english_tokenizers")
    
    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
telugu_english_tokenizers
3.41 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hash-map's picture
hash-map
Update README.md
dbf91b0 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    82 Bytes
    Update README.md 9 months ago
  • spm_en.model
    779 kB
    xet
    Upload 4 files 9 months ago
  • spm_en.vocab
    499 kB
    Upload 4 files 9 months ago
  • spm_te.model
    1.21 MB
    xet
    Upload 4 files 9 months ago
  • spm_te.vocab
    927 kB
    Upload 4 files 9 months ago