chess-pop-v2 / README.md
hatsingue's picture
Chess Challenge submission by hatsingue
617e8d2 verified
---
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](https://huggingface.co/hatsingue)
- **Parameters**: 862,336
- **Organization**: LLM-course
## Usage
```python
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](https://huggingface.co/spaces/LLM-course/Chess1MChallenge).