Skip to content

Commit 617d08f

Browse files
authored
clarify "opennlp evaluation test data" in opennlp-dl/README.md (#560)
* clarify "opennlp evaluation test data" in opennlp-dl/README.md * Update opennlp-dl/README.md
1 parent d5e0d36 commit 617d08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opennlp-dl/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This module provides OpenNLP interface implementations for ONNX models using the
44

55
**Important**: This does not provide the ability to train models. Model training is done outside of OpenNLP. This code provides the ability to use ONNX models from OpenNLP.
66

7-
Models used in the tests are available in the opennlp evaluation test data.
7+
Models used in the tests are available in the [opennlp evaluation test data](https://nightlies.apache.org/opennlp/opennlp-data.zip) location.
88

99
## NameFinderDL
1010

@@ -50,4 +50,4 @@ tokenizer = AutoTokenizer.from_pretrained(model_id)
5050
# save onnx checkpoint and tokenizer
5151
model.save_pretrained(onnx_path)
5252
tokenizer.save_pretrained(onnx_path)
53-
```
53+
```

0 commit comments

Comments
 (0)