We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329d39f commit 646c88dCopy full SHA for 646c88d
src/tatm/tokenizer/engine.py
@@ -73,6 +73,7 @@ def get_example(self):
73
content_field = self.datasets[dataset_idx].metadata.content_field
74
return ExampleMessage(data=example, content_field=content_field)
75
except StopIteration:
76
+ LOGGER.info("Dataset iterator exhausted.")
77
self.dataset_iters.pop(dataset_idx)
78
LOGGER.info("A dataset has been exhausted and removed from rotation.")
79
return self.get_example()
0 commit comments