Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
eubinecto
/
idiomify
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
207cddf
idiomify
/
main_upload_tokenizer.py
eubinecto
saving this branch
207cddf
about 3 years ago
raw
Copy download link
history
blame
Safe
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()