namisan / mt-dnn

Multi-Task Deep Neural Networks for Natural Language Understanding
MIT License
2.22k stars 412 forks source link

Using the model in Colab #210

Closed vprelovac closed 2 years ago

vprelovac commented 3 years ago

I would like to try SMART model in a jupyter notebool a'la Colab with the idea to extract sentence embeddings and use them on my own dataset. Is it possible to bootstrap that with few lines of code similar to for example :

https://tfhub.dev/google/universal-sentence-encoder/4

Thank you!

namisan commented 2 years ago

Sorry, I haven't used TF a while and I don't know how to support it.