-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0b80a1d
commit 35e3c77
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |