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 9be1941 commit 3c158f9Copy full SHA for 3c158f9
tibert/run_test.py
@@ -85,7 +85,7 @@ def main(
85
86
if limit_doc_size is None:
87
all_annotated_docs = predict_coref(
88
- [doc.tokens for doc in dataset.documents],
+ [doc.tokens for doc in test_dataset.documents],
89
model,
90
tokenizer,
91
device_str=device_str,
0 commit comments