Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- chess
|
5 |
+
- pgn
|
6 |
+
- tokenizer
|
7 |
+
pretty_name: PGN Tokenizer
|
8 |
+
source_datasets:
|
9 |
+
- InterwebAlchemy/pgn-dataset-including-special-tokens
|
10 |
+
task_categories:
|
11 |
+
- token-classification
|
12 |
+
task_ids:
|
13 |
+
- parsing
|
14 |
+
---
|
15 |
+
|
16 |
+
# PGN Tokenizer
|
17 |
+
|
18 |
+

|
19 |
+
|
20 |
+
This is a Byte Pair Encoding (BPE) tokenizer for chess Portable Game Notation (PGN).
|