updated the card
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ language:
|
|
5 |
- ja
|
6 |
license: unlicense
|
7 |
size_categories:
|
8 |
-
- 1K
|
9 |
pretty_name: Jobs dataset
|
10 |
dataset_info:
|
11 |
features:
|
@@ -30,17 +30,26 @@ tags:
|
|
30 |
- google
|
31 |
- meta
|
32 |
- apple
|
33 |
-
Dataset Summary:
|
34 |
-
This dataset contains
|
|
|
|
|
|
|
35 |
Example Entry:
|
36 |
text: |
|
37 |
-
Software Engineer, Systems ML - Frameworks / Compilers / Kernels | Ingénieur logiciel, Systèmes ML, cadres/Compilateurs/Noyaux
|
38 |
Software Engineer, Systems ML - Frameworks / Compilers / Kernels | Ingénieur logiciel, Systèmes ML, cadres/Compilateurs/Noyaux
|
39 |
Location pin icon Toronto, ON
|
40 |
-
In this role, you will be a member of the MTIA (Meta Training & Inference Accelerator) Software team
|
41 |
-
MTIA Software Team has been developing a comprehensive AI Compiler strategy that delivers a highly flexible platform to train & serve new DL/ML model architectures,
|
42 |
-
combined with auto-tuned high performance for production environments across specialized hardware architectures.
|
43 |
|
44 |
label: |
|
45 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
---
|
|
|
5 |
- ja
|
6 |
license: unlicense
|
7 |
size_categories:
|
8 |
+
- 1K-10K
|
9 |
pretty_name: Jobs dataset
|
10 |
dataset_info:
|
11 |
features:
|
|
|
30 |
- google
|
31 |
- meta
|
32 |
- apple
|
33 |
+
Dataset Summary: |
|
34 |
+
This dataset contains job listings extracted from the careers pages of major tech companies (Google, Meta, and Apple).
|
35 |
+
The dataset includes job descriptions in raw text format as well as structured JSON annotations with details such as title,
|
36 |
+
location, salary, qualifications, and responsibilities.
|
37 |
+
|
38 |
Example Entry:
|
39 |
text: |
|
|
|
40 |
Software Engineer, Systems ML - Frameworks / Compilers / Kernels | Ingénieur logiciel, Systèmes ML, cadres/Compilateurs/Noyaux
|
41 |
Location pin icon Toronto, ON
|
42 |
+
In this role, you will be a member of the MTIA (Meta Training & Inference Accelerator) Software team...
|
|
|
|
|
43 |
|
44 |
label: |
|
45 |
+
{
|
46 |
+
"title": "Software Engineer, Systems ML - Frameworks / Compilers / Kernels",
|
47 |
+
"location": "Toronto, ON",
|
48 |
+
"description": "In this role, you will be a member of the MTIA (Meta Training & Inference Accelerator) Software team...",
|
49 |
+
"salary": "CA$133,000/year to CA$176,000/year + bonus + equity + benefits",
|
50 |
+
"key_qualifications": "Proven C/C++ programming skills. Experience in AI framework development...",
|
51 |
+
"preferred_qualifications": "Bachelor's degree in Computer Science or related field with 7+ years of experience...",
|
52 |
+
"responsibilities": "Development of AI frameworks, compiler stack, high-performance kernel development...",
|
53 |
+
"company": "Meta"
|
54 |
+
}
|
55 |
---
|