Safetensors
bert
nielsr HF Staff commited on
Commit
47dabe1
·
verified ·
1 Parent(s): e1d93b1

Add pipeline tag, library name, link to paper

Browse files

This PR ensures the model can be found at https://huggingface.co/models?pipeline_tag=text-classification. It also adds the library name, and a link to the paper, which is 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: apache-2.0
3
- ---
 
 
 
 
 
 
 
1
+ ```yaml
2
+ ---
3
+ license: apache-2.0
4
+ library_name: transformers
5
+ pipeline_tag: text-classification
6
+ ---
7
+
8
+ This model is used for named entity recognition, and presented in [Building Foundations for Natural Language Processing of Historical Turkish: Resources and Models](https://huggingface.co/papers/2501.04828).
9
+ ```