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
5bd274a8
Unverified
Commit
5bd274a8
authored
Sep 21, 2023
by
Lintang Sutawika
Committed by
GitHub
Sep 21, 2023
Browse files
Merge pull request #877 from chrisociepa/fix-hf-model-generate
Fix positional arguments in HF model generate
parents
a3252ed7
877e9a61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lm_eval/models/huggingface.py
lm_eval/models/huggingface.py
+1
-1
No files found.
lm_eval/models/huggingface.py
View file @
5bd274a8
...
...
@@ -508,7 +508,7 @@ class HFLM(LM):
self
.
tokenizer
,
stop
,
1
,
context
.
shape
[
0
]
)
return
self
.
model
.
generate
(
context
,
input_ids
=
context
,
max_length
=
max_length
,
stopping_criteria
=
stopping_criteria
,
pad_token_id
=
self
.
eot_token_id
,
...
...
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