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

Teja_VaranasiTeja_Varanasi MemberPosts:11Contributor II
Is there any possibility to import pre-trained model into rapid miner studio? I want to import all files there in thishttps://huggingface.co/princeton-nlp/sup-simcse-bert-base-uncased/tree/maininto rapid miner studio. Can anyone please help here.

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts:3,376RM Data Scientist
    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,
    Martin
    - Head of Data Science Services at RapidMiner -
    Dortmund, Germany
  • Teja_VaranasiTeja_Varanasi MemberPosts:11Contributor II
    edited February 8
    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


Sign InorRegisterto comment.