Skip to content

Instantly share code, notes, and snippets.

@K024
K024 / trim.py
Last active April 29, 2023 09:29
# trim.py
# trim the vocabulary of mt5 model in huggingface.co
# MIT License
# Copyright (c) 2022 K024
# %%
import torch
from tqdm.auto import tqdm
# %%