Tom Aarsen commited on
Commit
873eddb
1 Parent(s): 7142a52

Add "task_type" as an optional kwargs to the Transformer module

Browse files
Files changed (1) hide show
  1. modules.json +2 -1
modules.json CHANGED
@@ -3,6 +3,7 @@
3
  "idx": 0,
4
  "name": "0",
5
  "path": "",
6
- "type": "tomaarsen/jina-clip-implementation-st--custom_st.Transformer"
 
7
  }
8
  ]
 
3
  "idx": 0,
4
  "name": "0",
5
  "path": "",
6
+ "type": "tomaarsen/jina-clip-implementation-st--custom_st.Transformer",
7
+ "kwargs": ["task_type"]
8
  }
9
  ]