I am trying to import pre trained model into rapid miner studio from external URL

Teja_Varanasi
New Altair Community Member
Is there any possibility to import pre-trained model into rapid miner studio? I want to import all files there in this https://huggingface.co/princeton-nlp/sup-simcse-bert-base-uncased/tree/main into rapid miner studio. Can anyone please help here.
Tagged:
0
Answers
-
Hi,since those are python models you will need to write a custom python operator for this. I.e. Execute Python is the operator to go for.Best,Martin0
-
okk.. thanks.. i used that operator and i installed required libraries.. after executing i got SSL error. Can you tell me how to solve it
0