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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

acayir64
/
turkish-embedding-model

sentence-transformers
TensorBoard
Safetensors
bert
Trained with AutoTrain
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use acayir64/turkish-embedding-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use acayir64/turkish-embedding-model with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("acayir64/turkish-embedding-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
turkish-embedding-model / runs
48.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
acayir64's picture
acayir64
Upload folder using huggingface_hub
3fe70ae verified about 2 years ago
  • May29_18-23-12_338a77628651
    Upload folder using huggingface_hub about 2 years ago
  • May29_18-52-15_338a77628651
    Upload folder using huggingface_hub about 2 years ago