Skip to content

Commit

Permalink
chore: add model card template
Browse files Browse the repository at this point in the history
  • Loading branch information
ericrallen committed Jan 28, 2025
1 parent 0b80a1d commit 35e3c77
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions templates/model-readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
license: mit
library_name: transformers
tags:
- chess
- pgn
datasets:
- InterwebAlchemy/pgn-dataset-including-special-tokens
---

# Model Card for InterwebAlchemy/kn1ght

**Note**: This is a work-in-progress.

This is an experimental model for chess move prediction via Portable Game Notation (PGN). It is trained on the [PGN Dataset](https://huggingface.co/InterwebAlchemy/pgn-dataset-including-special-tokens) and uses the [PGNTokenizer](https://huggingface.co/InterwebAlchemy/PGNTokenizer) for tokenization of PGN strings.

## Model Details

### Model Description

- **Developed by:** [InterwebAlchemy](https://huggingface.co/InterwebAlchemy)
- **License:** MIT

### Model Sources

- **Repository:** [DVDAGames/kn1ght](https://github.com/DVDAGames/kn1ght)
- **Tokenizer:** [InterwebAlchemy/PGNTokenizer](https://huggingface.co/InterwebAlchemy/PGNTokenizer)
- **Dataset:**
- **w/ special tokens:**[InterwebAlchemy/pgn-dataset-including-special-tokens](https://huggingface.co/InterwebAlchemy/pgn-dataset-including-special-tokens)
- **w/o special tokens:**[InterwebAlchemy/pgn-dataset](https://huggingface.co/InterwebAlchemy/pgn-dataset)

0 comments on commit 35e3c77

Please sign in to comment.