Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Amazon KDD Cup 2024 Starter Kit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AIcrowd
Challenges
Amazon KDD Cup 2024
Amazon KDD Cup 2024 Starter Kit
Commits
896710a7
Commit
896710a7
authored
11 months ago
by
mohanty
Browse files
Options
Downloads
Patches
Plain Diff
remove redundant comment
parent
e227ab31
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/vanilla_llama3_baseline.py
+0
-4
0 additions, 4 deletions
models/vanilla_llama3_baseline.py
with
0 additions
and
4 deletions
models/vanilla_llama3_baseline.py
+
0
−
4
View file @
896710a7
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment