InterwebAlchemy commited on
Commit
6d5f592
·
verified ·
1 Parent(s): 57dcf89

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
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
+ ![PGN Tokenizer Visualization](https://github.com/DVDAGames/pgn-tokenizer/raw/main/docs/assets/pgn-tokenizer.png)
19
+
20
+ This is a Byte Pair Encoding (BPE) tokenizer for chess Portable Game Notation (PGN).