mind2cloud commited on
Commit
8bf17e7
·
verified ·
1 Parent(s): ae3c46c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 accuracy = {entry['accuracy']} with number of training epochs = {entry['epoch']}.
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
  ```