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