jobs_dataset / README.md
vmal's picture
updated the card
b40383d verified
metadata
language:
  - en
  - th
  - ja
license: unlicense
size_categories:
  - 1K-10K
pretty_name: Jobs dataset
dataset_info:
  features:
    - name: source_text
      dtype: string
    - name: target_text
      dtype: string
  splits:
    - name: train
      num_bytes: 55658952
      num_examples: 5579
  download_size: 17424816
  dataset_size: 55658952
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
tags:
  - job-listings
  - html-extraction
  - google
  - meta
  - apple
Dataset Summary: >
  This dataset contains job listings extracted from the careers pages of major
  tech companies (Google, Meta, and Apple). 

  The dataset includes job descriptions in raw text format as well as structured
  JSON annotations with details such as title, 

  location, salary, qualifications, and responsibilities.
Example Entry:
  text: >
    Software Engineer, Systems ML - Frameworks / Compilers / Kernels | Ingénieur
    logiciel, Systèmes ML, cadres/Compilateurs/Noyaux

    Location pin icon Toronto, ON

    In this role, you will be a member of the MTIA (Meta Training & Inference
    Accelerator) Software team...
  label: |
    {
      "title": "Software Engineer, Systems ML - Frameworks / Compilers / Kernels",
      "location": "Toronto, ON",
      "description": "In this role, you will be a member of the MTIA (Meta Training & Inference Accelerator) Software team...",
      "salary": "CA$133,000/year to CA$176,000/year + bonus + equity + benefits",
      "key_qualifications": "Proven C/C++ programming skills. Experience in AI framework development...",
      "preferred_qualifications": "Bachelor's degree in Computer Science or related field with 7+ years of experience...",
      "responsibilities": "Development of AI frameworks, compiler stack, high-performance kernel development...",
      "company": "Meta"
    }