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

  • Log In
  • Sign Up

newmindai
/
TurkEmbed4STS-Static

Model2Vec
Safetensors
sentence-transformers
Turkish
embeddings
static-embeddings
Model card Files Files and versions
xet
Community

Instructions to use newmindai/TurkEmbed4STS-Static with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Model2Vec

    How to use newmindai/TurkEmbed4STS-Static with Model2Vec:

    from model2vec import StaticModel
    
    model = StaticModel.from_pretrained("newmindai/TurkEmbed4STS-Static")
  • sentence-transformers

    How to use newmindai/TurkEmbed4STS-Static with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("newmindai/TurkEmbed4STS-Static")
    
    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
TurkEmbed4STS-Static
273 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ozayezerceli's picture
ozayezerceli
Upload 5 files
a1447e6 verified about 1 year ago
  • .gitattributes
    1.57 kB
    Upload 5 files about 1 year ago
  • README.md
    3.87 kB
    Upload 5 files about 1 year ago
  • config.json
    284 Bytes
    Upload 5 files about 1 year ago
  • model.safetensors
    256 MB
    xet
    Upload 5 files about 1 year ago
  • modules.json
    278 Bytes
    Upload 5 files about 1 year ago
  • tokenizer.json
    17.1 MB
    xet
    Upload 5 files about 1 year ago