CoolFace
Modelpublic

LLM-course/amine-final

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes27downloads
README.md32 linesDownload Raw Back to root
1---2library_name: transformers3tags:4- chess5- llm-course6- chess-challenge7license: mit8---9 10# amine-final11 12Chess model submitted to the LLM Course Chess Challenge.13 14## Submission Info15 16- **Submitted by**: [Bichrai](https://huggingface.co/Bichrai)17- **Parameters**: 864,12818- **Organization**: LLM-course19 20## Usage21 22```python23from transformers import AutoModelForCausalLM, AutoTokenizer24 25model = AutoModelForCausalLM.from_pretrained("LLM-course/amine-final", trust_remote_code=True)26tokenizer = AutoTokenizer.from_pretrained("LLM-course/amine-final", trust_remote_code=True)27```28 29## Evaluation30 31This model is evaluated at the [Chess Challenge Arena](https://huggingface.co/spaces/LLM-course/Chess1MChallenge).32