Update the example template for a no Trainer option (#10865)

This commit is contained in:
Sylvain Gugger
2021-03-23 10:02:39 -04:00
committed by GitHub
parent 2eb596f085
commit bf1f43fbd7
2 changed files with 409 additions and 3 deletions

View File

@@ -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"]
}