nesemenpolkov
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,7 @@ base_model:
|
|
18 |
pipeline_tag: token-classification
|
19 |
---
|
20 |
|
21 |
-
#
|
22 |
-
Fine-tuned multilingual model for russian language NER.
|
23 |
This is the model card for fine-tuned [Babelscape/wikineural-multilingual-ner](https://huggingface.co/Babelscape/wikineural-multilingual-ner), which has multilingual mBERT as its base.
|
24 |
I`ve fine-tuned it using [RCC-MSU/collection3](https://huggingface.co/datasets/RCC-MSU/collection3) dataset for token-classification task. The dataset has BIO-pattern and following labels:
|
25 |
```python
|
|
|
18 |
pipeline_tag: token-classification
|
19 |
---
|
20 |
|
21 |
+
# Fine-tuned multilingual model for russian language NER
|
|
|
22 |
This is the model card for fine-tuned [Babelscape/wikineural-multilingual-ner](https://huggingface.co/Babelscape/wikineural-multilingual-ner), which has multilingual mBERT as its base.
|
23 |
I`ve fine-tuned it using [RCC-MSU/collection3](https://huggingface.co/datasets/RCC-MSU/collection3) dataset for token-classification task. The dataset has BIO-pattern and following labels:
|
24 |
```python
|