mirror of
https://github.com/ml-explore/mlx-examples.git
synced 2025-09-01 12:49:50 +08:00
transformer_lm: add --dataset enwik8 (#838)
* transformer_lm: add --dataset enwik8 * nits --------- Co-authored-by: Awni Hannun <awni@apple.com>
This commit is contained in:

committed by
GitHub

parent
df6bc09d74
commit
7979b84a9e
@@ -157,7 +157,7 @@ if __name__ == "__main__":
|
||||
"--dataset",
|
||||
type=str,
|
||||
default="ptb",
|
||||
choices=["ptb", "wikitext2", "wikitext103"],
|
||||
choices=["enwik8", "ptb", "wikitext2", "wikitext103"],
|
||||
help="Dataset to train and evaluate on.",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
Reference in New Issue
Block a user