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
8d66cfef
Commit
8d66cfef
authored
Jun 09, 2023
by
Alexander
Browse files
Added info to README
parent
810fd2e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
README.md
README.md
+5
-0
No files found.
README.md
View file @
8d66cfef
...
@@ -66,6 +66,11 @@ To evaluate models that are loaded via `AutoSeq2SeqLM` in Huggingface, you inste
...
@@ -66,6 +66,11 @@ To evaluate models that are loaded via `AutoSeq2SeqLM` in Huggingface, you inste
> **Warning**: Choosing the wrong model may result in erroneous outputs despite not erroring.
> **Warning**: Choosing the wrong model may result in erroneous outputs despite not erroring.
### Models converted via HF Optimum
```
bash
python main.py
--model
optimum-causal
--model_args
pretrained
=
<model_path>
--tokenizer
databricks/dolly-v2-3b
--task
lambada_openai
--limit
1000
```
### Commercial APIs
### Commercial APIs
Our library also supports language models served via the OpenAI API:
Our library also supports language models served via the OpenAI API:
...
...
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