We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f3405 commit 58ff7b2Copy full SHA for 58ff7b2
README.md
@@ -194,7 +194,7 @@ The `lib` directory contains dependencies of `evaluate.py`.
194
195
## Integration Test
196
197
-We supply a sample predctions file for the dev set in `test/example.pred.dev.jsonl.bz2`.
+We supply a sample predictions file for the dev set in `test/example.pred.dev.jsonl.bz2`.
198
You can unzip this file using `bunzip2 test/example.pred.dev.jsonl.bz2 -k` to look at what a real predictions file should look like.
199
We distribute a docker file which installs the necessary dependencies of this library and runs the evaluation script on this file.
200
The docker file also serves as an example of how to use the evaluation script.
0 commit comments