fix ws
Browse files- ChessBot-Dataset.py +1 -1
ChessBot-Dataset.py
CHANGED
|
@@ -14,7 +14,6 @@ from adversarial_gym.chess_env import ChessEnv
|
|
| 14 |
import zstandard as zstd
|
| 15 |
|
| 16 |
|
| 17 |
-
|
| 18 |
class ChessPGNDataset(GeneratorBasedBuilder):
|
| 19 |
VERSION = "0.0.1"
|
| 20 |
|
|
@@ -54,6 +53,7 @@ class ChessPGNDataset(GeneratorBasedBuilder):
|
|
| 54 |
gen_kwargs={"shards": test_paths},
|
| 55 |
),
|
| 56 |
]
|
|
|
|
| 57 |
def _generate_examples(self, shards):
|
| 58 |
import chess.pgn
|
| 59 |
uid = 0
|
|
|
|
| 14 |
import zstandard as zstd
|
| 15 |
|
| 16 |
|
|
|
|
| 17 |
class ChessPGNDataset(GeneratorBasedBuilder):
|
| 18 |
VERSION = "0.0.1"
|
| 19 |
|
|
|
|
| 53 |
gen_kwargs={"shards": test_paths},
|
| 54 |
),
|
| 55 |
]
|
| 56 |
+
|
| 57 |
def _generate_examples(self, shards):
|
| 58 |
import chess.pgn
|
| 59 |
uid = 0
|