Using PML for text modality #707
-
Hi there, thanks again for the brilliant library! I'm more of a computer vision person myself but I'm hoping to use parts of this library for a text and image problem. I've not been able to successfully adapt any of the examples to text-only (e.g., using SentenceBERT or even just BERT embeddings for testing purposes) and wondered if anyone else had used the library for text? I think my primary problem is I'm not familiar enough with NLP models to understand how to tokenized data should be loaded for the testing phase for this library in some of the examples (e.g., with this example I can get through the training phase but on testing I don't think the input to the model quite work there). I am probably going to go back to a much simpler implementation than the examples and try from there, but I wondered if anyone had used the library for something beside images and had any tips, tricks or general advice to point me in the right direction? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Some potentially relevant examples that I think use this library, but maybe not for the testing phase: |
Beta Was this translation helpful? Give feedback.
Some potentially relevant examples that I think use this library, but maybe not for the testing phase: