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

oneryalcin
/
static-embedding-chess

Sentence Similarity
sentence-transformers
Safetensors
English
static-embedding
chess
retrieval
exploratory
Model card Files Files and versions
xet
Community

Instructions to use oneryalcin/static-embedding-chess with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • sentence-transformers

    How to use oneryalcin/static-embedding-chess with sentence-transformers:

    from sentence_transformers import SentenceTransformer
    
    model = SentenceTransformer("oneryalcin/static-embedding-chess")
    
    sentences = [
        "That is a happy person",
        "That is a happy dog",
        "That is a very happy person",
        "Today is a sunny day"
    ]
    embeddings = model.encode(sentences)
    
    similarities = model.similarity(embeddings, embeddings)
    print(similarities.shape)
    # [4, 4]
  • Notebooks
  • Google Colab
  • Kaggle
static-embedding-chess
282 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 19 commits
oneryalcin's picture
oneryalcin
Upload scripts/diag_static_vs_bm25_alone.py with huggingface_hub
dc31f7d verified about 1 month ago
  • data
    Add files using upload-large-folder tool about 1 month ago
  • eval
    Training in progress, step 1584 about 1 month ago
  • scripts
    Upload scripts/diag_static_vs_bm25_alone.py with huggingface_hub about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • README.md
    18.2 kB
    Upload README.md with huggingface_hub about 1 month ago
  • chess_tokenizer.json
    90.3 kB
    Training in progress, step 285 about 1 month ago
  • config_sentence_transformers.json
    277 Bytes
    Training in progress, step 285 about 1 month ago
  • model.safetensors
    8.88 MB
    xet
    Add files using upload-large-folder tool about 1 month ago
  • modules.json
    156 Bytes
    Training in progress, step 50 about 1 month ago
  • tokenizer.json
    90.3 kB
    Training in progress, step 285 about 1 month ago
  • training_args.bin
    5.71 kB
    xet
    Training in progress, step 396 about 1 month ago