chess-pop-v2 / README.md
hatsingue's picture
Chess Challenge submission by hatsingue
617e8d2 verified
metadata
library_name: transformers
tags:
  - chess
  - llm-course
  - chess-challenge
license: mit

chess-pop-v2

Chess model submitted to the LLM Course Chess Challenge.

Submission Info

  • Submitted by: hatsingue
  • Parameters: 862,336
  • Organization: LLM-course

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("LLM-course/chess-pop-v2", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("LLM-course/chess-pop-v2", trust_remote_code=True)

Evaluation

This model is evaluated at the Chess Challenge Arena.