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

selmanbaysan
/
bert-base-turkish-cased_large_scale_contrastive_learning

Sentence Similarity
sentence-transformers
Safetensors
bert
feature-extraction
Generated from Trainer
dataset_size:60000000
loss:MultipleNegativesRankingLoss
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use selmanbaysan/bert-base-turkish-cased_large_scale_contrastive_learning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use selmanbaysan/bert-base-turkish-cased_large_scale_contrastive_learning with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("selmanbaysan/bert-base-turkish-cased_large_scale_contrastive_learning")
    
    sentences = [
        "Tasman Denizi",
        "(Grekçe: Πέργαμον), günümüzde İzmir iline bağlı Bergama ilçesinin merkezinin yerinde kurulu antik kentin adıdır. , eski çağlarda Misya bölgesinin önemli merkezlerinden biriydi. MÖ 282-133 arasında da Krallığı'nın başkentiydi. adı, bir söylence kahramanı olan Pergamos'tan gelir. Pergamos'un, Teuthrania kralını öldürdükten sonra kenti ele geçirdiği ve kendi adını verdiği sanılır. Başka bir söylenceye göre de Teuthrania Kralı Grynos savaşta Pergamos'tan yardım istemiş, zaferden sonra iki kent kurdurarak birine onun onuruna , ötekine de Gryneion adını vermiştir.",
        ", Okyanusya bölgesinde Büyük Okyanus'a bağlı bir deniz. Avustralya ve Yeni Zelanda arasında yaklaşık 2000 km boyunca uzanır. Avustralya'nın doğu eyaletleri olan Yeni Güney Galler, Tasmanya, Queensland ve Victoria eyaletleri Yeni Zelanda'nın batısı ve Yeni Kaledonya'ya kıyıları vardır. Queensland ve Yeni Kaledonya arasındaki boğaz ile Mercan Denizi'nden ayrılır.",
        "(ya da Soundtrack from the Film More), Barbet Schroeder tarafından yönetilmiş More filminin soundtrack'idir. Pink Floyd'un bu ilk soundtrack çalışması aynı zamanda Syd Barrett olmadan yapılan ilk albümdür. Önceki albümlerdeki prodüktör Norman Smith burada yerini Pink Floyd'un kendisine bırakmışıtr. Pink Floyd bu ve sonraki soundtrack'lerinde esas albümlerinde kullanmayacakları materyalleri kullanacak, değişik tarzlarda denemeler yapacaktı. Albüm kısa pop/folk şarkıları, doğaçlamalar, The Nile Song ve Ibiza Bar gibi hard rock kategorisinde değerlendirilebilecek parçalardan oluşmaktadır. A Spanish Piece gibi birçok şarkı ısmarlama şeklinde bestelenmiştir."
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
bert-base-turkish-cased_large_scale_contrastive_learning
444 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
selmanbaysan's picture
selmanbaysan
Pushing the final model to the hub
aaaf91c verified about 1 year ago
  • 1_Pooling
    Pushing the final model to the hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    28.2 kB
    Pushing the final model to the hub about 1 year ago
  • config.json
    611 Bytes
    Pushing the final model to the hub about 1 year ago
  • config_sentence_transformers.json
    199 Bytes
    Pushing the final model to the hub about 1 year ago
  • model.safetensors
    442 MB
    xet
    Pushing the final model to the hub about 1 year ago
  • modules.json
    229 Bytes
    Pushing the final model to the hub about 1 year ago
  • sentence_bert_config.json
    53 Bytes
    Pushing the final model to the hub about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Pushing the final model to the hub about 1 year ago
  • tokenizer.json
    755 kB
    Pushing the final model to the hub about 1 year ago
  • tokenizer_config.json
    1.47 kB
    Pushing the final model to the hub about 1 year ago
  • vocab.txt
    251 kB
    Pushing the final model to the hub about 1 year ago