juampahc commited on
Commit
bfdb971
1 Parent(s): d595f6d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +38 -3
README.md CHANGED
@@ -1,3 +1,38 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model:
4
+ - urchade/gliner_multi-v2.1
5
+ - microsoft/mdeberta-v3-base
6
+ language:
7
+ - multilingual
8
+ library_name: gliner
9
+ tags:
10
+ - OpenVINO
11
+ - GLiNER
12
+ pipeline_tag: token-classification
13
+ ---
14
+
15
+ # About
16
+
17
+ GLiNER is a Named Entity Recognition (NER) model capable of identifying any entity type using a bidirectional transformer encoder (BERT-like).
18
+ It provides a practical alternative to traditional NER models, which are limited to predefined entities, and Large Language Models (LLMs) that,
19
+ despite their flexibility, are costly and large for resource-constrained scenarios.
20
+
21
+ This is the OpenVINO's Intermediate Representation version with fp16 compression.
22
+
23
+
24
+ ## Links
25
+
26
+ * Paper: https://arxiv.org/abs/2311.08526
27
+ * Repository: https://github.com/urchade/GLiNER
28
+
29
+ ## Installation
30
+
31
+ WIP
32
+
33
+ ## Usage
34
+
35
+ WIP
36
+
37
+
38
+