llama-stack-mirror/tests/integration/datasetio/test_dataset.csv
Xi Yan bcb13c492f
test: revamp eval related integration tests (#1433)
# What does this PR do?
- revamp and clean up datasets/scoring/eval integration tests
- closes https://github.com/meta-llama/llama-stack/issues/1396

[//]: # (If resolving an issue, uncomment and update the line below)
[//]: # (Closes #[issue-number])

## Test Plan
**dataset**
```
LLAMA_STACK_BASE_URL=http://localhost:8321 pytest -v tests/integration/datasetio/
```
<img width="842" alt="image"
src="https://github.com/user-attachments/assets/88fc2b6a-b496-47bf-bc0c-8fea48ba36ff"
/>

**scoring**
```
LLAMA_STACK_CONFIG=fireworks pytest -v tests/integration/scoring --text-model meta-llama/Llama-3.1-8B-Instruct --judge-model meta-llama/Llama-3.1-8B-Instruct
```
<img width="851" alt="image"
src="https://github.com/user-attachments/assets/50f46415-b44c-4c37-a6c3-076f2767adb3"
/>


**eval**
```
LLAMA_STACK_CONFIG=fireworks pytest -v tests/integration/eval --text-model meta-llama/Llama-3.1-8B-Instruct --judge-model meta-llama/Llama-3.1-8B-Instruct
```
<img width="841" alt="image"
src="https://github.com/user-attachments/assets/8eb1c65c-3b39-4d66-8ff4-f471ca783e49"
/>


[//]: # (## Documentation)
2025-03-06 10:51:35 -08:00

724 B

1input_querygenerated_answerexpected_answerchat_completion_input
2What is the capital of France?LondonParis[{"role": "user", "content": "What is the capital of France?"}]
3Who is the CEO of Meta?Mark ZuckerbergMark Zuckerberg[{"role": "user", "content": "Who is the CEO of Meta?"}]
4What is the largest planet in our solar system?JupiterJupiter[{"role": "user", "content": "What is the largest planet in our solar system?"}]
5What is the smallest country in the world?ChinaVatican City[{"role": "user", "content": "What is the smallest country in the world?"}]
6What is the currency of Japan?YenYen[{"role": "user", "content": "What is the currency of Japan?"}]