Commit 11dde990 authored by haileyschoelkopf's avatar haileyschoelkopf
Browse files

document usage of template subfolder

parent 2808c049
......@@ -26,6 +26,11 @@ To implement a new standard task, we'll need to write a YAML file which configur
```sh
touch lm_eval/tasks/<dataset_name>/<my_new_task_name>.yaml
```
Or, copy the template subfolder we provide from `templates/new_yaml_task`:
```sh
cp -r templates/new_yaml_task lm_eval/tasks/
```
and rename the folders and YAML file(s) as desired.
### Selecting and configuring a dataset
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment