How to use t0m1ab/alphazero-othello with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("t0m1ab/alphazero-othello", dtype="auto")
No model card