File size: 711 Bytes
33b3754
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
library_name: transformers
tags:
- chess
- llm-course
- chess-challenge
license: mit
---

# supermodell

Chess model submitted to the LLM Course Chess Challenge.

## Submission Info

- **Submitted by**: [YassAII](https://huggingface.co/YassAII)
- **Parameters**: 864,128
- **Organization**: LLM-course

## Usage

```python
from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("LLM-course/supermodell", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("LLM-course/supermodell", trust_remote_code=True)
```

## Evaluation

This model is evaluated at the [Chess Challenge Arena](https://huggingface.co/spaces/LLM-course/Chess1MChallenge).