Commit 23cc69a7 authored by Alexander's avatar Alexander
Browse files

Fixed README

parent 8910c72f
...@@ -81,9 +81,9 @@ To evaluate models that are loaded via `AutoSeq2SeqLM` in Huggingface, you inste ...@@ -81,9 +81,9 @@ 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 ### OpenVINO models converted via HuggingFace Optimum
```bash ```bash
python main.py --model optimum-causal --model_args pretrained=<model_path> --tokenizer databricks/dolly-v2-3b --task lambada_openai --limit 1000 python main.py --model optimum-causal --model_args pretrained=<model_path_or_name> --task lambada_openai
``` ```
### Commercial APIs ### Commercial APIs
......
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