niktigerbill/resume-job-description-fit-ru
Resume — Job Description Fit (Russian) Русскоязычная версия датасета cnamuangtoun/resume-job-description-fit для задачи сопоставления резюме и вакансий. 8 000 пар, переведено при помощи LLM. Структура Колонка Тип Описание id string Глобальный идентификатор resume_text string Текст резюме на русском job_description_text string Текст описания вакансии на русском label string No Fit / Potential Fit / Good Fit Объём train: 6 241… See the full description on the dataset page: https://huggingface.co/datasets/niktigerbill/resume-job-description-fit-ru.
Resume — Job Description Fit (Russian)
Русскоязычная версия датасета `cnamuangtoun/resume-job-description-fit` для задачи сопоставления резюме и вакансий. 8 000 пар, переведено при помощи LLM.
Структура
Объём
train: 6 241 парtest: 1 759 пар
Использование
from datasets import load_dataset
ds = load_dataset("niktigerbill/resume-job-description-fit-ru")
print(ds["train"][0])Лицензия
CC BY 4.0. Атрибуция: оригинальный датасет — `cnamuangtoun/resume-job-description-fit`.
