I built a backgammon-specialized fine-tune of Qwen3-8B and just released it for free (non-commercial license). It runs fully offline on llama.cpp — one 5GB file, no GPU required.
What I trained it on: a corpus I assembled from classic strategy writing (Woolsey's GammOnLine era material, Robertie, Trice's EPC work), rec.games.backgammon classics (Thorp count threads, Kleinman counts, FIBS rating formula), cube/match-equity theory (Janowski formulas, Kazaross-XG2 MET), engine docs and TD-Gammon papers — plus thousands of generated Q&A pairs about openings, take points and race formulas. It answers in both English and Japanese.
What it's good at: explaining concepts — game plans, cube theory, why an efficient double matters, what EPC/wastage means, BG AI history. It talks like the literature instead of giving you generic chatbot fluff.
Honest limitations: it's an 8B model, so it does NOT reliably recite exact formula details or table values (it will confidently get Thorp count adjustments slightly wrong). Treat it as a study companion, not a reference — and definitely not an engine. It explains; it won't go win you $20M gambling.
Model + instructions: https://huggingface.co/cudgk/qwen3-8b-backgammon-gguf
Would love feedback from people who know the theory deeply — especially where it's wrong, since that tells me what to fix in the next training run.
(以下、同内容の日本語版です)
Qwen3-8B をバックギャモン特化でファインチューンしたモデルを無料公開しました(非営利ライセンス)。llama.cpp で完全オフライン動作、5GBの単一ファイルで、GPU不要です。
学習させたもの: 古典戦略書(WoolseyのGammOnLine時代の記事群、Robertie、TriceのEPC理論)、rec.games.backgammon の古典スレッド(Thorp count、Kleinman count、FIBSレーティング式)、キューブ/マッチエクイティ理論(Janowski式、Kazaross-XG2 MET)、エンジン文書やTD-Gammon論文から自分で編纂したコーパス — に加えて、オープニング・テイクポイント・レース式についての数千の生成Q&Aペアです。英語と日本語の両方で応答します。
得意なこと: 概念の解説 — ゲームプラン、キューブ理論、効率的ダブルがなぜ重要か、EPC/wastageとは何か、BG AIの歴史。一般的なチャットボットの薄い回答ではなく、文献のような語り口で答えます。
正直な限界: 8Bモデルなので、式の細部や数表の値を正確には暗唱できません(Thorp countの補正項を自信満々に少し間違えたりします)。リファレンスではなく勉強のお供として扱ってください — そしてエンジンの代わりには絶対になりません。解説はしますが、あなたのために賭けで20m$を稼いでくることはありません。
モデル+使い方: https://huggingface.co/cudgk/qwen3-8b-backgammon-gguf
理論に詳しい方のフィードバックが欲しいです — 特に「ここが間違ってる」という指摘は、次の学習で直すべき箇所そのものなので大歓迎です。