Skip to content

Commit

Permalink
Add example in module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
amyeroberts committed Apr 26, 2024
1 parent 096c827 commit 5641230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions utils/deprecate_models.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
"""
Script which deprecates a list of given models
Example usage:
python utils/deprecate_models.py --models bert distilbert
"""

import argparse

0 comments on commit 5641230

Please sign in to comment.