We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cff55 commit cd4cb06Copy full SHA for cd4cb06
lm_eval/models/optimum_lm_genai.py
@@ -18,6 +18,8 @@ class OpenVINOCausalLM(HFLM):
18
Optimum Intel provides a simple interface to optimize Transformer models and convert them to \
19
OpenVINO™ Intermediate Representation (IR) format to accelerate end-to-end pipelines on \
20
Intel® architectures using OpenVINO™ runtime.
21
+
22
+ `lm_eval --model openvino-causal --model_args pretrained=gpt2 --task wikitext`
23
"""
24
25
def __init__(
0 commit comments