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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,6 +13,8 @@ license: "gpl-3.0"
13
 
14
  Pre-trained weights for [PoliBERTweet: A Pre-trained Language Model for Analyzing Political Content on Twitter](XXX), LREC 2022.
15
 
 
 
16
  We use the initialized weights from [BERTweet](https://huggingface.co/vinai/bertweet-base) or `vinai/bertweet-base`.
17
 
18
  # Training Data
@@ -27,8 +29,6 @@ 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/PoliBERTweet) for more detail.
31
-
32
  ```python
33
  from transformers import BertTokenizer, BertForMaskedLM, pipeline
34
  import torch
 
13
 
14
  Pre-trained weights for [PoliBERTweet: A Pre-trained Language Model for Analyzing Political Content on Twitter](XXX), LREC 2022.
15
 
16
+ Please see the [official repository](https://github.com/GU-DataLab/PoliBERTweet) for more detail.
17
+
18
  We use the initialized weights from [BERTweet](https://huggingface.co/vinai/bertweet-base) or `vinai/bertweet-base`.
19
 
20
  # Training Data
 
29
 
30
  This pre-trained language model **can be fine-tunned to any downstream task (e.g. classification)**.
31
 
 
 
32
  ```python
33
  from transformers import BertTokenizer, BertForMaskedLM, pipeline
34
  import torch