Token Classification
GLiNER
PyTorch
English
NER
GLiNER
information extraction
encoder
entity recognition
modernbert
tomaarsen HF staff commited on
Commit
55b0616
·
verified ·
1 Parent(s): 2675570

Add the `modernbert` tag

Browse files

Hello!

## Pull Request overview
* Add the `modernbert` tag

## Details
If a model uses the `transformers` library_name, then the architecture is automatically taken from the `config.json` file and added as a tag, allowing people to easily search for models for a specific architecture ([example](https://huggingface.co/models?other=modernbert)). For GLiNER, this is understandably not done (it has different config files!), so this PR adds the architecture as a tag manually.

- Tom Aarsen

Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -14,6 +14,7 @@ tags:
14
  - information extraction
15
  - encoder
16
  - entity recognition
 
17
  base_model:
18
  - answerdotai/ModernBERT-base
19
  - BAAI/bge-small-en-v1.5
 
14
  - information extraction
15
  - encoder
16
  - entity recognition
17
+ - modernbert
18
  base_model:
19
  - answerdotai/ModernBERT-base
20
  - BAAI/bge-small-en-v1.5