Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,12 @@ license: mit
|
|
| 3 |
pretty_name: EconomicIndex
|
| 4 |
tags:
|
| 5 |
- text
|
| 6 |
-
viewer:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
## Overview
|
| 9 |
This directory contains O*NET task mapping and automation vs. augmentation data from "Which Economic Tasks are Performed with AI? Evidence from Millions of Claude Conversations." The data and provided analysis are described below.
|
|
|
|
| 3 |
pretty_name: EconomicIndex
|
| 4 |
tags:
|
| 5 |
- text
|
| 6 |
+
viewer: true
|
| 7 |
+
configs:
|
| 8 |
+
- config_name: default
|
| 9 |
+
data_files:
|
| 10 |
+
- split: train
|
| 11 |
+
path: "onet_task_mappings.csv"
|
| 12 |
---
|
| 13 |
## Overview
|
| 14 |
This directory contains O*NET task mapping and automation vs. augmentation data from "Which Economic Tasks are Performed with AI? Evidence from Millions of Claude Conversations." The data and provided analysis are described below.
|