mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
9 lines
No EOL
328 B
JSON
9 lines
No EOL
328 B
JSON
{
|
|
"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"]
|
|
} |