Cardiff NLP commited on
Commit
24a5732
1 Parent(s): 7fba326

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,11 +1,11 @@
1
  # Twitter September 2020 (RoBERTa-base, 103M)
2
 
3
  This is a RoBERTa-base model trained on 102.86M tweets until the end of September 2020.
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 September 2020 (RoBERTa-base, 103M)
2
 
3
  This is a RoBERTa-base model trained on 102.86M tweets until the end of September 2020.
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".