Skip to content

Commit

Permalink
An experiment can use either variant or model_variant for selecting a…
Browse files Browse the repository at this point in the history
… tokenizer for its accuracy report.
  • Loading branch information
mosalov committed Jan 28, 2025
1 parent f95aaca commit 5ecf42a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base_llama2_loadgen_experiment/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
]] ],

"model_family": "llama2",
"variant": "7b",
"model_variant": "7b",
"variant": [ "^^", "get", "model_variant" ],
"checkpoint_path_query": [ "^^", "substitute", "downloaded,hf_tokeniser,model_family=#{model_family}#,variant=#{variant}#" ],
"checkpoint_path": [ "^^", "execute", [[
[ "get_kernel" ],
Expand Down

0 comments on commit 5ecf42a

Please sign in to comment.