Update README.md
Browse files
README.md
CHANGED
|
@@ -60,4 +60,6 @@ To access this dataset, you can load it using the HuggingFace Datasets library w
|
|
| 60 |
from datasets import load_dataset
|
| 61 |
|
| 62 |
dataset = load_dataset("Aiera/aiera-transcript-sentiment")
|
| 63 |
-
```
|
|
|
|
|
|
|
|
|
| 60 |
from datasets import load_dataset
|
| 61 |
|
| 62 |
dataset = load_dataset("Aiera/aiera-transcript-sentiment")
|
| 63 |
+
```
|
| 64 |
+
|
| 65 |
+
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).
|