Add YAML metadata to dataset repo README
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ST312 Data
|
| 2 |
|
| 3 |
Repository for the ST312 Applied Statistics project data/task pipeline (FinLLM benchmark preparation).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
pretty_name: ST312 Data Pipeline Artifacts
|
| 4 |
+
task_categories:
|
| 5 |
+
- text-classification
|
| 6 |
+
tags:
|
| 7 |
+
- finance
|
| 8 |
+
- sentiment-analysis
|
| 9 |
+
- benchmark
|
| 10 |
+
- llm
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# ST312 Data
|
| 14 |
|
| 15 |
Repository for the ST312 Applied Statistics project data/task pipeline (FinLLM benchmark preparation).
|