jrg-123 commited on
Commit
08de00d
1 Parent(s): ab7f0bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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).