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

  • Log In
  • Sign Up

LLM-course
/
chess-try

Transformers
PyTorch
chess_transformer
chess
llm-course
chess-challenge
custom_code
Model card Files Files and versions
xet
Community
1

Instructions to use LLM-course/chess-try with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LLM-course/chess-try with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("LLM-course/chess-try", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
chess-try
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
MaximeMuhlethaler's picture
MaximeMuhlethaler
Chess Challenge submission by MaximeMuhlethaler
426ba23 verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    475 Bytes
    Chess Challenge submission by MaximeMuhlethaler 4 months ago
  • config.json
    449 Bytes
    Chess Challenge submission by MaximeMuhlethaler 4 months ago
  • model.py
    7.38 kB
    Chess Challenge submission by MaximeMuhlethaler 4 months ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "collections.OrderedDict"

    What is a pickle import?

    3.72 MB
    xet
    Chess Challenge submission by MaximeMuhlethaler 4 months ago
  • special_tokens_map.json
    99 Bytes
    Chess Challenge submission by MaximeMuhlethaler 4 months ago
  • tokenizer.py
    4.32 kB
    Chess Challenge submission by MaximeMuhlethaler 4 months ago
  • tokenizer_config.json
    1.08 kB
    Chess Challenge submission by MaximeMuhlethaler 4 months ago
  • vocab.json
    20.5 kB
    Chess Challenge submission by MaximeMuhlethaler 4 months ago