Skip to content
Snippets Groups Projects
Commit 896710a7 authored by mohanty's avatar mohanty
Browse files

remove redundant comment

parent e227ab31
No related branches found
No related tags found
No related merge requests found
......@@ -116,10 +116,6 @@ class Llama3_8B_ZeroShotModel(ShopBenchBaseModel):
seed=AICROWD_RUN_SEED, # Seed for reprodicibility
skip_special_tokens=True, # Whether to skip special tokens in the output.
max_tokens=max_new_tokens, # Maximum number of tokens to generate per output sequence.
# Note: We are using 50 max new tokens instead of 75,
# because the 75 max token limit is checked using the Llama2 tokenizer.
# The Llama3 model instead uses a differet tokenizer with a larger vocabulary
# This allows it to represent the same content more efficiently, using fewer tokens.
),
use_tqdm = False
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment