tnaumann commited on
Commit
140741e
1 Parent(s): 9f030fc

Adds transformers>=4.35.0 disclaimer

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -9,7 +9,8 @@ widget:
9
 
10
  ## MSR BiomedBERT (abstracts + full text)
11
 
12
- *NOTE: This model was previously named "PubMedBERT (abstracts + full text)".*
 
13
 
14
  Pretraining large neural language models, such as BERT, has led to impressive gains on many natural language processing (NLP) tasks. However, most pretraining efforts focus on general domain corpora, such as newswire and Web. A prevailing assumption is that even domain-specific pretraining can benefit by starting from general-domain language models. [Recent work](https://arxiv.org/abs/2007.15779) shows that for domains with abundant unlabeled text, such as biomedicine, pretraining language models from scratch results in substantial gains over continual pretraining of general-domain language models.
15
 
 
9
 
10
  ## MSR BiomedBERT (abstracts + full text)
11
 
12
+ *NOTE: This model was previously named "PubMedBERT (abstracts + full text)".* <br />
13
+ *In code using the previous name, please update to `transformers>=4.35.0` for compatibility.*
14
 
15
  Pretraining large neural language models, such as BERT, has led to impressive gains on many natural language processing (NLP) tasks. However, most pretraining efforts focus on general domain corpora, such as newswire and Web. A prevailing assumption is that even domain-specific pretraining can benefit by starting from general-domain language models. [Recent work](https://arxiv.org/abs/2007.15779) shows that for domains with abundant unlabeled text, such as biomedicine, pretraining language models from scratch results in substantial gains over continual pretraining of general-domain language models.
16