fortvivlan commited on
Commit
66ac4b1
·
verified ·
1 Parent(s): ac3047a

fix typo in readme

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -5,7 +5,7 @@ library_name: allennlp
5
  pipeline_tag: token-classification
6
  ---
7
 
8
- # Distilbert CoBaLD parser
9
 
10
  This version of parser is based on XLM-R Base encoder. The encoder weights were initialized from `xlm-roberta-base` model.
11
 
 
5
  pipeline_tag: token-classification
6
  ---
7
 
8
+ # XLM-RoBERTa Base CoBaLD parser
9
 
10
  This version of parser is based on XLM-R Base encoder. The encoder weights were initialized from `xlm-roberta-base` model.
11