model_chess-pop-v3 / README.md
hatsingue's picture
Chess Challenge submission by hatsingue
56a7a63 verified
metadata
library_name: transformers
tags:
  - chess
  - llm-course
  - chess-challenge
license: mit

model_chess-pop-v3

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/model_chess-pop-v3", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("LLM-course/model_chess-pop-v3", trust_remote_code=True)

Evaluation

This model is evaluated at the Chess Challenge Arena.