Update dataset card: Add task categories, license, language and link to code
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -22,8 +22,18 @@ configs:
|
|
| 22 |
data_files:
|
| 23 |
- split: test
|
| 24 |
path: data/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
---
|
| 26 |
-
|
|
|
|
|
|
|
|
|
|
| 27 |
|
| 28 |
### Licensing Information
|
| 29 |
|
|
|
|
| 22 |
data_files:
|
| 23 |
- split: test
|
| 24 |
path: data/test-*
|
| 25 |
+
task_categories:
|
| 26 |
+
- text-classification
|
| 27 |
+
- question-answering
|
| 28 |
+
- text-generation
|
| 29 |
+
language:
|
| 30 |
+
- fin
|
| 31 |
+
license: cc-by-4.0
|
| 32 |
---
|
| 33 |
+
|
| 34 |
+
Archived version of the Finnish subset of [Davlan/sib200](https://huggingface.co/datasets/Davlan/sib200) used in [FIN-bench-v2: A Unified and Robust Benchmark Suite for Evaluating Finnish Large Language Models](https://huggingface.co/papers/2512.13330).
|
| 35 |
+
|
| 36 |
+
[Code](https://github.com/LumiOpen/lm-evaluation-harness)
|
| 37 |
|
| 38 |
### Licensing Information
|
| 39 |
|