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
gaoqiong
lm-evaluation-harness
Commits
a2fd682d
Commit
a2fd682d
authored
Nov 27, 2023
by
lintangsutawika
Browse files
removed model tags
parent
306e84fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/models/openai_completions.py
lm_eval/models/openai_completions.py
+1
-1
No files found.
lm_eval/models/openai_completions.py
View file @
a2fd682d
...
@@ -68,7 +68,7 @@ please install these via `pip install lm-eval[openai]` or `pip install -e .[open
...
@@ -68,7 +68,7 @@ please install these via `pip install lm-eval[openai]` or `pip install -e .[open
backoff_time
*=
1.5
backoff_time
*=
1.5
@
register_model
(
"openai"
,
"openai-completions"
,
"gooseai"
)
@
register_model
(
"gooseai"
)
class
OpenaiCompletionsLM
(
LM
):
class
OpenaiCompletionsLM
(
LM
):
REQ_CHUNK_SIZE
=
20
REQ_CHUNK_SIZE
=
20
...
...
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