Update README.md
Browse files
README.md
CHANGED
@@ -71,4 +71,6 @@ You can access this dataset via the HuggingFace Datasets library using the follo
|
|
71 |
from datasets import load_dataset
|
72 |
|
73 |
dataset = load_dataset("Aiera/aiera-speaker-assign")
|
74 |
-
```
|
|
|
|
|
|
71 |
from datasets import load_dataset
|
72 |
|
73 |
dataset = load_dataset("Aiera/aiera-speaker-assign")
|
74 |
+
```
|
75 |
+
|
76 |
+
A guide for evaluating using EleutherAI's [lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness) is available on [github](https://github.com/aiera-inc/aiera-benchmark-tasks).
|