hjian42 commited on
Commit
af754e2
1 Parent(s): d2974ec

Update README.md

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