diff --git a/examples/distillation/scripts/token_counts.py b/examples/distillation/scripts/token_counts.py index a484a6f51b..d9de17da4e 100644 --- a/examples/distillation/scripts/token_counts.py +++ b/examples/distillation/scripts/token_counts.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. """ -Preprocessing script before training DistilBERT. +Preprocessing script before training the distilled model. """ from collections import Counter import argparse