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

N8Programs
/
karvonen-chessgpt-50m-mlx-bf16

Text Generation
MLX
Safetensors
chess_gpt
chess
chessgpt
bfloat16
icl-many-replication
Model card Files Files and versions
xet
Community

Instructions to use N8Programs/karvonen-chessgpt-50m-mlx-bf16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use N8Programs/karvonen-chessgpt-50m-mlx-bf16 with MLX:

    # Make sure mlx-lm is installed
    # pip install --upgrade mlx-lm
    # if on a CUDA device, also pip install mlx[cuda]
    
    # Generate text with mlx-lm
    from mlx_lm import load, generate
    
    model, tokenizer = load("N8Programs/karvonen-chessgpt-50m-mlx-bf16")
    
    prompt = "Once upon a time in"
    text = generate(model, tokenizer, prompt=prompt, verbose=True)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
  • MLX LM

    How to use N8Programs/karvonen-chessgpt-50m-mlx-bf16 with MLX LM:

    Generate or start a chat session
    # Install MLX LM
    uv tool install mlx-lm
    # Generate some text
    mlx_lm.generate --model "N8Programs/karvonen-chessgpt-50m-mlx-bf16" --prompt "Once upon a time"
karvonen-chessgpt-50m-mlx-bf16
102 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
N8Programs's picture
N8Programs
Remove Python cache files
425695f verified 13 days ago
  • .gitattributes
    1.52 kB
    initial commit 13 days ago
  • README.md
    1.17 kB
    Add Karvonen ChessGPT 50M MLX BF16 model card 13 days ago
  • chess_gpt.py
    4.36 kB
    Upload Karvonen ChessGPT 50M MLX BF16 13 days ago
  • config.json
    694 Bytes
    Upload Karvonen ChessGPT 50M MLX BF16 13 days ago
  • generation_config.json
    88 Bytes
    Upload Karvonen ChessGPT 50M MLX BF16 13 days ago
  • model.safetensors
    102 MB
    xet
    Upload Karvonen ChessGPT 50M MLX BF16 13 days ago
  • model.safetensors.index.json
    5.46 kB
    Upload Karvonen ChessGPT 50M MLX BF16 13 days ago
  • tokenizer.json
    1.42 kB
    Upload Karvonen ChessGPT 50M MLX BF16 13 days ago
  • tokenizer_config.json
    167 Bytes
    Upload Karvonen ChessGPT 50M MLX BF16 13 days ago