HHansi commited on
Commit
690d0f0
1 Parent(s): 5812828

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ It consists of several pre-trained/fine-tuned machine learning models to perform
11
  1. Entity Extraction/Classification (ner)
12
  2. Relation Extraction/Classification (re)
13
 
14
- **roberta-large-lm** is a domain-specific RoBERTa large model or a RoBERTa large model pre-trained on a building regulatory text corpus using the Masked Language Modelling (MLM) objective.
15
  This needs to be fine-tuned for a downstream task such as entity or relation classification.
16
 
17
  ## Installation
 
11
  1. Entity Extraction/Classification (ner)
12
  2. Relation Extraction/Classification (re)
13
 
14
+ **roberta-large-lm** is a domain-specific RoBERTa large model/RoBERTa large model pre-trained on a building regulatory text corpus using the Masked Language Modelling (MLM) objective.
15
  This needs to be fine-tuned for a downstream task such as entity or relation classification.
16
 
17
  ## Installation