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

GoktugD
/
DUSUNEN-Rota-270M-v2

Sentence Similarity
sentence-transformers
Safetensors
Turkish
gemma3_text
semantic-search
information-retrieval
turkish
hard-negatives
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use GoktugD/DUSUNEN-Rota-270M-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use GoktugD/DUSUNEN-Rota-270M-v2 with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("GoktugD/DUSUNEN-Rota-270M-v2")
    
    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
DUSUNEN-Rota-270M-v2
570 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
GoktugD's picture
GoktugD
Apply DUSUNEN model family branding
8e1666e verified 1 day ago
  • 1_Pooling
    Publish measured GöktuğTR release 4 days ago
  • examples
    Publish measured GöktuğTR release 4 days ago
  • results
    Publish measured GöktuğTR release 4 days ago
  • training
    Publish measured GöktuğTR release 4 days ago
  • .gitattributes
    1.57 kB
    Publish measured GöktuğTR release 4 days ago
  • README.md
    3.16 kB
    Apply DUSUNEN model family branding 1 day ago
  • config.json
    1.53 kB
    Publish measured GöktuğTR release 4 days ago
  • config_sentence_transformers.json
    548 Bytes
    Publish measured GöktuğTR release 4 days ago
  • model.safetensors
    536 MB
    xet
    Publish measured GöktuğTR release 4 days ago
  • modules.json
    429 Bytes
    Publish measured GöktuğTR release 4 days ago
  • release-manifest.json
    3.71 kB
    Publish measured GöktuğTR release 4 days ago
  • sentence_bert_config.json
    241 Bytes
    Publish measured GöktuğTR release 4 days ago
  • tokenizer.json
    33.4 MB
    xet
    Publish measured GöktuğTR release 4 days ago
  • tokenizer_config.json
    866 Bytes
    Publish measured GöktuğTR release 4 days ago