""" Build & upload a tokenizer to wandb. You need this if you were to add more tokens there. """ def main(): pass # TODO: fetch the dataset from wandb first! if __name__ == '__main__': main()