Update README.md
Browse files
README.md
CHANGED
|
@@ -27,3 +27,14 @@ configs:
|
|
| 27 |
- split: val
|
| 28 |
path: data/val-*
|
| 29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
- split: val
|
| 28 |
path: data/val-*
|
| 29 |
---
|
| 30 |
+
|
| 31 |
+
# EuroEval Test Evaluation Dataset
|
| 32 |
+
|
| 33 |
+
This is a dataset with a `euroeval_config.py` configuration, enabling evaluation of it directly with the [EuroEval framework](https://euroeval.com/).
|
| 34 |
+
|
| 35 |
+
You can evaluate it as follows:
|
| 36 |
+
|
| 37 |
+
1. Install EuroEval with `pip install euroeval[all]`
|
| 38 |
+
2. Benchmark a model on this dataset as `euroeval --dataset EuroEval/test_dataset --model <model-id>`
|
| 39 |
+
|
| 40 |
+
Read more about how to use the EuroEval Python package in [this user guide](https://euroeval.com/python-package/).
|