Update README.md
Browse files
README.md
CHANGED
@@ -9,6 +9,8 @@ license: cc-by-nc-4.0
|
|
9 |
|
10 |
## How to use the model
|
11 |
|
|
|
|
|
12 |
```python
|
13 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
14 |
|
|
|
9 |
|
10 |
## How to use the model
|
11 |
|
12 |
+
- **PRE-PROCESSING**: when you apply the model on tweets, please make sure that tweets are preprocessed by the [TweetTokenizer](https://github.com/VinAIResearch/BERTweet/blob/master/TweetNormalizer.py) to get the best performance.
|
13 |
+
|
14 |
```python
|
15 |
from transformers import AutoTokenizer, AutoModelForTokenClassification
|
16 |
|