File size: 1,771 Bytes
62fbdaa
 
8a9814e
 
 
62fbdaa
 
8a9814e
62fbdaa
 
8a9814e
 
 
 
 
 
 
 
 
 
 
 
 
 
f68d58f
8a9814e
2837811
8a9814e
f68d58f
2837811
 
 
f68d58f
8a9814e
2837811
8a9814e
 
f68d58f
8a9814e
 
 
2837811
8a9814e
 
 
f68d58f
8a9814e
 
2837811
8a9814e
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
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>