vrashad commited on
Commit
2576589
·
verified ·
1 Parent(s): 07c826b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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