Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Llama Recipes
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mirrored_repos
MachineLearning
meta-llama
Llama Recipes
Commits
3e39ed05
Unverified
Commit
3e39ed05
authored
7 months ago
by
Jeff Tang
Committed by
GitHub
7 months ago
Browse files
Options
Downloads
Plain Diff
Update get_default_finetune_args.py (#662)
parents
ccd47410
9b3c4f8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
recipes/3p_integrations/lamini/text2sql_memory_tuning/util/get_default_finetune_args.py
+2
-2
2 additions, 2 deletions
.../text2sql_memory_tuning/util/get_default_finetune_args.py
with
2 additions
and
2 deletions
recipes/3p_integrations/lamini/text2sql_memory_tuning/util/get_default_finetune_args.py
+
2
−
2
View file @
3e39ed05
def
get_default_finetune_args
():
def
get_default_finetune_args
():
return
{
return
{
"
learning_rate
"
:
3e-4
,
"
learning_rate
"
:
0.0003
,
"
max_steps
"
:
3
60
,
"
max_steps
"
:
60
,
"
early_stopping
"
:
False
,
"
early_stopping
"
:
False
,
"
load_best_model_at_end
"
:
False
,
"
load_best_model_at_end
"
:
False
,
"
peft_args
"
:
{
"
r_value
"
:
32
},
"
peft_args
"
:
{
"
r_value
"
:
32
},
...
...
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