nielsr HF staff commited on
Commit
5b8a5a1
·
verified ·
1 Parent(s): 743aed7

Add pipeline tag, library name and link to paper

Browse files

This 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.

Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -1,3 +1,9 @@
1
- ---
2
- license: mit
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).