Skip to content

Commit

Permalink
Make model_family parameterised
Browse files Browse the repository at this point in the history
  • Loading branch information
G4V committed Jan 15, 2025
1 parent e13252b commit 694c3a7
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 @@ -30,8 +30,9 @@
[ "__add__", "/open_orca_gpt4_tokenized_llama.sampled_24576.pkl" ]
]] ],

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

0 comments on commit 694c3a7

Please sign in to comment.