datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
job-educational-parser-dataset-08-0-0805
Job Educational Parser Dataset
招聘领域的岗位与学历要求数据集。
输入:岗位描述 -> 输出:学历要求
Splits
train: 19w_0701.csv (约 19 万条)
test: 2w_0716.csv (约 2 万条)
validation: 4w_0708.csv (约 4 万条)
每条数据至少包含字段:
user: 职位描述
assistant: 要求的学历(如 "博士、硕士、本科"),遵循从高到低
由 @wangzihaogithub 创建。
parser-datasetparser_modifiedmedicine_parser_alpaca855_parser_dataset709_reasoned_parser_dataset709_parser_dataset855_reasoned_parser_dataset897_reasoned_parser_datasetparser_dataset_sharegptdate-parserresume_parser_nexaminds_dataset
My Resume Dataset
This dataset contains labeled resume data for NLP tasks.
Usage
You can load the dataset using:
from datasets import load_dataset
dataset = load_dataset("hassno/resume_parser_nexaminds_dataset")
