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

Maxlegrec
/
ChessLC0

Feature Extraction
Transformers
Safetensors
PyTorch
bt4
chess
game-ai
custom_code
Model card Files Files and versions
xet
Community

Instructions to use Maxlegrec/ChessLC0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Maxlegrec/ChessLC0 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="Maxlegrec/ChessLC0", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("Maxlegrec/ChessLC0", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ChessLC0
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
Maxlegrec's picture
Maxlegrec
Update README.md
e60795f verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    2.51 kB
    Update README.md 6 months ago
  • __init__.py
    21 Bytes
    Upload __init__.py with huggingface_hub 6 months ago
  • attn_map.py
    4.02 kB
    Upload attn_map.py with huggingface_hub 6 months ago
  • config.json
    597 Bytes
    Update model weights - ensure safetensors tag 6 months ago
  • encoding_simple.py
    12.2 kB
    Upload encoding_simple.py with huggingface_hub 6 months ago
  • model.py
    39.5 kB
    Upload model.py with huggingface_hub 6 months ago
  • model.safetensors
    835 MB
    xet
    Update model weights - ensure safetensors tag 6 months ago
  • vocab.py
    15.8 kB
    Upload vocab.py with huggingface_hub 6 months ago