Add config.yaml for transcoder set (#2)
Browse files- Add config.yaml for transcoder set (2c50b40dde724ab2b94f3d652cebb84c3718f8a3)
Co-authored-by: Mateusz <[email protected]>
- config.yaml +4 -0
config.yaml
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model_name: "Qwen/Qwen3-1.7B"
|
2 |
+
model_kind: "transcoder_set"
|
3 |
+
feature_input_hook: "mlp.hook_in"
|
4 |
+
feature_output_hook: "mlp.hook_out"
|