idiomify / main_upload_tokenizer.py
eubinecto
saving this branch
207cddf
raw
history blame
208 Bytes
"""
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()