Update README.md
Browse files
README.md
CHANGED
@@ -99,6 +99,8 @@ It is trained on Azerbaijani pii data for classification personally identifiable
|
|
99 |
|
100 |
To use the model for spell correction:
|
101 |
|
|
|
|
|
102 |
```python
|
103 |
import torch
|
104 |
from transformers import AutoModelForTokenClassification, XLMRobertaTokenizerFast
|
|
|
99 |
|
100 |
To use the model for spell correction:
|
101 |
|
102 |
+
The model is trained to work with lowercase text. This code automatically normalizes the text. If you use custom code, keep this in mind.
|
103 |
+
|
104 |
```python
|
105 |
import torch
|
106 |
from transformers import AutoModelForTokenClassification, XLMRobertaTokenizerFast
|