Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

How to add embedding layer to vectorize text? #10

#1

I had raised a question regarding using Google Universal Sentence Encoder earlier, but I think that embedding is not yet ready to be used with Ludwig. I would like to ask a question on how I can use any embedding layer to vectorize my text (paragraphs). If you can share a sample yaml file, that would be great.

  • replies 1
  • views 2.2K
  • likes 0
#2

Ludwig already vectorizes your text and looks up embeddings and does everything for you. You can specify pretrained embeddings too. Please look at the sequential encoders for more details.