We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6994b36 commit 765781aCopy full SHA for 765781a
src/main/scala/com/johnsnowlabs/nlp/pretrained/ResourceDownloader.scala
@@ -710,7 +710,8 @@ object PythonResourceDownloader {
710
"PaliGemmaForMultiModal" -> PaliGemmaForMultiModal,
711
"Gemma3ForMultiModal" -> Gemma3ForMultiModal,
712
"InternVLForMultiModal" -> InternVLForMultiModal,
713
- "Florence2Transformer" -> Florence2Transformer)
+ "Florence2Transformer" -> Florence2Transformer,
714
+ "E5VEmbeddings" -> E5VEmbeddings)
715
716
// List pairs of types such as the one with key type can load a pretrained model from the value type
717
val typeMapper: Map[String, String] = Map("ZeroShotNerModel" -> "RoBertaForQuestionAnswering")
0 commit comments