fix typo in readme
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ library_name: allennlp
|
|
5 |
pipeline_tag: token-classification
|
6 |
---
|
7 |
|
8 |
-
#
|
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 |
|