Skip to content

Commit

Permalink
Renamed default variant from 8b to 8B in model_llama3_recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-18-git committed Oct 15, 2024
1 parent 73dc3f8 commit 235e0a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model_llama3_recipe/data_axs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
],

"model_family": "llama3",
"variant": "8b",
"model_name": "meta-llama/Meta-Llama-3-8B",
"variant": "8B",
"model_name": [ "^^", "substitute", "meta-llama/Meta-Llama-3-#{variant}#" ],

"hf_query": ["python_package", "package_name=\"huggingface_hub[cli]\"" ],

Expand Down

0 comments on commit 235e0a5

Please sign in to comment.