Skip to content

Commit

Permalink
[wip] Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ljvmiranda921 committed Aug 8, 2024
1 parent b3cdc8c commit 64b2306
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions models/v0.1.0-gliner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

This is a spaCy project that trains and evaluates new v0.1.0-gliner models.
[GliNER](https://github.com/urchade/GLiNER) (Generalist and Lightweight Model for Named Entity Recognition) is a powerful model capable of identifying any entity type using a BERT-like encoder.
In this project, we finetune the GliNER model with the TLUnified-NER training dataset.
In this project, we finetune the GliNER model using the TLUnified-NER dataset.

To replicate training, first you need to install the required dependencies:

Expand Down Expand Up @@ -32,7 +32,7 @@ To perform evals, run the `eval-gliner` workflow while passing the size:
python -m spacy project run eval-gliner . --vars.size small
```

This will evaluate on TLUnified-NER's test set ([Miranda, 2023](https://aclanthology.org/2023.sealp-1.2.pdf) and the Tagalog subsets of
This will evaluate on TLUnified-NER's test set ([Miranda, 2023](https://aclanthology.org/2023.sealp-1.2.pdf)) and the Tagalog subsets of
Universal NER ([Mayhew et al., 2024](https://aclanthology.org/2024.naacl-long.243/)).

The evaluation results are shown in the table below:
Expand Down
4 changes: 2 additions & 2 deletions models/v0.1.0-gliner/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: "Release v0.1.0-gliner"
description: |
This is a spaCy project that trains and evaluates new v0.1.0-gliner models.
[GliNER](https://github.com/urchade/GLiNER) (Generalist and Lightweight Model for Named Entity Recognition) is a powerful model capable of identifying any entity type using a BERT-like encoder.
In this project, we finetune the GliNER model with the TLUnified-NER training dataset.
In this project, we finetune the GliNER model using the TLUnified-NER dataset.
To replicate training, first you need to install the required dependencies:
Expand Down Expand Up @@ -30,7 +30,7 @@ description: |
python -m spacy project run eval-gliner . --vars.size small
```
This will evaluate on TLUnified-NER's test set ([Miranda, 2023](https://aclanthology.org/2023.sealp-1.2.pdf) and the Tagalog subsets of
This will evaluate on TLUnified-NER's test set ([Miranda, 2023](https://aclanthology.org/2023.sealp-1.2.pdf)) and the Tagalog subsets of
Universal NER ([Mayhew et al., 2024](https://aclanthology.org/2024.naacl-long.243/)).
The evaluation results are shown in the table below:
Expand Down

0 comments on commit 64b2306

Please sign in to comment.