hjian42 commited on
Commit
773f012
1 Parent(s): 9ba3d53

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +9,7 @@ license: cc-by-nc-4.0
9
  - In the paper, it is referred as `HuggingFace-BERTweet (TB2)` in the NER table.
10
 
11
  ## How to use the model
 
12
 
13
  ```python
14
  from transformers import AutoTokenizer, AutoModelForTokenClassification
 
9
  - In the paper, it is referred as `HuggingFace-BERTweet (TB2)` in the NER table.
10
 
11
  ## How to use the model
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