Update README.md
Browse files
README.md
CHANGED
|
@@ -25,7 +25,7 @@ model = AutoModelForCausalLM.from_pretrained(model_path)
|
|
| 25 |
"""
|
| 26 |
Generate only the values (do not provide any explanation) of the hyperparameters ({prm_names}) of a given model:
|
| 27 |
{entry['metric']} for the task: {entry['task']} on dataset: {entry['dataset']}, with transformation: {entry['transform_code']},
|
| 28 |
-
so that the model achieves
|
| 29 |
Code of that model: {entry['nn_code']}
|
| 30 |
"""
|
| 31 |
```
|
|
|
|
| 25 |
"""
|
| 26 |
Generate only the values (do not provide any explanation) of the hyperparameters ({prm_names}) of a given model:
|
| 27 |
{entry['metric']} for the task: {entry['task']} on dataset: {entry['dataset']}, with transformation: {entry['transform_code']},
|
| 28 |
+
so that the model achieves the HIGHEST accuracy with number of training epochs = {entry['epoch']}.
|
| 29 |
Code of that model: {entry['nn_code']}
|
| 30 |
"""
|
| 31 |
```
|