CoolFace
Datasetpublic

saiteja001r/job-classification-llama2

🧠 Job Classification Dataset for LLaMA 2 Fine-Tuning This dataset contains 1,000 synthetic job descriptions and their associated job categories. It is designed for fine-tuning large language models (LLMs), such as LLaMA 2, for job classification tasks. πŸ“‚ Dataset Structure Format: JSONL (.jsonl) Fields: instruction: A generic instruction prompt. input: The job description text. output: The job type label. πŸ”§ Example { "instruction": "Classify… See the full description on the dataset page: https://huggingface.co/datasets/saiteja001r/job-classification-llama2.

sourceHugging Facemitupdated 1y agoView on Hugging Face
2likes16downloads
Dataset Card

🧠 Job Classification Dataset for LLaMA 2 Fine-Tuning

This dataset contains 1,000 synthetic job descriptions and their associated job categories. It is designed for fine-tuning large language models (LLMs), such as LLaMA 2, for job classification tasks.

πŸ“‚ Dataset Structure

  • β€”Format: JSONL (.jsonl)
  • β€”Fields:
  • β€”instruction: A generic instruction prompt.
  • β€”input: The job description text.
  • β€”output: The job type label.

πŸ”§ Example

json
{
  "instruction": "Classify the following job description into a job type.",
  "input": "We are looking for someone with experience in PyTorch, machine learning, and LLM fine-tuning.",
  "output": "Machine Learning"
}

πŸ“Œ Job Categories

The dataset supports the following job types:

  • β€”Machine Learning
  • β€”Full Stack Developer
  • β€”Frontend Developer
  • β€”Backend Developer
  • β€”DevOps Engineer
  • β€”Data Engineer
  • β€”Data Scientist
  • β€”Mobile Developer
  • β€”QA Tester
  • β€”Product Manager

🎯 Intended Use

  • β€”Supervised fine-tuning of instruction-following LLMs (like LLaMA 2)
  • β€”Text classification tasks
  • β€”NLP educational or research purposes

βš–οΈ License

This dataset is synthetic and does not contain any personal or proprietary data. It is available under the MIT License.

✍️ Citation

If you use this dataset, please cite:

Sai Teja (2025). Synthetic Job Classification Dataset for LLM Fine-Tuning.