framolfese
commited on
Commit
•
04fe14b
1
Parent(s):
554c1cb
Update README.md
Browse files
README.md
CHANGED
@@ -10,7 +10,7 @@ tags:
|
|
10 |
---
|
11 |
|
12 |
<div align="center">
|
13 |
-
<img src="https://github.com/SapienzaNLP/zebra/blob/master/assets/zebra.png?raw=true" width="
|
14 |
</div>
|
15 |
|
16 |
<div align="center">
|
@@ -19,7 +19,7 @@ tags:
|
|
19 |
|
20 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|
21 |
<a href="https://2024.emnlp.org/"><img src="https://img.shields.io/badge/EMNLP-2024-4b44ce"></a>
|
22 |
-
<a href="https://arxiv.org/abs/
|
23 |
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg"></a>
|
24 |
<a href="https://huggingface.co/collections/sapienzanlp/zebra-66e3ec50c8ce415ea7572d0e"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Collection-FCD21D"></a>
|
25 |
<a href="https://github.com/SapienzaNLP/zebra"><img src="https://img.shields.io/badge/GitHub-Repo-121013?logo=github&logoColor=white"></a>
|
@@ -32,7 +32,7 @@ tags:
|
|
32 |
Installation from PyPi
|
33 |
|
34 |
```bash
|
35 |
-
pip install zebra
|
36 |
```
|
37 |
|
38 |
Installation from source
|
|
|
10 |
---
|
11 |
|
12 |
<div align="center">
|
13 |
+
<img src="https://github.com/SapienzaNLP/zebra/blob/master/assets/zebra.png?raw=true" width="100" height="100">
|
14 |
</div>
|
15 |
|
16 |
<div align="center">
|
|
|
19 |
|
20 |
<div style="display:flex; justify-content: center; align-items: center; flex-direction: row;">
|
21 |
<a href="https://2024.emnlp.org/"><img src="https://img.shields.io/badge/EMNLP-2024-4b44ce"></a>
|
22 |
+
<a href="https://arxiv.org/abs/2410.05077"><img src="https://img.shields.io/badge/arXiv-paper-b31b1b.svg"></a>
|
23 |
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg"></a>
|
24 |
<a href="https://huggingface.co/collections/sapienzanlp/zebra-66e3ec50c8ce415ea7572d0e"><img src="https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Collection-FCD21D"></a>
|
25 |
<a href="https://github.com/SapienzaNLP/zebra"><img src="https://img.shields.io/badge/GitHub-Repo-121013?logo=github&logoColor=white"></a>
|
|
|
32 |
Installation from PyPi
|
33 |
|
34 |
```bash
|
35 |
+
pip install zebra-qa
|
36 |
```
|
37 |
|
38 |
Installation from source
|