Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- infinite-dataset-hub
|
5 |
+
- synthetic
|
6 |
+
---
|
7 |
+
|
8 |
+
# JobRoleMatcher
|
9 |
+
|
10 |
+
tags: job_role_prediction, skills_profile, employment_data
|
11 |
+
|
12 |
+
_Note: This is an AI-generated dataset so its content may be inaccurate or false_
|
13 |
+
|
14 |
+
**Dataset Description:** The "JobRoleMatcher" dataset contains a curated collection of textual job descriptions along with their corresponding skills requirements. This dataset aims to support machine learning practitioners in building models to predict the necessary skills for various job roles. Each row in the dataset represents a job role with a description and a list of skills associated with it. The dataset has been compiled by randomly sampling 1000 job roles from a wide range of industries to ensure diversity.
|
15 |
+
|
16 |
+
**CSV Content Preview:**
|
17 |
+
|
18 |
+
```csv
|
19 |
+
label,description,skills
|
20 |
+
Engineer,"Responsible for designing and developing software systems. Requires knowledge of programming languages, algorithms, and systems architecture.","programming languages, algorithms, systems architecture, teamwork, problem-solving"
|
21 |
+
Project Manager,"Oversees project planning, execution, and delivery. Skills include leadership, communication, risk management, and project management tools.","leadership, communication, risk management, project management tools, teamwork"
|
22 |
+
Data Scientist,"Analyzes large datasets to identify trends, patterns, and insights. Skills include statistical analysis, machine learning, data visualization, and proficiency in SQL.","statistical analysis, machine learning, data visualization, SQL, data analytics, critical thinking"
|
23 |
+
Marketing Specialist,"Promotes products and services to customers. Requires creativity, market research, digital marketing skills, and knowledge of marketing software.","creativity, market research, digital marketing, marketing software, communication, customer service"
|
24 |
+
HR Manager,"Manages employee relations, recruitment, and staff development. Skills include interpersonal communication, human resources policies, and employee training.","interpersonal communication, human resources policies, employee training, conflict resolution, recruitment"
|
25 |
+
```
|
26 |
+
|
27 |
+
This CSV preview includes the label for each job role, a brief description of the role, and a comma-separated list of skills typically required for that role. The dataset can be used to train a machine learning model for skills prediction based on job descriptions.
|
28 |
+
|
29 |
+
**Source of the data:**
|
30 |
+
|
31 |
+
The dataset was generated using the [Infinite Dataset Hub](https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub) and microsoft/Phi-3-mini-4k-instruct using the query 'skills for 1000 random jobs ':
|
32 |
+
|
33 |
+
- **Dataset Generation Page**: https://huggingface.co/spaces/infinite-dataset-hub/infinite-dataset-hub?q=skills+for+1000+random+jobs+&dataset=JobRoleMatcher&tags=job_role_prediction,+skills_profile,+employment_data
|
34 |
+
- **Model**: https://huggingface.co/microsoft/Phi-3-mini-4k-instruct
|
35 |
+
- **More Datasets**: https://huggingface.co/datasets?other=infinite-dataset-hub
|