Chess Challenge submission by alexandreduplessis
Browse files- tokenizer.py +1 -2
tokenizer.py
CHANGED
|
@@ -59,8 +59,7 @@ class ChessTokenizer(PreTrainedTokenizer):
|
|
| 59 |
"(O)": "castle_q",
|
| 60 |
}
|
| 61 |
|
| 62 |
-
_PROMO_RE = re.compile(r'=?([QRBNqrbn])')
|
| 63 |
-
|
| 64 |
|
| 65 |
def __init__(
|
| 66 |
self,
|
|
|
|
| 59 |
"(O)": "castle_q",
|
| 60 |
}
|
| 61 |
|
| 62 |
+
_PROMO_RE = re.compile(r'=?([QRBNqrbn])')
|
|
|
|
| 63 |
|
| 64 |
def __init__(
|
| 65 |
self,
|