How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-classification", model="seninoseno/rubert-tiny-vacancy-information-extractor")
# Load model directly
from transformers import AutoTokenizer, AutoModelForSequenceClassification

tokenizer = AutoTokenizer.from_pretrained("seninoseno/rubert-tiny-vacancy-information-extractor")
model = AutoModelForSequenceClassification.from_pretrained("seninoseno/rubert-tiny-vacancy-information-extractor", device_map="auto")
Quick Links

RuBERT for vacancy information extraction

This is cointegrated/rubert-tiny model trained for vacancies sentences classification into 4 sections. Subject area of dataset - construction.

GitHub repo

From MOAD.dev with <3

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support