Commit 9554f8da authored by lintangsutawika's avatar lintangsutawika
Browse files

Merge branch 'big-refactor' of github.com:EleutherAI/lm-evaluation-harness into logging

parents 44b6ce01 01cfb2ff
...@@ -57,7 +57,7 @@ def oa_completion(**kwargs): ...@@ -57,7 +57,7 @@ def oa_completion(**kwargs):
backoff_time *= 1.5 backoff_time *= 1.5
@register_model("openai"., "gooseai") @register_model("openai", "gooseai")
class GPT3LM(LM): class GPT3LM(LM):
REQ_CHUNK_SIZE = 20 REQ_CHUNK_SIZE = 20
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment