File size: 208 Bytes
207cddf
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
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()