Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,56 @@
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
-
colorTo:
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: README
|
| 3 |
+
emoji: π
|
| 4 |
+
colorFrom: pink
|
| 5 |
+
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
pinned: false
|
| 8 |
+
license: apache-2.0
|
| 9 |
---
|
| 10 |
|
| 11 |
+
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
|
| 12 |
+
<p class="lg:col-span-3">
|
| 13 |
+
<a
|
| 14 |
+
href="https://github.com/inseq-team/inseq">Inseq</a
|
| 15 |
+
>
|
| 16 |
+
π is a Pytorch-based hackable toolkit to democratize access to common post-hoc interpretability analyses for
|
| 17 |
+
decoder-only and encoder-decoder sequence generation models. </br>
|
| 18 |
+
The Inseq organization on the π€ Hub aims to host valuable models, datasets and demos to improve the
|
| 19 |
+
reproducibility of interpretability studies in the field of natural language generation.
|
| 20 |
+
</p>
|
| 21 |
+
<a href="https://github.com/inseq-team/inseq" class="block overflow-hidden group">
|
| 22 |
+
<div
|
| 23 |
+
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
|
| 24 |
+
>
|
| 25 |
+
<img alt="" src="https://raw.githubusercontent.com/inseq-team/inseq/main/docs/source/images/inseq_logo.png" class="w-40" />
|
| 26 |
+
</div>
|
| 27 |
+
<div class="underline">Inseq Github Repository</div>
|
| 28 |
+
</a>
|
| 29 |
+
<a
|
| 30 |
+
href="https://github.com/explosion/spacy-huggingface-hub"
|
| 31 |
+
class="block overflow-hidden"
|
| 32 |
+
>
|
| 33 |
+
<div class="flex items-center h-40 bg-[#ECFAFF] rounded-lg px-4 mb-2">
|
| 34 |
+
<pre
|
| 35 |
+
class="break-words leading-1 whitespace-pre-line text-xs text-gray-800">
|
| 36 |
+
import inseq </br></br> model = inseq.load_model("gpt2", "saliency")</br></br>model.attribute("Hello world")
|
| 37 |
+
</pre>
|
| 38 |
+
</div>
|
| 39 |
+
<div class="underline">Get started with Inseq</div>
|
| 40 |
+
</a>
|
| 41 |
+
<a
|
| 42 |
+
href="https://inseq.readthedocs.io/"
|
| 43 |
+
class="block overflow-hidden group"
|
| 44 |
+
>
|
| 45 |
+
<div
|
| 46 |
+
class="w-full h-40 mb-2 bg-gray-900 group-hover:bg-gray-850 rounded-lg flex items-start justify-start overflow-hidden"
|
| 47 |
+
>
|
| 48 |
+
<img
|
| 49 |
+
alt=""
|
| 50 |
+
src="https://inseq.readthedocs.io/_images/classes.png"
|
| 51 |
+
class="w-full h-40 object-cover overflow-hidden"
|
| 52 |
+
/>
|
| 53 |
+
</div>
|
| 54 |
+
<div class="underline">Inseq Documentation</div>
|
| 55 |
+
</a>
|
| 56 |
+
</div>
|