Commit
·
6dcf538
1
Parent(s):
7f3232e
Update README.md
Browse filesSet feature extraction pipeline
README.md
CHANGED
|
@@ -4,7 +4,7 @@ language:
|
|
| 4 |
- ru
|
| 5 |
- en
|
| 6 |
library_name: transformers
|
| 7 |
-
pipeline_tag:
|
| 8 |
---
|
| 9 |
|
| 10 |
# RoBERTa-base
|
|
@@ -13,7 +13,9 @@ pipeline_tag: fill-mask
|
|
| 13 |
|
| 14 |
Pretrained bidirectional encoder for russian language.
|
| 15 |
The model was trained using standard MLM objective on large text corpora including open social data.
|
| 16 |
-
See `Training Details` section for more information
|
|
|
|
|
|
|
| 17 |
|
| 18 |
|
| 19 |
- **Developed by:** [deepvk](https://vk.com/deepvk)
|
|
|
|
| 4 |
- ru
|
| 5 |
- en
|
| 6 |
library_name: transformers
|
| 7 |
+
pipeline_tag: feature-extraction
|
| 8 |
---
|
| 9 |
|
| 10 |
# RoBERTa-base
|
|
|
|
| 13 |
|
| 14 |
Pretrained bidirectional encoder for russian language.
|
| 15 |
The model was trained using standard MLM objective on large text corpora including open social data.
|
| 16 |
+
See `Training Details` section for more information.
|
| 17 |
+
|
| 18 |
+
⚠️ This model contains only the encoder part without any pretrained head.
|
| 19 |
|
| 20 |
|
| 21 |
- **Developed by:** [deepvk](https://vk.com/deepvk)
|