Tom Aarsen
commited on
Commit
•
873eddb
1
Parent(s):
7142a52
Add "task_type" as an optional kwargs to the Transformer module
Browse files- 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 |
]
|