Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
zhougaofeng
internlm2-math-7B
Commits
97390a14
Commit
97390a14
authored
Jun 11, 2024
by
zhougaofeng
Browse files
Upload New File
parent
7862af4f
Pipeline
#1153
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
src/llmfactory/hparams/__init__.py
src/llmfactory/hparams/__init__.py
+18
-0
No files found.
src/llmfactory/hparams/__init__.py
0 → 100644
View file @
97390a14
from
.data_args
import
DataArguments
from
.evaluation_args
import
EvaluationArguments
from
.finetuning_args
import
FinetuningArguments
from
.generating_args
import
GeneratingArguments
from
.model_args
import
ModelArguments
from
.parser
import
get_eval_args
,
get_infer_args
,
get_train_args
__all__
=
[
"DataArguments"
,
"EvaluationArguments"
,
"FinetuningArguments"
,
"GeneratingArguments"
,
"ModelArguments"
,
"get_eval_args"
,
"get_infer_args"
,
"get_train_args"
,
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment