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

Teja_Varanasi
Teja_Varanasi New Altair Community Member
edited 2024 05 in Community Q&A
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:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    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
  • Teja_Varanasi
    Teja_Varanasi New Altair Community Member
    edited 2023 08
    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