Token Classification
GLiNER
PyTorch
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -11,6 +11,13 @@ library_name: gliner
11
  pipeline_tag: token-classification
12
  datasets:
13
  - urchade/synthetic-pii-ner-mistral-v1
 
 
 
 
 
 
 
14
  ---
15
 
16
 
 
11
  pipeline_tag: token-classification
12
  datasets:
13
  - urchade/synthetic-pii-ner-mistral-v1
14
+ metrics:
15
+ - accuracy
16
+ base_model:
17
+ - black-forest-labs/FLUX.1-dev
18
+ new_version: black-forest-labs/FLUX.1-dev
19
+ tags:
20
+ - legal
21
  ---
22
 
23