Add task category, link to paper
Browse filesThis PR adds the `text-classification` task category to the dataset card to improve discoverability on the Hugging Face Hub. It also adds a link to the paper for context.
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
```yaml
|
2 |
+
---
|
3 |
+
license: cc-by-nc-4.0
|
4 |
+
task_categories:
|
5 |
+
- text-classification
|
6 |
+
---
|
7 |
+
```
|
8 |
+
This repository contains the datasets presented in the paper [Building Foundations for Natural Language Processing of Historical Turkish: Resources and Models](https://huggingface.co/papers/2501.04828).
|
9 |
+
|
10 |
+
All of the presented resources and models are made available at https://huggingface.co/bucolin to serve as a benchmark for future progress in historical Turkish NLP.
|