mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-23 14:29:01 +06:00

* Add a template for example scripts and apply it to mlm * Formatting * Fix test * Add plm script * Add a template for example scripts and apply it to mlm * Formatting * Fix test * Add plm script * Add a template for example scripts and apply it to mlm * Formatting * Fix test * Add plm script * Styling
8 lines
291 B
JSON
8 lines
291 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"]
|
|
} |