kornosk commited on
Commit
fddc8d9
1 Parent(s): b52ce93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -27,7 +27,7 @@ This model is initialized with BERTweet and trained with an MLM objective.
27
 
28
  This pre-trained language model **can be fine-tunned to any downstream task (e.g. classification)**.
29
 
30
- Please see the [official repository](https://github.com/GU-DataLab/stance-detection-KE-MLM) for more detail.
31
 
32
  ```python
33
  from transformers import BertTokenizer, BertForMaskedLM, pipeline
 
27
 
28
  This pre-trained language model **can be fine-tunned to any downstream task (e.g. classification)**.
29
 
30
+ Please see the [official repository](https://github.com/GU-DataLab/PoliBERTweet) for more detail.
31
 
32
  ```python
33
  from transformers import BertTokenizer, BertForMaskedLM, pipeline