Commit 8d66cfef authored by Alexander's avatar Alexander
Browse files

Added info to README

parent 810fd2e5
......@@ -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.
### 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
Our library also supports language models served via the OpenAI API:
......
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