File size: 328 Bytes
455a40f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  "example_name": "text classification",
  "directory_name": "{{cookiecutter.example_name|lower|replace(' ', '-')}}",
  "example_shortcut": "{{cookiecutter.directory_name}}",
  "model_class": "AutoModel",
  "authors": "The HuggingFace Team",
  "can_train_from_scratch": ["True", "False"],
  "with_trainer": ["True", "False"]
}