Update README.md
Browse files
README.md
CHANGED
|
@@ -71,6 +71,8 @@ from datasets import load_dataset
|
|
| 71 |
dataset = load_dataset("Aiera/finqa-verified")
|
| 72 |
```
|
| 73 |
|
|
|
|
|
|
|
| 74 |
## Additional Resources
|
| 75 |
|
| 76 |
For more insights into the dataset and the methodologies used in its creation, refer to the blog post: [Lessons in Benchmarking FinQA](https://medium.com/@jacqueline.garrahan/lessons-in-benchmarking-finqa-0a5e810b8d15).
|
|
|
|
| 71 |
dataset = load_dataset("Aiera/finqa-verified")
|
| 72 |
```
|
| 73 |
|
| 74 |
+
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).
|
| 75 |
+
|
| 76 |
## Additional Resources
|
| 77 |
|
| 78 |
For more insights into the dataset and the methodologies used in its creation, refer to the blog post: [Lessons in Benchmarking FinQA](https://medium.com/@jacqueline.garrahan/lessons-in-benchmarking-finqa-0a5e810b8d15).
|