Update README for small model
Browse files
README.md
CHANGED
|
@@ -51,6 +51,7 @@ a fast character-based sentence and paragraph boundary detection system optimize
|
|
| 51 |
> **Security Note:** The ONNX model variants are recommended in security-sensitive environments as they don't require bypassing skops security measures with `trust_model=True`. See the [ONNX versions](https://huggingface.co/alea-institute/charboundary-small-onnx) for a safer alternative.
|
| 52 |
|
| 53 |
```python
|
|
|
|
| 54 |
from huggingface_hub import hf_hub_download
|
| 55 |
from charboundary import TextSegmenter
|
| 56 |
|
|
|
|
| 51 |
> **Security Note:** The ONNX model variants are recommended in security-sensitive environments as they don't require bypassing skops security measures with `trust_model=True`. See the [ONNX versions](https://huggingface.co/alea-institute/charboundary-small-onnx) for a safer alternative.
|
| 52 |
|
| 53 |
```python
|
| 54 |
+
# pip install charboundary
|
| 55 |
from huggingface_hub import hf_hub_download
|
| 56 |
from charboundary import TextSegmenter
|
| 57 |
|