Add pipeline tag, library name and link to paper
Browse filesThis PR adds missing metadata to the model card, namely the `pipeline_tag` and `library_name`, as well as adding a link to the paper so that it can be discovered on https://huggingface.co/papers/2501.04828.
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
```yaml
|
2 |
+
---
|
3 |
+
license: mit
|
4 |
+
library_name: transformers
|
5 |
+
pipeline_tag: text-classification
|
6 |
+
---
|
7 |
+
```
|
8 |
+
|
9 |
+
This model is described in the paper [Building Foundations for Natural Language Processing of Historical Turkish: Resources and Models](https://huggingface.co/papers/2501.04828).
|