Skip to content

Commit

Permalink
cleanup: no need to inherit from python_in_shell ; using parameterize…
Browse files Browse the repository at this point in the history
…d get_path for local paths
  • Loading branch information
ens-lg4 committed Aug 1, 2024
1 parent d2cb6f2 commit 39c382b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions base_llama2_loadgen_experiment/data_axs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_parent_entries": [ [ "^", "byname", "base_loadgen_experiment" ] , [ "^", "byname", "shell" ], [ "^", "byname", "python_in_shell" ] ],
"_parent_entries": [ [ "^", "byname", "base_loadgen_experiment" ] ],

"transformers_query": [ "python_package", "package_name=transformers", ["desired_python_version", ["^", "kernel_python_major_dot_minor"]] ],

Expand Down Expand Up @@ -80,12 +80,8 @@

"accuracy_range_dict": { "rouge1": [ 43.986888, null ], "rouge2": [ 21.814848, null ], "rougeL": [ 28.330038, null ], "tokens_per_sample": [ 265.005, null ] },

"abs_path": [ "^^", "get_path" ],
"rel_log_path": "mlperf_log_accuracy.json",
"tokenised_accuracy_log_path": [ "^^", "substitute", "#{abs_path}#/#{rel_log_path}#" ],

"rel_output_log_path": "detokenised_mlperf_log.json",
"output_log_path": [ "^^", "substitute", "#{abs_path}#/#{rel_output_log_path}#" ],
"tokenised_accuracy_log_path": [ "^^", "get_path", "mlperf_log_accuracy.json" ],
"output_log_path": [ "^^", "get_path", "detokenised_mlperf_log.json" ],

"detokenised_log": [ "^^", "detokenise" ]
}

0 comments on commit 39c382b

Please sign in to comment.