s10784990976-d120396

September 16, 2025

πŸ† KataGo Custom Fine-Tuned Model Release: final_model.bin

KataGo

πŸ“Œ Overview

This is a high-performance 19x19 Go AI model, fine-tuned from the powerful kata1-b28c512nbt foundation. The model has reached amateur high-dan level strength, capable of completing full games with sophisticated tactical understanding.

🧠 Model Information

Attribute Value
Model Name final_model.bin
Model Configuration b28c512nbt (28 blocks, 512 channels)
Board Size 19x19
File Size ~331 MB
Base Model kata1-b28c512nbt-s10784871168-d5287365110
Training Steps 107.85 billion + 100,000 fine-tuning steps
Training Data 120,396 rows (40,000 unique positions)
Training Time ~1 hour (RTX 5080 laptop GPU)
Training Framework KataGo v1.16.3+

πŸ“Š Performance Metrics

Training Results

Validation Results

Strength Assessment

| Metric | Value | Description | |——–|β€”β€”-|β€”β€”β€”β€”-| | Strength Level | Amateur 6-7 dan | Strong amateur level | | Eye Formation | Excellent | Can recognize complex living groups | | Life & Death | Good | Can handle most common life and death problems | | Endgame | Medium | Some mistakes in late game | | Middle Game | Excellent | Strong tactical calculation | | Opening | Good | Solid understanding of common patterns |

βš™οΈ Training Parameters

./selfplay/train.sh ~/KataGo/ myfine_model19 b28c512nbt 16 main \
  -initial-checkpoint ~/KataGo/kata1-b28c512nbt-s10784871168-d5287365110/model.ckpt \
  -lr-scale 0.025 \
  -max-train-bucket-per-new-data 1 \
  -max-train-bucket-size 100000 \
  -samples-per-epoch 100000 \
  -max-epochs-this-instance 1 \
  -sub-epochs 1 \
  -max-train-steps-since-last-reload 10000 \
  -pos-len 19 \
  >> ~/KataGo/logs/fine_train.log 2>&1

πŸ†š Comparison with Official Models

Model First Move Accuracy Strength Level File Size Training Samples
This Model 65.75% Amateur 6-7 dan ~331 MB 107.85B + 100K
g170-b20c256x2 ~45% Amateur high dan 83 MB 668 million
g170-b40c256x2 ~55%+ Professional 331 MB 4.83 billion

πŸ’‘ Note: This model was fine-tuned from a highly trained base model (107.85 billion samples), which explains its higher accuracy despite using less additional data.

πŸš€ Usage Instructions

1. Download the model

wget https://github.com/changcheng967/Kata_web/releases/download/s10784990976-d120396/final_model.bin

2. Use with KataGo engine

# In KataGo directory
./cpp/katago gtp -model ./models/final_model.bin

3. In GTP command line

boardsize 19
clear_board
genmove B

4. Use with GUI software

πŸ“¦ File Description

🌟 Features & Advantages

πŸ“… Future Plans

πŸ“ License

This model follows the KataGo license requirements.


πŸ’‘ Tip: This model is suitable for serious Go study, analysis, and as a strong training partner. For best results, use it with a GUI like Sabaki or Lizzie for visualization of win rates and variations.

KataGo
Trained based on KataGo open-source framework - Built for Go AI research and education

Assets

Full Changelog

View comparison on GitHub β†’

← Back to Home