seninoseno commited on
Commit
8e7406f
·
1 Parent(s): 938e35a

Create README.md

Browse files

---
widget:
- text:
- text: Кайфы ловлю
---

# RuBERT for vacancies sentence classification

This is a model for classifying vacancies sentence into 4 sections: requirements, terms, notes, responsibilities. In theory, it solves the problem that some people write all the information about the vacancy in one column.
Based on [cointegrated/rubert-tiny](https://huggingface.co/cointegrated/rubert-tiny).

From [MOAD.dev](https://moad.dev/) with <3

Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ru
4
+ pipeline_tag: text-classification
5
+ tags:
6
+ - vacancy
7
+ ---