Stefan Heimersheim commited on
Commit
dae8352
1 Parent(s): e4ba3cc

Try more models

Browse files
Files changed (1) hide show
  1. app.py +15 -15
app.py CHANGED
@@ -16,21 +16,21 @@ import circuitsvis as cv
16
  model_name = st.sidebar.radio("Model", [
17
  "gelu-1l",
18
  "gelu-2l",
19
- #"gelu-3l",
20
- #"gelu-4l",
21
- #"attn-only-1l",
22
- #"attn-only-2l",
23
- #"attn-only-3l",
24
- #"attn-only-4l",
25
- #"solu-1l",
26
- #"solu-2l",
27
- #"solu-3l",
28
- #"solu-4l",
29
- #"solu-6l",
30
- #"solu-8l",
31
- #"solu-10l",
32
- #"solu-12l",
33
- #"gpt2-small",
34
  #"gpt2-medium",
35
  #"gpt2-large",
36
  #"gpt2-xl",
16
  model_name = st.sidebar.radio("Model", [
17
  "gelu-1l",
18
  "gelu-2l",
19
+ "gelu-3l",
20
+ "gelu-4l",
21
+ "attn-only-1l",
22
+ "attn-only-2l",
23
+ "attn-only-3l",
24
+ "attn-only-4l",
25
+ "solu-1l",
26
+ "solu-2l",
27
+ "solu-3l",
28
+ "solu-4l",
29
+ "solu-6l",
30
+ "solu-8l",
31
+ "solu-10l",
32
+ "solu-12l",
33
+ "gpt2-small",
34
  #"gpt2-medium",
35
  #"gpt2-large",
36
  #"gpt2-xl",