README / README.md
gsarti's picture
Update README.md
f68d58f verified
|
raw
history blame
1.77 kB
---
title: README
emoji: πŸ‘
colorFrom: pink
colorTo: indigo
sdk: static
pinned: false
license: apache-2.0
---
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
<p class="lg:col-span-3">
<a
href="https://github.com/inseq-team/inseq">Inseq</a
>
πŸ› is a Pytorch-based hackable toolkit to democratize access to common post-hoc interpretability analyses for
decoder-only and encoder-decoder sequence generation models. </br>
The Inseq organization on the πŸ€— Hub aims to host valuable models, datasets and demos to improve the
reproducibility of interpretability studies in the field of natural language generation.
</p>
<a href="https://github.com/inseq-team/inseq" class="block overflow-hidden group">
<div
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
>
<img alt="" src="https://raw.githubusercontent.com/inseq-team/inseq/main/docs/source/images/inseq_logo.png" class="w-80"/>
</div>
<div class="underline">Github Repository</div>
</a>
<a href="https://aclanthology.org/2023.acl-demo.40/" class="block overflow-hidden group">
<div
class="w-full h-40 object-cover overflow-hidden mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
>
<img alt="" src="https://europe.naverlabs.com/wp-content/uploads/2023/05/acl_2023_logo_fs.png" class="w-80" />
</div>
<div class="underline">Demo Paper</div>
</a>
<a
href="https://inseq.org/"
class="block overflow-hidden group"
>
<div
class="w-full h-40 object-cover mb-2 rounded-lg flex items-center justify-center bg-[#ECFAFF]"
>
<img
alt=""
src="https://inseq.org/en/latest/_images/classes.png"
/>
</div>
<div class="underline">Documentation</div>
</a>
</div>