Update the example template for a no Trainer option (#10865)
This commit is contained in:
@@ -4,5 +4,6 @@
|
||||
"example_shortcut": "{{cookiecutter.directory_name}}",
|
||||
"model_class": "AutoModel",
|
||||
"authors": "The HuggingFace Team",
|
||||
"can_train_from_scratch": ["True", "False"]
|
||||
"can_train_from_scratch": ["True", "False"],
|
||||
"with_trainer": ["True", "False"]
|
||||
}
|
||||
Reference in New Issue
Block a user