Update README.md
Browse files
README.md
CHANGED
|
@@ -33,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 33 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on [ai4privacy/pii-masking-300k](https://huggingface.co/datasets/ai4privacy/pii-masking-300k).
|
| 34 |
|
| 35 |
Usage:
|
| 36 |
-
```
|
| 37 |
from transformers import pipeline
|
| 38 |
|
| 39 |
pipe = pipeline("token-classification", model="yonigo/distilbert-base-cased-pii-en", aggregation_strategy="first")
|
|
|
|
| 33 |
This model is a fine-tuned version of [distilbert-base-cased](https://huggingface.co/distilbert-base-cased) on [ai4privacy/pii-masking-300k](https://huggingface.co/datasets/ai4privacy/pii-masking-300k).
|
| 34 |
|
| 35 |
Usage:
|
| 36 |
+
```python
|
| 37 |
from transformers import pipeline
|
| 38 |
|
| 39 |
pipe = pipeline("token-classification", model="yonigo/distilbert-base-cased-pii-en", aggregation_strategy="first")
|