mwhanna mntss commited on
Commit
c6fed64
·
verified ·
1 Parent(s): d4d8ab0

Add config.yaml for transcoder set (#1)

Browse files

- Add config.yaml for transcoder set (3f11c28d88b18d9c0fad0489c35450041fd0146a)


Co-authored-by: Mateusz <[email protected]>

Files changed (1) hide show
  1. config.yaml +4 -0
config.yaml ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ model_name: "Qwen/Qwen3-8B"
2
+ model_kind: "transcoder_set"
3
+ feature_input_hook: "mlp.hook_in"
4
+ feature_output_hook: "mlp.hook_out"