You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,9 @@
2
2
3
3
This repository contains configurations for model validation.
4
4
5
-
The `accuracy` folder contains YAML files for each model that configures information needed for the model to be validated through the [llm-eval-test](https://github.com/openshift-psap/llm-eval-test)
5
+
The `accuracy` folder contains YAML files for each model that configures information needed for the model to be validated through the [llm-eval-test](https://github.com/openshift-psap/llm-eval-test). There are 4 config files for each model:
6
+
7
+
* server.yml: contains settings to start a vllm server with the model
8
+
* client.yml: contains settings for the llm-eval-test harness for the model
9
+
* accuracy.yml: contains evaluation tasks and accuracy expectations for the model
10
+
* storage.yml: specifies where mode and dataset is located
0 commit comments