Skip to content

Commit 0a5b0a3

Browse files
committed
update
1 parent 9568450 commit 0a5b0a3

File tree

4 files changed

+17
-11
lines changed

4 files changed

+17
-11
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@
22

33
This repository contains configurations for model validation.
44

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

accuracy/Meta-Llama-3.1-8B-Instruct/accuracy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
# accuracy configs for https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct
2-
model: "vllm"
3-
model_args:
4-
pretrained: "meta-llama/Meta-Llama-3.1-8B-Instruct"
5-
num_fewshot:
6-
apply_chat_template: true
7-
fewshot_as_multiturn: true
8-
add_bos_token: false
92
tasks:
103
- name: "leaderboard_bbh"
114
metrics:
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
# storage configs for https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct
2-
model: hf
3-
data: hf
1+
# llm-eval-test configs for https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct
2+
model: "vllm"
3+
model_args:
4+
pretrained: "meta-llama/Meta-Llama-3.1-8B-Instruct"
5+
num_fewshot:
6+
apply_chat_template: true
7+
fewshot_as_multiturn: true
8+
add_bos_token: false
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# storage configs for https://huggingface.co/meta-llama/Meta-Llama-3.1-8B-Instruct
2+
model: hf
3+
data: hf

0 commit comments

Comments
 (0)