jackboyla commited on
Commit
40a523e
·
verified ·
1 Parent(s): 2be8aa3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -2,13 +2,23 @@
2
 
3
  GLiREL is a Relation Extraction model capable of classifying unseen relations given the entities within a text. This builds upon the excelent work done by Urchade Zaratiana, Nadi Tomeh, Pierre Holat, Thierry Charnois on the [GLiNER](https://github.com/urchade/GLiNER) library which enables efficient zero-shot Named Entity Recognition.
4
 
5
- * GLiNER paper: [GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer](https://arxiv.org/abs/2311.08526)
6
 
7
- * Train a Zero-shot model: <a href="https://colab.research.google.com/github/jackboyla/GLiREL/blob/main/train.ipynb" target="_blank">
8
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
9
- </a>
10
-
11
- <!-- <img src="demo.jpg" alt="Demo Image" width="50%"/> -->
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  ---
14
  # Installation
 
2
 
3
  GLiREL is a Relation Extraction model capable of classifying unseen relations given the entities within a text. This builds upon the excelent work done by Urchade Zaratiana, Nadi Tomeh, Pierre Holat, Thierry Charnois on the [GLiNER](https://github.com/urchade/GLiNER) library which enables efficient zero-shot Named Entity Recognition.
4
 
 
5
 
6
+ <p align="center">
7
+ <a href="https://pypi.org/project/glirel/" target="_blank">
8
+ <img alt="Python" src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54" />
9
+ <img alt="Version" src="https://img.shields.io/pypi/v/glirel?style=for-the-badge&color=3670A0">
10
+ </a>
11
+ </p>
12
+
13
+ <p align="center">
14
+ <a href="https://arxiv.org/abs/2501.03172">📄 GLiREL Paper</a>
15
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
16
+ <a href="https://arxiv.org/abs/2311.08526">📄 GLiNER Paper</a>
17
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
18
+ <a href="https://huggingface.co/spaces/jackboyla/GLiREL">🤗 Demo</a>
19
+ <span>&nbsp;&nbsp;•&nbsp;&nbsp;</span>
20
+ <a href="https://huggingface.co/collections/jackboyla/glirel-6766b213a4c1fa8c4e982322">🤗 Available models</a>
21
+ </p>
22
 
23
  ---
24
  # Installation