Token Classification
GLiNER
PyTorch
davidmezzetti commited on
Commit
6d9e1fc
·
verified ·
1 Parent(s): 3300cbf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,4 +17,4 @@ datasets:
17
 
18
  [GLiNER](https://github.com/urchade/GLiNER) model using [BERT Tiny](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) as the base model with [urchade/synthetic-pii-ner-mistral-v1](https://huggingface.co/datasets/urchade/synthetic-pii-ner-mistral-v1) as the training dataset.
19
 
20
- This model is primarily designed for unit tests in limited compute enviornments such as GitHub Actions. But it does work to an extent for basic use cases.
 
17
 
18
  [GLiNER](https://github.com/urchade/GLiNER) model using [BERT Tiny](https://huggingface.co/google/bert_uncased_L-2_H-128_A-2) as the base model with [urchade/synthetic-pii-ner-mistral-v1](https://huggingface.co/datasets/urchade/synthetic-pii-ner-mistral-v1) as the training dataset.
19
 
20
+ This model is primarily designed for unit tests in limited compute environments such as GitHub Actions. But it does work to an extent for basic use cases.