This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# trim.py | |
# trim the vocabulary of mt5 model in huggingface.co | |
# MIT License | |
# Copyright (c) 2022 K024 | |
# %% | |
import torch | |
from tqdm.auto import tqdm | |
# %% |