Cardiff NLP commited on
Commit
95863e6
1 Parent(s): 4a85ad6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,11 +1,11 @@
1
  # Twitter 2021 124M (RoBERTa-base)
2
 
3
  This is a RoBERTa-base model trained on 124M tweets until the end of 2021.
4
- More details and performance scores are available in the [TimeLMs paper](https://arxiv.org/pdf/TBD.pdf).
5
 
6
  Below, we provide some usage examples using the standard Transformers interface. For another interface more suited to comparing predictions and perplexity scores between models trained at different temporal intervals, check the [TimeLMs repository](https://github.com/cardiffnlp/timelms).
7
 
8
- For other models trained until different periods, check [https://huggingface.co/cardiffnlp](https://huggingface.co/cardiffnlp).
9
 
10
  ## Preprocess Text
11
  Replace usernames and links for placeholders: "@user" and "http".
1
  # Twitter 2021 124M (RoBERTa-base)
2
 
3
  This is a RoBERTa-base model trained on 124M tweets until the end of 2021.
4
+ More details and performance scores are available in the [TimeLMs paper](https://arxiv.org/abs/2202.03829).
5
 
6
  Below, we provide some usage examples using the standard Transformers interface. For another interface more suited to comparing predictions and perplexity scores between models trained at different temporal intervals, check the [TimeLMs repository](https://github.com/cardiffnlp/timelms).
7
 
8
+ For other models trained until different periods, check this [table](https://github.com/cardiffnlp/timelms#released-models).
9
 
10
  ## Preprocess Text
11
  Replace usernames and links for placeholders: "@user" and "http".